Skip to content

Releases: Fjx-dylanZ/obsidian-drawer-explorer

0.5.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 17:41
0.5.0

0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 16:32

Full Changelog: 0.3.0...0.4.0

0.3.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:13
Bump version to 0.3.0

0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 22:10
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

Choose a tag to compare

@github-actions github-actions released this 08 Jul 21:08
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

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:49
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.