add advanced uri plugin
This commit is contained in:
parent
7fc6206162
commit
6a79f83a32
3
.obsidian/community-plugins.json
vendored
3
.obsidian/community-plugins.json
vendored
|
@ -6,5 +6,6 @@
|
||||||
"tag-word-cloud",
|
"tag-word-cloud",
|
||||||
"obsidian-sort-and-permute-lines",
|
"obsidian-sort-and-permute-lines",
|
||||||
"dashboard-navigator",
|
"dashboard-navigator",
|
||||||
"automatic-table-of-contents"
|
"automatic-table-of-contents",
|
||||||
|
"obsidian-advanced-uri"
|
||||||
]
|
]
|
12
.obsidian/plugins/obsidian-advanced-uri/data.json
vendored
Normal file
12
.obsidian/plugins/obsidian-advanced-uri/data.json
vendored
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"openFileOnWrite": true,
|
||||||
|
"openDailyInNewPane": false,
|
||||||
|
"openFileOnWriteInNewPane": false,
|
||||||
|
"openFileWithoutWriteInNewPane": false,
|
||||||
|
"idField": "uid",
|
||||||
|
"useUID": true,
|
||||||
|
"addFilepathWhenUsingUID": false,
|
||||||
|
"allowEval": false,
|
||||||
|
"includeVaultName": true,
|
||||||
|
"vaultParam": "name"
|
||||||
|
}
|
35
.obsidian/plugins/obsidian-advanced-uri/main.js
vendored
Normal file
35
.obsidian/plugins/obsidian-advanced-uri/main.js
vendored
Normal file
File diff suppressed because one or more lines are too long
11
.obsidian/plugins/obsidian-advanced-uri/manifest.json
vendored
Normal file
11
.obsidian/plugins/obsidian-advanced-uri/manifest.json
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"id": "obsidian-advanced-uri",
|
||||||
|
"name": "Advanced URI",
|
||||||
|
"description": "Advanced modes for Obsidian URI",
|
||||||
|
"isDesktopOnly": false,
|
||||||
|
"js": "main.js",
|
||||||
|
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||||
|
"version": "1.44.1",
|
||||||
|
"author": "Vinzent",
|
||||||
|
"authorUrl": "https://github.com/Vinzent03"
|
||||||
|
}
|
Loading…
Reference in a new issue