Skip to content

Releases: vitaly-andr/obsidian-code-workbench

1.1.0

20 Jun 17:04

Choose a tag to compare

[1.1.0] - 2026-06-20

Added

  • Diff review: revert changes one at a time. Each changed hunk has a revert control —
    revert the ones you don't want, then Keep commits the rest.
  • Diff review: long unchanged stretches are folded, so on large files every change is
    visible at once. Click a folded section to expand it.
  • Diff review: opening a diff places the cursor on the first change and scrolls to it.

Changed

  • Syntax highlighting (tree-sitter) is on by default. Each language's grammar downloads on
    first use and is cached; offline, the simpler highlighter is used until the grammar can be
    fetched.
  • Faster startup: the code formatters now load only when you format a file, instead of when
    the plugin loads, so enabling it is quicker.
  • Smaller download: the Ruby parser (~0.6 MB) is fetched on first use and cached instead of
    being bundled, making the plugin about 0.6 MB smaller. The first Ruby format now needs a
    network connection once.

Desktop only.

1.0.3

19 Jun 12:43

Choose a tag to compare

Plugin-review fixes (see commit history). Desktop only.

1.0.2

19 Jun 12:31

Choose a tag to compare

Plugin-review fixes (see commit history). Desktop only.

1.0.1

19 Jun 12:04

Choose a tag to compare

Plugin-review fixes (see commit history). Desktop only.

1.0.0

19 Jun 09:17

Choose a tag to compare

First public release.

A code editor for your Obsidian vault: syntax highlighting, error diagnostics, and one-command formatting for 50+ languages, an accept/reject diff for Claude Code's edits, a one-click Claude launcher, and a demo installer.

Install with BRAT (vitaly-andr/obsidian-code-workbench) or copy main.js, manifest.json, and styles.css into <vault>/.obsidian/plugins/code-workbench/. Desktop only.

tree-sitter grammars (self-built)

19 Jun 06:36

Choose a tag to compare

Self-built tree-sitter grammar wasm + highlight queries, downloaded on demand by the plugin. See grammars/ in the repo for sources and build steps.