From e243a8dd1dad29de6f8cba48b6f079df8d9fa3d8 Mon Sep 17 00:00:00 2001 From: Eoin Hurrell Date: Wed, 16 Apr 2025 13:27:48 +0000 Subject: [PATCH 1/2] Update community-plugins.json --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 2024befafcf..c5366d73f79 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -1,4 +1,11 @@ [ + { + "id": "inboxer", + "name": "Inboxer", + "author": "Eoin Hurrell", + "description": "Adds commands to quickly add entries to INBOX and TIMELINE sections of notes", + "repo": "eoinhurrell/obsidian-inboxer" + }, { "id": "nldates-obsidian", "name": "Natural Language Dates", From 872594301589ea056829789931df17b3598cd7da Mon Sep 17 00:00:00 2001 From: Eoin H Date: Wed, 16 Apr 2025 15:13:35 +0100 Subject: [PATCH 2/2] chore: Update community-plugins.json --- community-plugins.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index c5366d73f79..3c2a5559413 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -1,11 +1,4 @@ [ - { - "id": "inboxer", - "name": "Inboxer", - "author": "Eoin Hurrell", - "description": "Adds commands to quickly add entries to INBOX and TIMELINE sections of notes", - "repo": "eoinhurrell/obsidian-inboxer" - }, { "id": "nldates-obsidian", "name": "Natural Language Dates", @@ -16518,6 +16511,13 @@ "author": "qf3l3k", "description": "Fetch data from multiple sources (REST APIs, RPC, gRPC, GraphQL) and insert results into notes", "repo": "qf3l3k/obsidian-api-fetcher" + }, + { + "id": "inboxer", + "name": "Inboxer", + "author": "Eoin Hurrell", + "description": "Adds commands to quickly add entries to INBOX and TIMELINE sections of notes", + "repo": "eoinhurrell/obsidian-inboxer" } ]