158
Dropdown Navigation Items
planned
Activity
Newest
Oldest
Josh Crank
Can this style be applied to the tree navigation as well? I would love a collapsible navigation that is dynamically built out like the tree view, but with the appearance of this suggestion. Kind of a hybrid of tree and static. As it stands, for dynamically built documentation sites for a company, the static just adds too much overhead to add and link to a page if someone creates a page, but the tree view seems very rough to use.
Eve Vinclair
👍
C
Cyrille Puget
it's a must have for use to use wiki.js for a large documentation.
Do you have some timeframe release for this feature?
s
sne
I like the explorer folder style, if possible with drag&drop possibities to manage wiki. Eg https://github.com/zadam/trilium or https://www.notion.so/ ? For vue.js https://www.vuescript.com/best-tree-view/
Matko Dodig
I like how GitLab handles navigation (https://gitlab.com/gitlab-org/gitlab-foss). I believe something like this would greatly improve UX.

Matheus Santos Oliveira
@Matko Dodig: Nice! did you implemented this behaviour in your wiki?
Matko Dodig
@Matheus Santos Oliveira: Yes, but it's a hack. I used Code Injection feature to add custom JS/CSS, so during the page load the generated menu items are parsed and then updated to add collapse/expand ability.
Menu items levels (and icons for Header items) have to be set in Administration/Navigation area like:
#00#Header A#mdi-cloud-outline#
#01#Link 01
#01#Link 02
#01#Link 03
...
Helliano
@Matko Dodig: is it possible for you to share this "hack" would love to have this feature
T
Thomas Nilefalk
@Matko Dodig: Very nice! I think this i what I'd like to see. Was looking for something "indexmenu"-like (from dokuwiki), but this is even better!
Nicolas Giard
Nicolas Giard
Merged in a post:
customizable generation of side navigation
Mike Sherman
It would be great if a custom layout for the side navigation could auto-populate when pages are added.
This is similar to sphinxdoc / readthedoc's toctree macro, especially with "globbing"
I see this as an enhancement to the tree-based navigation, especially with the drop-down menu suggestion
example:
with a folder structure of
index (with toc)
testdir
|--file1 (with toc)
|--file2
|--same_level_dir
|--|-file1
|--subdir
|--|-file1
|--|-file2
root index has
testdir/*
testdir/same_level_dir/*
testdir index has
subdir/*
and it produces the attached layout.
new files placed in the subdirectories would automatically appear at the correct nesting level in the navigation
some good examples (not mine, just popular pages):

Nicolas Giard
planned
Mattias Johnson
This feature would be so useful! Should be preferably include a nav item that includes all its child items and they in turn contain all their child items etc so you easily can access all the subdirectories of a path. Would also be useful to to be able to include all pages of a certain tag under a nav item.
just_insane
This is a good feature to have, and makes it a lot easier to have content on subpages since there is no sitemap.
Load More
→