You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completed the rename to "Pinned Files": the plugin id is now pinned-files (and the vault install folder is .obsidian/plugins/pinned-files/). The plugin is published as a community plugin under the new pinned-files id.
Native File Explorer pin indicators are now styled entirely from styles.css (a toggled is-pinned-file class) instead of an injected <style> element, per Obsidian plugin guidelines.
In-app UI text (view title, ribbon tooltip, settings labels, command name) now uses sentence case. The store/display name remains "Pinned Files".
The "Clear all" button uses setDestructive() instead of the deprecated setWarning().
Raised minAppVersion to 1.13.0 (required by setDestructive, also covers the awaited async revealLeaf).
Fixed
Awaited workspace.revealLeaf() calls (no longer floating promises) and gated them behind the raised minAppVersion.
Use activeDocument instead of document for popout-window compatibility.
The "Open view" command id/name no longer repeat the plugin id/name.