fix broken wikilinks in LLM_Evaluation zone; update Obsidian plugins
- Rewrite folder-relative wikilinks (resolved from vault root) to unique basenames or full vault-root paths so they actually resolve in Obsidian - Fix malformed table links with spaces around the | alias separator - Plugin updates from Obsidian (any-block, omnisearch, quickadd, etc.)
This commit is contained in:
+12
-15
File diff suppressed because one or more lines are too long
+4
-4
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"id": "obsidian-advanced-uri",
|
||||
"name": "Advanced URI",
|
||||
"description": "Advanced modes for Obsidian URI",
|
||||
"description": "Control various aspects through URIs, including opening files, creating new files, and executing commands.",
|
||||
"isDesktopOnly": false,
|
||||
"js": "main.js",
|
||||
"fundingUrl": "https://ko-fi.com/vinzent",
|
||||
"version": "1.46.1",
|
||||
"version": "2.0.0",
|
||||
"author": "Vinzent",
|
||||
"authorUrl": "https://github.com/Vinzent03"
|
||||
"authorUrl": "https://github.com/Vinzent03",
|
||||
"minAppVersion": "1.5.7"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user