From 76570fe0a5f3508f626936525b322a605bb30acf Mon Sep 17 00:00:00 2001 From: "Charl P. Botha" Date: Fri, 5 Jul 2024 22:45:02 +0200 Subject: [PATCH] Add AI Chat as Markdown --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 7d7856f44dd..2c7c3d53b89 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -12402,5 +12402,12 @@ "author": "Mostafa Mohamed", "description": "Use a date picker to modify and insert date/time anywhere in your markdown notes.", "repo": "joycode-hub/datepicker-plugin" + }, + { + "id": "ai-chat-as-md", + "name": "AI Chat as Markdown", + "author": "Charl P. Botha", + "description": "Multiple branching AI conversations as Markdown hierarchy", + "repo": "cpbotha/obsidian-ai-chat-as-md" } ]