CD39 downloadsGives a messenger/chat like interface to use the chat view plugin by adifyr
A clean, mobile-friendly, floating chat interface for Obsidian, which uses the Chat View plugin by adifyr as a base.
This plugin allows you to use the power of the Chat View plugin to quickly inject conversational notes, role-play dialogues, or internal monologues directly into your active Markdown file, but now with a chatbox interface, where you can choose roles, and just click send!
19:37 23rd Jun,26).First up, you will need the Chat View plugin for Obsidian.
After that, create a chat block using
```chat
```
Now, as required, create the roles/narrators as you wish, using the Chat View's formatting rules!
```chat
(by default the text bubble is aligned left)
>actor 1 ---> text bubble will be aligned right
^actor 2 ---> text bubble in the middle
```
Now with these roles defined, you can go to the plugin settings of Messenger and add the roles in the list, so that they show up on the dropdown.
Select a role from the dropdown, type your message, and hit send (or press Enter). The plugin instantly injects the text into your active note using the following Chat View syntax:
{{role|Your message here|HH:MM DDo Mon,YY}}
Example Output:
after sending, shows up as
Go to Settings > Messenger for chat view to customize your available roles.
Enter your desired roles separated by commas (e.g., User, Assistant, System, Narrator). The dropdown menu in the floating chatbox will update instantly.
Manual Installation
Releases section of this repository.main.js, manifest.json, and styles.css files.VaultFolder/.obsidian/plugins/obsidian-chatbox-messenger/.