Releases: mariomile/obsidian-selection-toolbar
Releases · mariomile/obsidian-selection-toolbar
Release list
Exo AI Selection Toolbar 0.3.3
Full Changelog: 0.3.2...0.3.3
Exo AI Selection Toolbar 0.3.2
Full Changelog: 0.3.1...0.3.2
Exo AI Selection Toolbar 0.3.1
Full Changelog: 0.3.0...0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
First release.
Selection Toolbar — a floating formatting toolbar that appears when you select text in Obsidian, plus AI text actions powered by your local Claude Code subscription (no API key, no metered billing).
Highlights
- Formatting toolbar on selection: bold, italic, strikethrough, highlight, inline code, headings, lists, checkbox, blockquote, code block, comment, links, clear formatting — themed to match your vault.
- AI actions (✨): Improve, Fix grammar, Shorten, Expand, Change tone, Translate, Custom — with preview + diff, direct streaming, or insert-below.
- Custom saved AI actions, per-action model (quick model for fast edits), command palette + hotkeys, toolbar overflow menu.
- Runs entirely through your local
claudeCLI; the plugin makes zero network calls of its own and ships no secrets. All CLI tools are disabled (defense in depth).
Requirements
Desktop only. Claude Code installed and signed in (claude in a terminal once).
Install
- BRAT: add
mariomile/obsidian-selection-toolbar. - Manual: copy
main.js,manifest.json,styles.cssinto<vault>/.obsidian/plugins/selection-toolbar/and enable the plugin.