From f887eaaa92c34f07e2e2b43c9641d8b0b74a388b Mon Sep 17 00:00:00 2001 From: Pierre Lalet Date: Sat, 31 Dec 2022 01:23:56 +0100 Subject: [PATCH] Add plugin: obsidian-ivre-plugin --- community-plugins.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 37c2753a8e7..d5668ca3781 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -6102,5 +6102,13 @@ "description": "Manage your Plugins with groups: Enable & disable multiple plugins at once or delay their startup to speed up your Obsidian start up time.", "author": "Mocca101", "repo": "Mocca101/obsidian-plugin-groups" + }, + { + "id": "obsidian-ivre-plugin", + "name": "IVRE", + "description": "IVRE integration for Obsidian: grab data from IVRE and bring it into Obsidian notes.", + "author": "The IVRE contributors", + "repo": "ivre/obsidian-ivre-plugin", + "donation": "https://github.com/sponsors/p-l-" } ]