Skip to content

0.1.0

Choose a tag to compare

@mariomile mariomile released this 27 Jun 14:12
· 48 commits to main since this release

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 claude CLI; 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.css into <vault>/.obsidian/plugins/selection-toolbar/ and enable the plugin.