Notes Dashboard
A new home screen for the Notes space. Dashboard gives you a quick overview of your note base before opening a specific note, including note counts, words, folders, tags, recent activity, top linked notes, and a graph preview. Widgets can be customized, and the graph can be expanded into a full-screen view for exploring connections between notes.
Internal Links
Notes now support wiki-style internal links for both notes and snippets. Use [[Note name]] or [[Note name|alias]] to connect related content, insert links from a picker, preview them on hover, and navigate with back and forward history. Snippet links open directly in the Code space, making it easier to connect documentation and code.
JSON Diff
A new JSON Diff tool is available in the Tools space. Compare two JSON documents side by side, validate each input independently, format valid JSON automatically, and inspect changes in a tree-based diff view. Added, removed, and modified nodes can be filtered to focus only on the changes you care about.
Improved Preferences
Preferences and Devtools now remember the last selected section during the current session, so navigation feels smoother when switching between screens. Preferences sections were also visually refined with a cleaner card-based layout.
What's Changed
- docs: redesign website documentation for v5 by @antonreshetov in #717
- chore: update dependencies by @antonreshetov in #718
- fix: prevent name input from losing trailing spaces while typing by @antonreshetov in #719
- feat(notes): add wiki-style internal links for notes and snippets by @antonreshetov in #721
- feat(devtools): add JSON Diff tool by @antonreshetov in #722
- feat: persist preferences and devtools menu selection in session by @antonreshetov in #724
- feat(notes): add dashboard with graph navigation and activity insights by @antonreshetov in #728
- fix: prevent sqlite reimport over legacy vault by @antonreshetov in #731
- fix: normalize invalid saved ids in code and notes by @antonreshetov in #732
Full Changelog: v5.0.0...v5.1.0