Skip to content

0.2.3

Latest

Choose a tag to compare

@macbyclp macbyclp released this 11 Aug 11:12

Fixes the one error the automated review raised against 0.2.2.

  • minAppVersion 1.4.0 -> 1.7.2. Workspace.revealLeaf only returns a Promise @since 1.7.2, and the plugin awaits it so a deferred view finishes loading before it's revealed. Declaring 1.7.2 is the honest fix rather than dropping the await.
  • Command id no longer repeats the plugin id, and the command name no longer repeats the plugin name -- Obsidian adds both itself.

Install: download main.js, manifest.json and styles.css below into <vault>/.obsidian/plugins/memorry/. Requires Obsidian 1.7.2 or newer.