Compare commits

..

No commits in common. "862342f0ecb368f3d116c5667c2ee144feb2eaa6" and "4a5a9a40ddad19232da916af98f32bf70dfc301f" have entirely different histories.

5 changed files with 2 additions and 61 deletions

View file

@ -1,5 +1,5 @@
{ {
"theme": "system", "theme": "moonstone",
"interfaceFontFamily": "Atkinson Hyperlegible", "interfaceFontFamily": "Atkinson Hyperlegible",
"textFontFamily": "Atkinson Hyperlegible", "textFontFamily": "Atkinson Hyperlegible",
"monospaceFontFamily": "DejaVu Sans Mono" "monospaceFontFamily": "DejaVu Sans Mono"

View file

@ -14,6 +14,5 @@
"customjs", "customjs",
"obsidian42-brat", "obsidian42-brat",
"obsidian-admonition", "obsidian-admonition",
"creases", "creases"
"obsidian-advanced-uri"
] ]

View file

@ -1,12 +0,0 @@
{
"openFileOnWrite": true,
"openDailyInNewPane": false,
"openFileOnWriteInNewPane": false,
"openFileWithoutWriteInNewPane": false,
"idField": "uid",
"useUID": true,
"addFilepathWhenUsingUID": false,
"allowEval": false,
"includeVaultName": true,
"vaultParam": "name"
}

File diff suppressed because one or more lines are too long

View file

@ -1,11 +0,0 @@
{
"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"
}