• v1.1.0 b8461c3eb0

    v1.1.0
    Node.js build / build (20.x) (push) Has been cancelled
    Node.js build / build (22.x) (push) Has been cancelled
    Stable

    olivier released this 2026-09-07 23:27:56 +02:00 | 0 commits to master since this release

    Added

    • Settings page now visually groups commands by category as collapsible cards, each with an "N/M enabled" badge. The sentence-matching regex setting moved into the Sentence Navigator category, where it belongs.

    Fixed

    • Heading toggle corrupted lines starting with a tag (#tag ...). Toggling a heading on a line beginning with an Obsidian tag (e.g. #project meeting notes) stripped or mangled the tag instead of adding a heading. Heading detection now requires the # run to be followed by whitespace or end-of-line, per the ATX heading rule.
    • Command enable/disable toggles in Settings required an Obsidian restart to take effect. They now apply immediately.
    • "New Adjacent File" failed after the first use in a folder because it always targeted a literal Untitled.md. It now auto-increments (Untitled 1.md, Untitled 2.md, ...) like Obsidian's own new-note command.
    • Selection-tracking listeners went stale for editors opened after startup (new panes/splits/tabs), degrading the Select Next/Previous Occurrence matching heuristic. Listeners are now delegated from document so every editor is covered.

    See CHANGELOG.md for full details.

    Downloads
  • v1.0.0 fcbf1492b7

    v1.0.0
    Node.js build / build (20.x) (push) Has been cancelled
    Node.js build / build (22.x) (push) Has been cancelled
    Stable

    olivier released this 2026-05-25 01:41:52 +02:00 | 3 commits to master since this release

    Initial release of BindThem — enhanced editor shortcuts and formatting tools.

    • Smart text wrapping (bold, italic, code, quotes)
    • Directional copy/move
    • Heading toggles (H1-H6)
    • Line operations, case transformation, multi-cursor support
    • File utilities
    Downloads