218 Commits
Author SHA1 Message Date
Vadim Melnicuk 20347b5fc8 chore: update version to 0.1.29 0.1.29 2026-09-11 09:32:14 +01:00
Vadim Melnicuk 43343168c8 fix: Cursor file editor associations on AI pending edits 2026-09-11 09:31:42 +01:00
Vadim Melnicuk 8c366e1362 chore: update version to 0.1.28 0.1.28 2026-09-10 23:29:38 +01:00
Vadim Melnicuk 6466b6a953 feat: add HTML comment decorations and gutter support 2026-09-10 23:10:58 +01:00
Vadim Melnicuk c0d107b8a2 feat: implement sticky table header 2026-09-10 22:45:30 +01:00
Vadim Melnicuk 342a300cbc fix: dollar sign rendering issue 2026-09-10 22:17:20 +01:00
Vadim Melnicuk 2e032204fe fix: correct casing 2026-09-06 09:41:17 +01:00
Vadim Melnicuk 032394e3ed fix: update Read Only feature description for clarity 2026-09-06 09:40:02 +01:00
Vadim Melnicuk 3ce73a3f43 chore: update version to 0.1.27 0.1.27 2026-09-06 09:00:47 +01:00
Vadim Melnicuk 0a826cf664 chore: update Bun lockfile with CSpell dependencies 2026-09-06 08:59:39 +01:00
Vadim Melnicuk afef38767d fix: match selection highlighting between live and source modes 2026-09-06 08:45:29 +01:00
Vadim Melnicuk 007332c6f0 fix: restore multiple selection shortcuts in source mode 2026-09-06 08:19:40 +01:00
Vadim Melnicuk 4ca2d4b1a7 fix: restore floating toolbar and spelling suggestions with CSpell 2026-09-06 08:01:40 +01:00
Vadim Melnicuk 9c2273b06e fix: Match read-only icon size to adjacent controls 2026-09-06 07:28:32 +01:00
Vadim Melnicuk 2a001cc90a fix: Use pencil-off for the read-only toggle 2026-09-06 07:27:42 +01:00
Vadim Melnicuk 5455dd92a3 fix: Use a reading icon for read-only mode 2026-09-06 07:25:28 +01:00
Vadim Melnicuk 5b32a948e8 Merge pull request #73 from apoapostolov/feat/active-line-highlight-control
feat: Customize active-line background through themes
2026-09-06 07:22:07 +01:00
Vadim Melnicuk ddfd04b02a feat: Customize the active-line background through themes 2026-09-06 07:21:53 +01:00
Vadim Melnicuk e00f1b7046 fix: Persist read-only mode across all documents 2026-09-06 07:10:18 +01:00
Vadim Melnicuk 763f2ce996 Merge pull request #74 from apoapostolov/feat/live-read-only-view
feat: Add a document Read Only lock for Live and Source
2026-09-06 07:03:55 +01:00
Vadim Melnicuk 8abca4e754 feat: Add a document read-only lock across Live and Source 2026-09-06 07:03:37 +01:00
Vadim Melnicuk e6a2f861a2 fix: correct caret placement in live table cell editing 2026-09-06 06:51:06 +01:00
Vadim Melnicuk e483f9a52a feat: add visual multiline editing for table cells and improve markdown handling 2026-09-05 23:40:40 +01:00
Apostol Apostolov 5cd4356528 fix: stop selection toolbox flicker when highlighting text (#76)
Closes #63.
2026-09-05 23:02:58 +01:00
Vadim Melnicuk eaf072b0ef feat: enhance markdown export with visible link-reference definitions and improve copy functionality in editor 2026-09-05 22:45:34 +01:00
Apostol Apostolov de3cddc7b9 fix: harden external document sync and recovery
Adopt external host changes safely, preserve local drafts until adoption succeeds, keep recovery actions available, and recover cleanly when document edits fail.\n\nCloses #72
2026-09-05 22:11:25 +01:00
Vadim Melnicuk 7d6de86cfa fix: move keymap setting and shorten its documentation 2026-09-05 21:59:45 +01:00
Vadim Melnicuk 9bbe167045 fix: optimize selection change handling in editor 2026-09-05 21:53:44 +01:00
Apostol Apostolov e254dfa5e9 feat: configurable CodeMirror keymap via settings (#77)
Adds configurable CodeMirror and MEO key bindings with live reload, a curated command list, and VS Code passthrough support.

Includes maintainer fixes for shortcut precedence, platform-specific modifiers, and heading collapse targeting.

Co-authored-by: Apostol Apostolov <theapoapostolov@gmail.com>

Closes #53
2026-09-05 21:51:32 +01:00
Apostol Apostolov 589d398a57 feat: Live read-only reading view
Add markdownEditorOptimized.live.readOnly (default false), a toolbar
toggle, and a command so Live mode can act as a calm reading surface:
no active-line highlight, no active-line source reveal, and no edits.
Selection and copy still work; Source remains the edit surface (or turn
the option off to edit in Live).

Skips auto-focus steal while reading so chat/agent inputs keep the
keyboard. External doc sync still applies via annotated transactions.

Closes #71
2026-07-19 04:19:46 -07:00
Apostol Apostolov 7dd4bff875 feat: control active line highlight (setting + theme slot)
Add markdownEditorOptimized.activeLineHighlight.visible (default true)
to disable the cursor/active line background in Live and Source modes.

Add optional theme field activeLineBackground so themes can restyle the
highlight or set it to transparent. Empty keeps the built-in base03 mix.

Closes #70
2026-07-19 04:13:37 -07:00
Vadim Melnicuk c5c1616c5c chore: update version to 0.1.26 0.1.26 2026-07-02 18:16:43 +01:00
Vadim Melnicuk 9585cc6a2d fix: improve dark Mermaid diagram line contrast 2026-07-02 18:15:31 +01:00
Vadim Melnicuk ceab240825 fix: reveal live find matches and preserve active highlight 2026-07-02 17:06:25 +01:00
Vadim Melnicuk 43061e5d54 fix: align inline toolbox and ignore intraword underscores 2026-06-30 10:46:06 +01:00
Vadim Melnicuk ff08726422 fix: highlight find results in rendered tables 2026-06-26 15:54:04 +01:00
Vadim Melnicuk 42704ffa5c chore: update version to 0.1.25 0.1.25 2026-06-26 15:25:41 +01:00
Vadim Melnicuk b37b5a0a5f docs: update feature list 2026-06-26 15:25:33 +01:00
Vadim Melnicuk 27fbaf890c feat: add spellcheck suggestions and toolbar toggle 2026-06-26 15:18:48 +01:00
Vadim Melnicuk d707aa1012 fix: mermaid rendering and controls 2026-06-26 14:40:12 +01:00
Vadim Melnicuk 1f0e2d9115 fix: persist content width toggle state 2026-06-26 13:27:51 +01:00
Vadim Melnicuk bf4a745a67 chore: update version to 0.1.24 0.1.24 2026-06-26 08:38:54 +01:00
Vadim Melnicuk 8099060f7c fix: stabilize toolbar alignment 2026-06-26 08:35:32 +01:00
Vadim Melnicuk bb0bc8a947 fix: improve live editor table and code block styling 2026-06-26 07:49:22 +01:00
Vadim Melnicuk a665246859 feat: improve find result highlighting and controls 2026-06-25 21:23:23 +01:00
Vadim Melnicuk 1bc1031851 fix: preserve pending markdown edits during save sync 2026-06-25 20:58:43 +01:00
Vadim Melnicuk 588afe2402 fix: defer Git baseline refreshes during editor startup 2026-06-25 17:01:33 +01:00
Vadim Melnicuk 607dc4ffba feat: improve wide table layout and controls 2026-06-25 16:45:33 +01:00
Vadim Melnicuk e440e22b7c feat: add contextual table cell editing controls 2026-06-25 16:16:55 +01:00
Vadim Melnicuk 3df195dd21 feat: add spell diagnostics in MEO editor 2026-06-25 16:16:18 +01:00