This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Summary
AI summaryEditxr adds multi-file tabs, quick-switcher, navigable links with live rendering, and navigation shortcuts.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
Introduces quick-switcher (`Ctrl+O`) to fuzzy-find and open any file in the folder tree. Introduces quick-switcher (`Ctrl+O`) to fuzzy-find and open any file in the folder tree. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Enables navigable Markdown links and Obsidian‑style wikilinks (`[[wikilink]]`) with `Ctrl+]` navigation. Enables navigable Markdown links and Obsidian‑style wikilinks (`[[wikilink]]`) with `Ctrl+]` navigation. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Implements live link rendering that collapses links to underlined titles and shows raw form on cursor hover. Implements live link rendering that collapses links to underlined titles and shows raw form on cursor hover. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Adds navigation shortcuts: `Ctrl+[` goes back to previous file, `Ctrl+W` closes the current tab. Adds navigation shortcuts: `Ctrl+[` goes back to previous file, `Ctrl+W` closes the current tab. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Feature | Medium |
Adds multi-file tab support for editing several documents simultaneously. Adds multi-file tab support for editing several documents simultaneously. Source: llm_adapter@2026-06-14 Confidence: low |
— |
| Feature | Low |
Supports editing multiple files simultaneously with tabs. Supports editing multiple files simultaneously with tabs. Source: granite4.1:30b@2026-06-14-audit Confidence: low |
— |
| Dependency | Low |
Provides Linux static binaries for x86_64 and aarch64 architectures. Provides Linux static binaries for x86_64 and aarch64 architectures. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Dependency | Low |
Adds separate macOS universal build before publishing. Adds separate macOS universal build before publishing. Source: llm_adapter@2026-06-14 Confidence: high |
— |
| Bugfix | Low |
Changes `Ctrl+W` from word‑wrap to close‑tab behavior; moves word wrap to command palette. Changes `Ctrl+W` from word‑wrap to close‑tab behavior; moves word wrap to command palette. Source: llm_adapter@2026-06-14 Confidence: high |
— |
Full changelog
Second-brain groundwork: editxr goes from a single-document editor to a multi-file, link-aware workspace.
Highlights
- Tabs / multi-file. Open several files at once (
editxr a.md b.md), with a tab strip,Ctrl+Nto cycle, and per-tab cursor/scroll/undo. - Quick-switcher.
Ctrl+Ofuzzy-finds any file in the folder tree and opens it in a tab (reuses the command palette's matcher). - Navigable links.
[text](url)and Obsidian-style[[wikilinks]]follow onCtrl+]or a click — files open in a tab, http(s)/mailto in the browser.[[Note#heading]]/[[Note^block]]open the note. - Live link rendering. Links collapse to their underlined title and reveal the raw form when the cursor lands on them (same as bold/italic).
- Navigation.
Ctrl+[(or Esc) goes back to the previously-focused file;Ctrl+Wcloses the tab.
Notes
Ctrl+Wis now "close tab" — word wrap moved to the command palette.- Linux static binaries (x86_64 + aarch64) are attached. The macOS universal build is added separately before publishing.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Editxr
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]