diff --git a/plugins/chat_group/icon.svg b/plugins/chat_group/icon.svg new file mode 100644 index 0000000..4942ea2 --- /dev/null +++ b/plugins/chat_group/icon.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + diff --git a/plugins/chat_group/plugin.html b/plugins/chat_group/plugin.html new file mode 100644 index 0000000..4698542 --- /dev/null +++ b/plugins/chat_group/plugin.html @@ -0,0 +1,514 @@ + + + + + + Study Circle Chat + + + +
+
+
Study Circle Chat
+
Watch a multi-voice recap of the current passage.
+
+ +
Waiting for a reference…
+ +
+
+
Once we have a reference, we’ll invite a few study partners to discuss it.
+
+
+ + + + + +
+ +
+
+ + + + diff --git a/plugins/index.json b/plugins/index.json index fdf1669..81435d1 100644 --- a/plugins/index.json +++ b/plugins/index.json @@ -11,6 +11,12 @@ "icon": "/librarian/icon.png", "description": "Chat with a librarian and jump to referenced texts" }, + { + "name": "Study Circle Chat", + "url": "/chat_group/plugin.html", + "icon": "/chat_group/icon.svg", + "description": "See a chat-group discussion of the current reference" + }, { "name": "AI Translation", "url": "/translation/plugin.html",