mkali25 downloadsComment and notification system for shared Obsidian vaults.
An Obsidian plugin for leaving structured comments in shared vaults, with per-user notifications.

[!comment] callout with a single command or right-click menu entry#member/username syntax — multiple tags are supportedComments are stored as Obsidian callouts:
> [!comment] @creator → #member/name1 #member/name2
> <!-- ts:1717123456789 -->
> Comment text here.
The timestamp is stored as an invisible HTML comment so it does not appear in the rendered note.
#member/ tagClick the bell icon in the ribbon to open the notification panel. The panel shows all unread comments addressed to you (or to any tags you follow), sorted newest first.
Click any comment in the panel to jump to the corresponding line in the source file.
Click Mark as read in the panel header, or run Mark All Comments as Read from the Command Palette. The ribbon badge clears automatically.
Open Settings → Community Plugins → Comments with Notification.
| Setting | Description |
|---|---|
| Your username | The name others will tag with #member/yourname to notify you on this machine |
| Additional tags to follow | Comma-separated list of extra tags to monitor (e.g. physics-team, lab-members) |
Note: This plugin is desktop-only because it uses
os.hostname()to identify the current machine.