feat: initial implementation of backlinks extension

This commit is contained in:
hermes
2026-04-23 13:34:59 +00:00
commit 23bfd2e2e2
4 changed files with 130 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"id": "obsidian-local-rest-api-backlinks",
"name": "Local REST API — Backlinks Extension",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Adds a /extensions/backlinks/ route to Obsidian Local REST API to retrieve backlinks for a specific note.",
"author": "Hermes",
"isDesktopOnly": false
}