From 6de49db4995d9b54ff3a07752ef8b873e3bac6e5 Mon Sep 17 00:00:00 2001 From: Jay Nguyen Date: Tue, 21 Jun 2022 20:32:31 +0100 Subject: [PATCH] Add Ghost publish plugin (#891) --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index fd8279313ee..0a812cf19e6 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -4312,5 +4312,12 @@ "author": "mnowotnik", "description": "Use js files or snippets to code your own quick and dirty plugins", "repo": "mnowotnik/obsidian-user-plugins" + }, + { + "id": "obsidian-ghost-publish", + "name": "Obsidian Ghost Publish", + "author": "@jaynguyens", + "description": "Publish to Ghost site with a single click", + "repo": "jaynguyens/obsidian-ghost-publish" } ]