From c6f6e29811dffb62e69150e914cf7001d689703b Mon Sep 17 00:00:00 2001 From: Developer Date: Sat, 21 Feb 2026 22:58:36 +0900 Subject: [PATCH] Add plugin: Extended REST API --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index ff017c654b4..16dac680042 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -19150,5 +19150,12 @@ "author": "marcelflymark", "description": "Insert line breaks into tables on mobile devices via shortcut or toolbar.", "repo": "marcelflymark/new-line-break-inside-table-cell" + }, + { + "id": "extended-rest-api", + "name": "Extended REST API", + "author": "jedi", + "description": "Extends vault access with a REST API for tags, Dataview queries, batch operations, and MCP integration.", + "repo": "addsalt1t/obsidian-rest-api" } ]