Skip to content

1.0.1

Choose a tag to compare

@Gelaende51 Gelaende51 released this 13 Aug 07:13
· 19 commits to main since this release

Bugfixes, and the documentation in every language the plugin speaks.

Fixed

  • The path bar stopped working in two quiet ways. In rename mode a note conflicted with itself — browsing back to its own folder made its own name vanish from the list and show up greyed out, as though it blocked its own rename. And the first folder reveal after every Obsidian start expanded nothing: the retry gave up instead of waiting for a tree that had not warmed up yet, then worked for the rest of the session.
  • Choosing a folder from the dropdown could end rename mode instead of descending into it. Rebuilding the row parks focus on <body> for a few ticks, and the guard that ends the mode read that as you clicking away. Focus is no longer consulted at all while a browsing or typing session is open; leaving for real is a click, which was always handled separately.
  • External edits could be silently overwritten. The write path stamped its whole buffer over the file, and it fires from a debounce, so it raced anything else writing the same note — Sync, a second pane — and the loser disappeared without a trace. Writes are now atomic.
  • The focus-outline reset leaked into other views. It matched every header title container in the app, including ones this plugin never touched. It is now scoped to headers Lure actually patched.
  • The create-file dialog's heading is now the dialog's title rather than a heading drawn inside it.

Documentation

  • The README and the usage guide are now available in all 44 languages the plugin ships. Obsidian's own labels are quoted from the strings in the running app, so what you read matches what is on your screen; Greek and Sanskrit have no Obsidian translation at all, so those two render core labels in English and say so.
  • The usage guide named Obsidian's unsupported-extension setting Detect all file extensions. That is a real string, but a stale one — the current English is Show all file types, and readers were being sent to look for something no longer there.

Install

Download main.js, manifest.json and styles.css into <vault>/.obsidian/plugins/lure/, or point BRAT at Gelaende51/obsidian-lure.