Releases: Fjx-dylanZ/obsidian-drawer-explorer
Releases · Fjx-dylanZ/obsidian-drawer-explorer
Release list
0.5.0
0.4.0
0.3.0
0.2.2
Split mark and clipboard indicators; X/Y remove items from the clip - marked (Space) rows are now highlight-only; the right-edge dot instead shows clipboard membership (accent = copy, red = cut) - X/Y drop the action targets from a cut/copy clip; the clip clears when its last item is removed
0.2.1
Fix community plugin review findings - Bump minAppVersion to 1.8.7 (fileManager.trashFile, Vault.copy) - Narrow TFile casts to instanceof checks; pasteInto rejects folder copies - Canvas preview: colors via presentation attributes + CSS rules instead of inline style assignment; currentColor fallback for uncolored nodes - Use activeDocument/activeWindow for popout window compatibility - Replace builtin-modules dep with node:module builtinModules - Type-safe filter stringification in base preview - Sentence-case UI strings - Add eslint + eslint-plugin-obsidianmd config and npm run lint
0.2.0
Initial release: pop-up file tree with vim navigation and previews Modal drawer explorer for Obsidian: hjkl tree navigation, a/r/d file operations, cut/copy/paste, fuzzy filter with picker-style results, and a preview pane (markdown, images, .canvas minimaps, .base summaries) backed by a pluggable PreviewProvider registry.