102
Sub-pages list
planned
Sebvita
Ability to dynamically list child pages or siblings of a parent page.
Perhaps with {.links-list} style.
Would be very useful for landing pages for example.
Exemple with WordPress: https://wordpress.org/plugins/page-list/
Jason Wood
I would like to be able to add a table to a page that lists all pages with a specific tag, and to sort the results by the last modification date, and to display that date & time in the list.
Nicolas Giard
planned
R
Roberto Gentile
Nicolas Giard: great! thank you 🙌 it'll help us very much!
Yu Yongwoo
Nicolas Giard: PLANNED GOOD 🥳
Nicolas Giard
Merged in a post:
Dynamic pages list
MoRanYue
I hope I can list pages dynamically through some filters and list them in a certain format.
Such as tags filter, folder filter, creator filter, date filter and so on.
If you know Wikidot, explain it simply, you can use "[[module ListPages]]" and some filters included.
For example, its syntax is look like
[[module ListPages tags="+includedThisTagPagesWillList -includedThisTagPagesWontList" category="PagesInThisCategoryWillList" create_by="PagesCreatedByThePersonWillList"]]
%%title%% - This is the page title
%%title_link%% - This is the page title with link
%%content%% - This is the page content
%%author%% - This is the page creator
%%date%% - This is the page created date
[[/module]]
Jan Lucki
I've opened a PR with a basic implementation of this: https://github.com/requarks/wiki/pull/5613 We use the wiki as a Knowledge Base too and this is what we came up with.
A
Alexandre Denault
+1 for the convenience. Is this on the roadmap?
#tagcoding guru
I see several proposals, but a most simple one seems the wikidot pagetree: http://www.wikidot.com/doc-modules:pagetree-module
compare it with the much more complex http://www.wikidot.com/doc-modules:listpages-module ?
Early release of simple functionality would be most appreciated :-) (or as a wiki.js newby am I missing out something?
rico1
I also really want this feature, every time we create a new sub-page we have to go back to the parent and manually list it there as well, which leads to incomplete lists when that part doesn't get done, or broken links when things move around.
This would be a huge time-saver and would make our wiki way better.
An "image list" where you can pick a folder and auto-show all images in the folder would be dope too, but kind of a separate feature.
raspi0124
Any updates on this...? I really want this feature...
Nicolas Giard
Merged in a post:
Simplified Tag Search Page/Widget
Hasiel Hassan Alvarez Zavala
Tag search is great, but it will be way more useful if we can ebbed a predefined search in a page, as a "dynamic" page listing.
This currently works as long as you allow your site to be embedded and allowing iframes in your pages:
'''
<iframe src="http://doc.site.com/t/modeling/faq?sort=title"
title="Modeling FAQ's"
width="100%"
height="800"
>
'''
It currently makes the trick, but with some issues:
- Too much space wasted, the left panel could be hidden for this purpose, and also the top level search bar, because this is a "pre configured" filter, we can leave a small space just to list the result and search within it and sort
- The pages open within the same iframe, which break the usability, will be better if they can open in a new tab.
Not sure if makes sense for other people, but I see this of tremendous value to create dynamic page listings that require less maintenance.
There are of course, multiple different implementations that can produce a similar effect, like the {.links-list} with an extra "query" syntax, but maybe that is much complex and less powerful if the result produces several page links

Nicolas Giard
Merged in a post:
Page Lister
A
Alejandro Sanchez
I'd like to have a way to generate lists of pages based on adjustable parameters. Wikidot provides a module that does this – https://www.wikidot.com/doc-modules:listpages-module – which I've found extremely useful in the past.
I think a feature like this could roll up a range of other feature requests into a single flexible system:
For my own purposes, I'd like to be able to create page lists based on time since last edit, or older than a year (staleness is a key problem in my current documentation solutions). Being able to see which pages were last edited by accounts that have been deleted would also be useful.
Load More
→