Hey,
just want to let you know that i have released a new version, Perlite does now have a Graph implemented and got a fresh redesign.
- updated highlight.js to 11.4.0
- updated Bootstrap JS files to 5.1.3
- changed default (dark) theme from darkly to Bootswatch theme “slate”
- removed the flatly theme, a11y-light theme and disabled the “light mode”
- many layout redesigns like
- changed the header size
- moved the searchbar to the navbar
- added Nerd Fonts as default Font
- added a right navbar for the graph
- highlight current navbar entry
- set focus on current navbar entry if called by a link
- other small layout changes
- added separated scrollbars for navbar and content
- added rel=“noopener noreferrer” attributes for external links
- added icon for external links
- added a visual graph via vis.js
- metadata.json parsing (only adds nodes if they really exists in the folder structure)
- show graph and direct links for every note in the right navbar
- added modal for full graph view
- added filter (hide nodes without link) in the full graph view (saved via cookie)
- improved the search
- enabled case insensitive
- included filename for the search
- removed the “open recent search” (because its unnecessary)
- updated the Readme
- updated the Demo Documents
BR,
sec77