- Add sidebar to approve / deny suggestions
- Remove sample plugin code
- Make it work in Reading View
View CriticMarkup syntax in Obsidian.!
- Run
chmod +x copy-to-obsidian.shto enable the copy script - Set your obsidian vault path in .env for
bun run buildto copy the files over
- Visual highlighting for CriticMarkup syntax:
- Additions:
{++text++} - Deletions:
{--text--} - Comments:
{>>text<<} - Highlights:
{==text==} - Substitutions:
{~~old text~>new text~~}
- Additions:
- Clone this repository
- Install dependencies:
bun install
- Set your Obsidian vault path in
.env:OBSIDIAN_VAULT_PATH=/path/to/your/vault - Make the copy file script executable:
chmod +x copy-to-obsidian.sh - Build the plugin:
bun run build
MIT License - see LICENSE file for details

