-
0.4.1 Stable
released this
2026-07-15 12:26:06 +00:00 | 92 commits to main since this releaseRelease 0.4.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
0.4.0 Stable
released this
2026-07-15 09:53:54 +00:00 | 96 commits to main since this releaseRelease 0.4.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
0.3.0 Stable
released this
2026-07-14 14:16:30 +00:00 | 123 commits to main since this releaseAdded
- Mission briefings are now shown before a mission starts. Selecting a mission opens a
briefing modal that renders the briefing's markdown — the CIPHER transmission, objective,
skills and XP — as CRT-styled callouts; the mission itself begins only on ▶ Mission
beginnen, so the story is surfaced instead of skipped straight into the editor.
Fixed
- Light-theme readability for the fixed CRT scheme. Sidebar mission entries kept the theme's
light button background (green-on-light, barely legible); the CRT palette now wins on those
buttons regardless of theme. - Briefing callouts were invisible under a light theme: Obsidian blends callouts with
mix-blend-mode: darken, which erased them against the modal's dark background. They now
render on the CRT palette in every theme. - Removed the copy button Obsidian attaches to the briefing's ASCII code block — meaningless
for read-only lore.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Mission briefings are now shown before a mission starts. Selecting a mission opens a
-
0.2.2 Stable
released this
2026-07-12 21:26:01 +00:00 | 130 commits to main since this releaseChanged
- The NeuroVim pane no longer opens automatically on Obsidian startup. Added an opt-in
Open pane on startup setting (off by default); open the pane anytime via the ribbon
icon or the "Open NeuroVim" command.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The NeuroVim pane no longer opens automatically on Obsidian startup. Added an opt-in
-
0.2.1 Stable
released this
2026-07-12 21:19:34 +00:00 | 134 commits to main since this releaseFixed
- Keystroke counting now captures Vim normal-mode commands and navigation (
h/j/k/l,
motions, operators). These are consumed by the CodeMirror/Vim layer and never reached the
previousdocument-level listener, so navigating showed 0 keystrokes; counting now happens
in the capture phase, scoped to editor targets, so every mission keystroke is counted.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Keystroke counting now captures Vim normal-mode commands and navigation (
-
0.2.0 Stable
released this
2026-07-12 19:35:08 +00:00 | 138 commits to main since this releaseAdded
- Result modal after a successful submit: replaces the plain notice with a CRT modal showing
time / keystrokes / KS·MIN — each with a delta vs. your best (▲ improvement / ▼ regression)
and aNEW BESTbadge — plus the XP earned. PurebuildResultViewview-model (unit-tested),
rendered via an ObsidianModalwith the mission-scheme (CRT/native) applied to the frame.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Result modal after a successful submit: replaces the plain notice with a CRT modal showing
-
0.1.0 Stable
released this
2026-07-12 09:33:12 +00:00 | 150 commits to main since this releaseAdded
- MVP vertical slice: pick a mission in the NeuroVim pane (NEXUS), materialize it as a
throwaway note in a configurable folder, edit in Obsidian's real Vim mode, submit to
verify against the bundled solution, and record XP/best times indata.json. - Standalone plugin repo with
@neurovim/core+@neurovim/contentvendored from the
neurovim-standalonemonorepo (pinned at v0.2.4). - Editor HUD: floating mission control (mission id, timer, keystrokes, submit/reset/abort)
over the mission note, with ahudPlacementsetting (auto/sidebar/box) — sidebar
block when the pane is open, floating box otherwise — and a per-mission dismiss (×). - In-editor diff highlight: a failed submit marks the first divergent line in the editor.
- Color scheme setting (
CRTfixed dark/phosphor vs.nativeObsidian-theme-adaptive),
applied consistently across the whole NeuroVim UI. - Auto Vim mode setting: turns Obsidian's Vim mode on for the duration of a mission and
restores the previous setting when it ends.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- MVP vertical slice: pick a mission in the NeuroVim pane (NEXUS), materialize it as a