Planned Links
Plan notes, snippets, and HTTP requests directly from the internal link picker in Notes. Insert a placeholder for an item you intend to create and keep writing without interrupting your work.
When you are ready, hold Cmd on macOS or Ctrl on Windows/Linux and click the placeholder to create the item and open it in Notes, Code, or HTTP. The placeholder becomes a regular link, and Back takes you to your note.
Note Inspector
The new Note inspector brings Outline, Links, and Annotations into a resizable panel beside your note. Navigate headings or drag entire sections to reorder and nest them in Raw and Live Preview.
Inspect linked items, external addresses, planned placeholders, and missing targets in one place. Filter links by status or space, jump to their occurrences, and find Todo, Note, Important, and Warning callouts as you write.
Shared Navigation History
Back and Forward now share a session history across Notes, Code, and HTTP. Items opened from lists, search, Command Palette, Recent, and internal links all become part of the same navigation path.
Revisit items across spaces using the editor buttons or History menu. Returning to a note restores its scroll position, and deleted items are skipped.
Fixes
- Preserved editor focus and pending description edits when renaming snippets during autosave in Code.
- Fixed decimal values being interpreted as dates and parenthesized expressions being removed as comments in Math Notebook.
- Prevented result flicker when switching sheets in Math Notebook.
- Removed expression highlighting from comment lines in Math Notebook.
- Removed extra spacing inside quotation marks in fragment menus.
What's Changed
- feat(notes): add planned links and note inspector by @antonreshetov in #926
- feat(navigation): unify workspace history across notes, code, and HTTP by @antonreshetov in #927
- docs(navigation): update workspace history documentation by @antonreshetov in #928
- fix(code): preserve focus and pending edits during snippet autosave by @antonreshetov in #929
- docs: correct note inspector link by @antonreshetov in #930
- docs(website): redesign homepage around developer workflows by @antonreshetov in #932
- refactor(code): unify sidebar toggle with notes by @antonreshetov in #933
- fix(math): correct parsing and result highlighting by @antonreshetov in #934
Full Changelog: v5.11.0...v5.12.0