FoldingText 3.0.23 Release Notes
Focus on Tag / Focus on Headings pickers; plugin `requires` dependencies; off-main-thread installs
Release Notes
[3.0.23] — 2026-07-01
New
- Focus on Tag (Ctrl-Cmd-U) now opens a picker listing every tag used in
the document; choose one to filter the outline to just the items carrying
that tag.
- Focus on Headings now opens a picker of all headings; choose one to zoom
to that heading and its subtree.
- Focused views collapse hidden content behind a
··· marker you can click to
reveal it in place, plus a one-click button to exit focus.
- Plugins can declare a
requires map (identifier → version) in their
manifest. Installing a plugin now downloads, installs, and enables each
declared dependency first — recursively, so transitive dependencies resolve —
before the requesting plugin.
Other
- Clicking a
@tag in the text now renders the same fold-style view as focusing
it from the menu (··· glyphs, no "N hidden" pill or match highlight); a
hidden top-level todo no longer shows a stray checkbox before the ···.
- Extension installs — including whole dependency chains — now copy their files
off the main thread, so the app stays responsive during install.
- Missing-dependency problems are reported in a single "Installed with Warnings"
alert (the plugin still installs; already-satisfied dependencies are reused
and re-enabled rather than re-downloaded). Self-references and dependency
cycles are detected and skipped so installation always terminates.
- App version 3.0.19 → 3.0.23.
← Back to Releases