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:
+5
-5
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user