- Added One Dark theme, and the accent color now updates automatically to match whenever you switch themes. (community PR by RockyRoad226, #130)
- Added 8 more color themes: Material Dark, Material Light, Monokai, Rosé Pine, Everforest, Horizon, Cyberpunk, and Black. (community PR by RockyRoad226, #122)
- Fixed some dark themes reverting to a light appearance after restarting the app (the saved theme wasn't always recognized as dark on load).
- Fixed the context menu heading submenu being clipped or overflowing off-screen on narrow viewports; the submenu now flips left when there isn't room. (issue #113)
- The vault picker now highlights the currently open vault with an accent border and "Current" badge. (issue #124)
- Notebook creation: typing a path like Parent/Child now creates the nested notebooks in one step, and Backspace on an empty sub-notebook field drops back to creating a top-level notebook. (community PR by milaforge, #135)
- Double-clicking empty space in the sidebar now opens and focuses the new-notebook name field, matching the + button. (community PR by milaforge, #134)
- F2 renames the focused note or notebook row inline, reusing the existing rename flow. (community PR by milaforge, #142)
- Alt+Shift+Up/Down moves a single list or task item up/down, while Alt+Up/Down still moves the whole block. (community PR by milaforge, #143)
- Fixed the Nix flake build by updating the cargoHash. (community PR by lokthare, #136)
- Android: swiping back with a modal open (Settings, Info, Search, Command Palette) no longer crashes the app; the modal closes instead of navigating underneath. (issue #90)
- Settings > Editor: toggle to show/hide the arrow icon after external links. (issue #128)
- Fixed images not rendering when switching from source mode back to the rich editor; separator comments were treated by markdown-it as an HTML block start, swallowing the next line. (issue #87)
- Fixed the editor intermittently failing to render on every other source-mode switch.
- Unified code block copy button and language selector styling; both are now always visible at low opacity and brighten on hover.
- Code block language selector now has a search filter; type to narrow the list, Enter to select.
- Added PowerShell syntax highlighting.
- Mobile: added Indent and Outdent buttons to the editor toolbar so you can adjust list and paragraph nesting without a keyboard.
- Mobile: the editor's + (insert) menu now includes Code Block, Quote, Table, and Collapsible Section, so every block type is reachable there without typing a slash command. On desktop the + menu no longer duplicates blocks that already have a toolbar button.
- Tables are now stored as clean Markdown by default and only convert to HTML when you actually style them (e.g. cell background colors); a styled table gets a "Reset to Markdown" button to strip the styling and return to plain Markdown. Also fixed table content being lost during Markdown conversion, styling not being detected when a table genuinely needed HTML, and the table right-click menu overflowing off the bottom of the screen.
- Fixed markdown links from other apps (e.g. Notesnook exports) rendering as plain text when the URL was wrapped in angle brackets or carried a title, like
[name](./file.pdf). These now parse as proper links, and the file is rewritten to the clean[name](./file.pdf)form on save. (community report, issue #146) - Toggling between the markdown source editor and the rich editor now keeps your place: the cursor lands on the same word and scrolls into view, instead of jumping back to the top of the note. (community request, issue #125)
- WebDAV sync: fixed edits to existing notes not syncing to the server (new notes worked, edits didn't). (community report, issue #147)
- Notebooks: the section header (with the collapse/expand-all button) now stays pinned while the tree scrolls, with a divider line above it. (community request, issue #126)
- Desktop: a Note Width setting (Settings → Styling) caps and centers the note text column for easier reading on wide screens and in Focus Mode; defaults to Full. (community request, issue #137)
- Fixed imported/plain-markdown notes (no frontmatter) having their create date reset to now after editing or renaming. (community report, issue #139)
- Hide the middle notes-list panel with
Ctrl/Cmd+Shift+\(or a button in the list header) to give the editor more room; the collapsed state is remembered per vault, and selecting a notebook or view in the sidebar brings the list back automatically. (community PR by milaforge, #145) - Keyboard shortcuts are now customizable: in the Info panel's Shortcuts tab, click a shortcut to rebind it, right-click to reset, Esc to cancel; combos already in use are rejected. (community PR by milaforge, #148)
- A new Custom note-list sort mode lets you drag notes into any order you want, remembered per vault without rewriting your note files. (community PR by milaforge, #149)
- Choosing "New Sub-notebook" from a notebook's context menu now focuses the name field right away, so you can type the name without an extra click. (community PR by milaforge, #150)
- Hide sidebar items you don't use (All Notes, Quick Access, Tasks, Daily Notes, Trash) from Settings → General → Sidebar, leaving just search and the notebook tree. (community request, issue #153)
- The command palette (Ctrl/Cmd+P) can now jump straight to any main view (All Notes, Quick Access, Tasks, Daily Notes, Trash), so anything you've hidden from the sidebar stays one keystroke away.
- Collapsing the sidebar now leaves a slim icon rail with search at the top and info + settings at the bottom, instead of only an expand button.