From ce505e632ed0c2abaf3bd7570c30dd69c4eaa4e4 Mon Sep 17 00:00:00 2001 From: read with ai Date: Thu, 16 Jan 2025 09:45:24 +0100 Subject: [PATCH] Update community-plugins.json fix up description (again) --- community-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 1dab5ade6ed..7eb46ddd6ee 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -16,7 +16,7 @@ { "id": "obsidian-git", "name": "Git", - "author": "Vinzent, (Denis Olehov)", + "author": "Vinzent, (Denis Olehov)", "description": "Create automation using Javascript scripts from within your notes. Super light-weights plugins, access the plugin api, rapidly iterate for plugin development. Emacs inspired.", "description": "Integrate Git version control with automatic backup and other advanced features.", "repo": "Vinzent03/obsidian-git" }, @@ -14851,7 +14851,7 @@ "id": "plugin-repl", "name": "Plugin REPL", "author": "readwithai", - "description": "Automate Obsidian from within itself using Javascript scripts. Super light-weights plugins, access the plugin api, rapidly iterate for plugins. Emacs inspired.", + "description": "Create automation using Javascript scripts from within your notes. Super light-weights plugins, access the plugin api, rapidly iterate for plugin development. Emacs inspired.", "repo": "talwrii/plugin-repl" } ]