187 Commits
Author SHA1 Message Date
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
Vadim Melnicuk 7150d4b265 feat: add light theme and background customisation 2026-06-25 14:24:32 +01:00
Vadim Melnicuk 3711be5d58 feat: add content width toolbar toggle 2026-06-25 12:09:10 +01:00
Vadim Melnicuk 18f5c0da00 feat: add sortable live table columns 2026-06-25 11:39:58 +01:00
Md. Sazid UddinandVadim Melnicuk fb5a614160 feat: vim mode in live mode + sync VSCodeVim custom keybindings (#54)
* feat: vim keybindings in live mode + sync VSCodeVim custom keybindings

- Enable vim mode in both source and live modes (remove source-only guard)
- Auto-enable vim mode when VSCodeVim extension is installed (mirrors vim.enable)
- Sync all custom VSCodeVim keybindings (normal/insert/visual, recursive/non-recursive)
- Sync vim.leader key setting
- React to runtime changes in vim.*KeyBindings* and vim.leader settings without reload
- Thread vimKeybindings and vimLeader through init message and vimKeybindingsChanged broadcasts

* feat: add vim auto behavior and mapping sync

---------

Co-authored-by: Vadim Melnicuk <vadim.melnicuk@gmail.com>
2026-06-25 11:11:51 +01:00
John Campion JrandVadim Melnicuk 5914a106f0 feat: optional VS Code theme highlighting for code blocks (#56)
* feat: optional VS Code theme highlighting for code blocks

Add an opt-in setting (markdownEditorOptimized.codeBlocks.useVscodeTheme,
default off) that highlights fenced code blocks with the active VS Code
color theme via Shiki's TextMate tokenizer, including bracket pair
colorization, in both rendered and editing states. When disabled, or for
languages without a Shiki grammar, code blocks use the built-in highlighter.

* fix: simplify description for code block highlighting option

* fix: clear Shiki theme state when unavailable

---------

Co-authored-by: Vadim Melnicuk <vadim.melnicuk@gmail.com>
2026-06-25 10:21:56 +01:00
Vadim Melnicuk 282d917293 chore: update version to 0.1.23 0.1.23 2026-03-28 19:49:41 +00:00
Vadim Melnicuk c2c3d46f24 feat: implement inline footnote support with decorations and styling 2026-03-28 19:48:45 +00:00
Vadim Melnicuk 7e7ab52e1e fix: enhance full list line decorations and currency vs latex rendering 2026-03-28 10:18:00 +00:00
Vadim Melnicuk fedf1dc4b3 chore: update version to 0.1.22 0.1.22 2026-03-28 07:45:04 +00:00
Vadim Melnicuk 05bcf8ebd2 fix: implement drag threshold handling for git blame gutter 2026-03-28 07:44:09 +00:00
Vadim Melnicuk 4b10ae3764 feat: add support for additional task statuses in-progress [~] and dropped [-] 2026-03-28 07:39:13 +00:00
Vadim Melnicuk f34e461d92 feat: enhance single tilde strike handling with whitespace and boundary checks 2026-03-28 06:53:31 +00:00
Vadim Melnicuk 81458aa6f0 chore: update version to 0.1.21 0.1.21 2026-03-25 21:26:17 +00:00
Vadim Melnicuk a48695801c feat: implement scroll position restoration for long markdown files 2026-03-25 21:24:41 +00:00
Vadim Melnicuk dd049e7797 fix: refine shortcut handling for 'f' key to exclude shift key 2026-03-25 20:29:19 +00:00
Vadim Melnicuk aec8e2f4c3 chore: update version to 0.1.20 0.1.20 2026-03-24 21:38:23 +00:00
Vadim Melnicuk 4e4b29e6e3 feat: add font weight configuration for headings in theming 2026-03-24 21:21:57 +00:00
Vadim Melnicuk 968aa86bb9 fix: implement ready handshake mechanism for webview 2026-03-24 20:57:26 +00:00
Vadim Melnicuk 1476af7e30 feat: add export image mode configuration for HTML export 2026-03-24 20:43:08 +00:00
Vadim Melnicuk da2ac232ff feat: enhance VSCode API compatibility with fallback state management 2026-03-24 20:31:42 +00:00
Vadim Melnicuk f5f20a7245 refactor: remove auto-save feature and related configurations 2026-03-24 20:22:49 +00:00
Vadim Melnicuk 3b5985e43b fix: shift to global configuration 2026-03-24 19:45:40 +00:00
Vadim Melnicuk 6a9ea1d2f6 fix: base01 theming and copilot handoff 2026-03-24 19:38:23 +00:00
Vadim Melnicuk b69a442237 fix: update anchor coordinates for improved selection handling 2026-03-24 19:36:54 +00:00
Vadim Melnicuk 2244f83584 fix: adjust padding for mode-toolbar when line numbers are hidden 2026-03-15 20:26:06 +00:00
Vadim Melnicuk 39aa756b40 chore: update version to 0.1.19 0.1.19 2026-03-15 18:34:05 +00:00
Vadim Melnicuk 722ae73a8f docs: update README 2026-03-15 18:32:48 +00:00
Vadim Melnicuk 6fc9563708 fix: implement text comparison utility for agent reviews 2026-03-15 18:27:58 +00:00
Vadim Melnicuk 6313d79133 fix: restore agent review handling 2026-03-15 18:17:46 +00:00
Vadim Melnicuk 535652ebf7 fix: update configuration for browser path handling; enhance button styles 2026-03-15 17:08:13 +00:00
Vadim Melnicuk 0eda9d113d feat: add support for customizable font weights in theme settings 2026-03-15 15:20:58 +00:00