-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested nav menu #70
Labels
enhancement
New feature or request
Milestone
Comments
Hey @garymcnamara, thanks for the suggestion. in #60 (reply in thread) was discussed that the left sidebar could hold the page/directory tree. Does this match what you propose? (With the additional feature to have the option of putting an extra sorting to the elements) |
Thank you for your response.
Reading issue #60 - yes, that persons suggestion is exactly what I was thinking; nested menus like confluence. I would also suggest a mechanism to apply a custom sort order to pages within a subdirectory. Perhaps a config.md file in each directory containing the sort order.
…________________________________
From: Ralph Thesen ***@***.***>
Sent: 03 January 2024 21:17
To: redimp/otterwiki ***@***.***>
Cc: Gary McNamara ***@***.***>; Mention ***@***.***>
Subject: Re: [redimp/otterwiki] Nested nav menu (Issue #70)
Hey @garymcnamara<https://github.com/garymcnamara>, thanks for the suggestion.
in #60 (reply in thread)<#60 (reply in thread)> was discussed that the left sidebar could hold the page/directory tree.
Does this match what you propose? (With the additional feature to have the option of putting an extra sorting to the elements)
—
Reply to this email directly, view it on GitHub<#70 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA5IWKOEKUF24FQ56RHBQ3DYMXDHFAVCNFSM6AAAAABBKCZFCKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZVHE4DINJTG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
Hello,
|
Available in 2.1.0.. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to be able to navigate content via nested menus.
Initially it can just be 'parent/child' directory, according to how the pages are created.
Long term, one solution could be:
When creating a new page, select it's parent page and sort order.
If no parent page is defined, the page is considered top of the directory tree
Sort order field is numerical only. Sort order starts from 1 (0 reserved for home / root, at very top if tree). Form input is validated to numerics only. No upper numerical value for sort order.
If no sort order is specified, enter a default value of 1
Nav bar sorts parent --> child relationships first numerically, then alphabetically
The text was updated successfully, but these errors were encountered: