You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Making the sidebar more customizeable is a often requested feature. In a first step admins should be able to configure the sidebar for the entire site, in the next step users can personalize the sidebar, overriding the global settings.
Shortcuts with Icons: displayed in the sidebar, or in the three dots menu:
Home
A-Z (PageIndex)
Create page
Changelog
Favorites (Not there yet, just for completeness)
Tags (Not there yet, just for completeness)
Menu
The Page Index Mode will get a new option: Menu:
For the menu the pages to be listed and their order can be condigured in the settings.
The text was updated successfully, but these errors were encountered:
…ace.
- The interface of the admin preferences has been redesigned in order to
be more clearly arranged. Separated pages for General Application
Preferences, Sidebar, Content and Editing, User Management,
Permissions and Registration and Mail Preferences.
- Which of the shortcuts (Home, Page Index "A - Z", Changelog and
Create Page) are displayed in the sidebar can be configured now via
the sidebar preferences. Shortcuts not displayed in the sidebar are
displayed in the "three dots menu".
- tests: added test_sidebar.py using Beatifulsoup. Will use this more
often, makes testing much nicer.
This was discussed in #125.
The menu can be configured both via the setting SIDEBAR_CUSTOM_MENU,
where the config is stored as json list of lists, e.g.
[["Example",""], ["Pagetitle","Subfolder/Pagetitle"], ["External
Link", "https://example.com""]]
In the admin preferences the Menu can be configured in a convenient way. For
adding wiki pages a dropdown select box with all pages is available. The
order can be sorted manually via drag and drop.
This was discussed in #125.
Making the sidebar more customizeable is a often requested feature. In a first step admins should be able to configure the sidebar for the entire site, in the next step users can personalize the sidebar, overriding the global settings.
Shortcuts with Icons: displayed in the sidebar, or in the three dots menu:
Menu
The
Page Index Mode
will get a new option:Menu
:For the menu the pages to be listed and their order can be condigured in the settings.
The text was updated successfully, but these errors were encountered: