qctsu_obsidian-file-shift/versions.json
Qctsu d2de55b789 fix: allow drag-and-drop into folders (3-zone detection)
Previously the plugin blocked all drag events in file explorer,
preventing native move-into-folder behavior. Now uses 3-zone
detection on folder targets:
- Top 25%: reorder above
- Middle 50%: move into folder (Obsidian native)
- Bottom 25%: reorder below

Also adds visual highlight when targeting folder center zone.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-08 11:01:20 +02:00

5 lines
63 B
JSON

{
"1.0.0": "1.7.2",
"1.1.0": "1.7.2",
"1.2.0": "1.7.2"
}