Graph functionality op basis van Cytoscape.js

This commit is contained in:
2026-08-14 23:30:48 +02:00
parent c54216fae2
commit caa16a0ce8
5 changed files with 211 additions and 3 deletions
+5
View File
@@ -339,3 +339,8 @@ The special translations page is now one page named `wiki-translations`. It is p
## Version 0.2.13
Version 0.2.13 centers the wiki name in the sidebar and makes it a link to the first/start page. The sticky top chrome now starts without top padding (`padding-top: 0`).
## Version 0.2.14
Version 0.2.14 fixes the wiki-name/home navigation so clicking the wiki name, including while a special view such as Todo is open, always returns to the first/start page. It also adds a lightweight Wiki Graph view. The graph uses the existing pages and their internal Markdown links, requires no extra JavaScript dependency or database migration, and opens a page when its node is selected.