mirror of
https://github.com/decaf-dev/obsidian-vault-explorer.git
synced 2026-07-22 10:10:31 +00:00
* chore: bump version * refactor: remove unused code * feat: add delete to context menu * feat: add confirm delete setting
11 lines
299 B
JSON
11 lines
299 B
JSON
{
|
|
"id": "vault-explorer",
|
|
"name": "Vault Explorer",
|
|
"version": "1.45.0",
|
|
"minAppVersion": "1.4.13",
|
|
"description": "Explore your vault in visual format",
|
|
"author": "DecafDev",
|
|
"authorUrl": "https://github.com/decaf-dev",
|
|
"fundingUrl": "https://ko-fi.com/decaf_dev",
|
|
"isDesktopOnly": true
|
|
}
|