v0.99.4
Note
If you are interested in an official mobile application (#7447) or multi-user support (#4956), consider offering financial support via IssueHunt (see links).
Important
If you enjoyed this release, consider showing a token of appreciation by:
- Pressing the “Star” button on GitHub (top-right).
- Considering a one-time or recurrent donation to the lead developer via GitHub Sponsors or PayPal.
💡 Key highlights
- The triliumnotes.org website now has multi-language support. Consider contributing translations over on Weblate.
- docs.triliumnotes.org has switched from mkdocs to our own export to static website solution based on the Share functionality.
- Developer documentation is now available at docs.triliumnotes.org/developer-guide/.
🐞 Bugfixes
- Excessive spacing in expanded empty children of a collection list view
- Share: headings with CJK characters had incorrect URLs.
- Share: headings were displayed in ToC with their HTML tags escaped.
- Import/export was enabled in note context menu for help notes.
- Image colors become muted on a canvas note when dark theme is enabled
- Edited notes list automatic updates to Hidden Notes
- Calendar tooltip is not correctly positioned
- Some images not displayed properly when printing or exporting to PDF.
- New tab in a freshly opened window does not show recent notes by @SiriusXT
- Overlapping note map button & fixed toolbar not shown in Zen Mode by @SiriusXT
- "Markdown import from clipboard" not working in "Quick edit" by @SiriusXT
- Note revisions not displaying the right date by @contributor
- Bug fixes for the share theme:
- Admonition icons not displayed
- Light theme was not loaded in some circumstances.
- Flash of dark color when loading the light theme.
- Improved layout of the share theme to better fit and not zoom out on mobile devices such as tablets.
- Reload not working on extra desktop windows by @SiriusXT
- Activate the nearest path when opening a cloned note by @SiriusXT
- Port-in-use dialog shown when opening a new window by @SiriusXT
- Enable Numpad Enter to trigger quick search by @SiriusXT
- Search with
=no longer working by @perfectra1n - Kanban template doesn't copy empty columns
- Picture references in HTML export pointing to non-existing files (affects duplicated, untouched notes) & Images not available for shared Duplicated note
- Cloned note in board view
- Ignore toggle tray command if tray is disabled by @contributor
- Fixed formatting toolbar shown for read-only notes
✨ Improvements
- Search results are now displayed on mobile, including the search definition.
- Add UI for #iconClass="bx bx-empty"
- Keyboard shortcut for Today Note button by @contributor
- Mermaid diagram notes: add link to docs
- Change the branch prefix of multiple notes simultaneously by @Copilot
- Custom CSS for printing is now possible again
- Send global shortcut to current window
- The calendar collection now uses the “Date & Number Format”.
- Many UI improvements by @adoriandoran
- Zen Mode Overhaul – improved the appearance and layout of the Zen Mode view. The content of text notes is now vertically aligned, with a slightly larger font size to enhance focus. The content width now follows the “Max content width” option. The formatting toolbar has been moved to the bottom and remains full-width even in split-note view. You can now activate editing mode for read-only notes directly from Zen Mode. A launcher for Zen Mode has also been added to the Launchbar (hidden by default, to add it to the Launchbar: right-click the toolbar, choose Configure Launchbar, then right-click Zen Mode and select Move to visible launchers).
- “Max content width” option and content alignment improvements – the internal behavior of the “Max content width” option has been rewritten. Content now aligns to the left by default (or to the right in RTL mode). To center the content instead, enable “Keep content centered” under Options → Appearance. The note title and ribbon now always span the full width, and the scrollbar stays aligned with the edge. Changing the width value no longer requires restarting the front-end.
- Read-only note alert bar – to better highlight that a note is read-only and make editing more intuitive, a message bar now appears at the top of the note with a button to enable editing. The floating pencil button used previously for this purpose has been removed. An “Edit” command has also been added to the note menu.
- Quick Edit dialog background tinting – the background tint of the Quick Edit dialog now reflects the note’s color attribute.
- Extra Mica effect – on Windows 11, the desktop app now applies the Mica background effect to settings pages, the right pane, and empty tabs.
📖 Documentation
- Moved Collections one level up.
- The API documentation has been moved online-only.
- The technical documentation has been restructured and brought up to date.
- Many improvements to the user guide as well.
🌍 Internationalization
- Various translation updates.
🛠️ Technical updates
triliumbatch files not running on Powershell 7 by @Ra2-IFV- Switched from Node.js 22 to Node.js 24 as it becomes the new LTS.
- edited notes: remove comma for flexible styling by @contributor