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:
windyboy
2026-08-21 15:44:03 +08:00
parent 93beb24961
commit 12ee06d8f8
45 changed files with 63881 additions and 20244 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
{
"id": "obsidian-local-rest-api",
"name": "Local REST API",
"version": "3.4.4",
"minAppVersion": "0.12.0",
"description": "Get, change or otherwise interact with your notes in Obsidian via a REST API.",
"name": "Local REST API with MCP",
"version": "5.1.0",
"minAppVersion": "1.13.1",
"description": "A secure REST API and Model Context Protocol (MCP) server for your vault.",
"author": "Adam Coddington",
"authorUrl": "https://coddingtonbear.net/",
"authorUrl": "https://adamcoddington.net/",
"isDesktopOnly": true
}