103 Commits

Author SHA1 Message Date
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 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 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 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 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 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 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
Vadim Melnicuk 6cc176044b fix: implement URL boundary decorations 2026-03-15 09:39:55 +00:00
Vadim Melnicuk 6a2980bc1a fix: adjust min-width for hidden line numbers 2026-03-15 09:13:23 +00:00
Vadim Melnicuk 65c99b013b fix: remove git decorations from no git paths and files in .gitignore 2026-03-15 08:53:41 +00:00
Vadim Melnicuk 82ca4c2baa feat: Enhance local link handling and navigation 2026-03-11 19:56:23 +00:00
Vadim Melnicuk 4623e75852 feat: add new themes and some improvements 2026-03-11 16:51:39 +00:00
Vadim Melnicuk 350bfb8ec5 feat: theming v2 2026-03-11 07:32:20 +00:00
Vadim Melnicuk e44400c158 fix: update labelName color 2026-03-10 20:02:18 +00:00
Melanie Riise 93423b7baa Extra code block langs (#26)
* feat: add rust, go, java, and sql code block langs
* fix: vibe code the csharp lang
* fix: theme consistency
* fix: c# type and function tokens
* Update webview/src/helpers/codeBlocks.ts
2026-03-10 19:24:05 +00:00
Vadim Melnicuk 6c8025d850 fix: improve table inline parsing 2026-03-08 17:41:39 +00:00
Vadim Melnicuk fca129a725 fix: improve auto save stability 2026-03-08 16:18:19 +00:00
Vadim Melnicuk 4c3b80243a feat: add latex math rendering support 2026-03-07 20:32:57 +00:00
Vadim Melnicuk e2888e8ea1 feat: add kbd tag parsing and rendering in live mode 2026-03-06 22:16:31 +00:00
Vadim Melnicuk 00ed2665f7 feat: added mermaid colon fences in markdown rendering 2026-03-04 20:25:01 +00:00
Vadim Melnicuk 9ee9ce49f8 feat: enhance find functionality with whole word and case sensitivity options 2026-03-03 22:25:02 +00:00
Vadim Melnicuk b9530b25c5 feat: add GitHub Copilot support + refactor extension 2026-03-03 13:30:49 +00:00
Vadim Melnicuk 1cc44581ed fix: image link decoration handling in live mode on text selection 2026-03-02 21:43:09 +00:00
Vadim Melnicuk a41fa398d4 fix: increase z-index for row controls to get hover working 2026-03-02 00:01:17 +00:00
Vadim Melnicuk 3228a89f5e feat: added git blame support for tables and mermaid diagrams in live mode 2026-03-01 23:29:52 +00:00
Vadim Melnicuk a345d55b78 feat: enhance git diff functionality with live mode renderer 2026-03-01 22:44:53 +00:00
Vadim Melnicuk b70ce1e30a feat: implement draft state synchronization and messaging 2026-03-01 20:50:36 +00:00
Vadim Melnicuk 8ac61f1508 feat: add footnotes, improve frontmatter HTML export 2026-03-01 20:28:15 +00:00
Vadim Melnicuk 5a9e15e2c5 feat: implement collapsible details blocks with summary widget and styling 2026-03-01 17:49:28 +00:00
Vadim Melnicuk 0ceb8aabec feat: add floating toolbar display for table cells 2026-03-01 17:13:29 +00:00
Vadim Melnicuk 8b3e292e07 Merge commit 325cb89 from crisp-mountain worktree into main 2026-03-01 16:27:53 +00:00
Vadim Melnicuk 173cbdfb63 feat: add GitHub alerts render and mdc/mdx support 2026-03-01 16:24:39 +00:00
Vadim Melnicuk 325cb89452 feat: add emoji support 2026-02-28 09:09:45 +00:00
Vadim Melnicuk 4a657615c1 refactor: webview js to ts
- added font size setting
- added paste images function with assets as default folder
- Fixed top toolbar position
- Fixed numeric lists issue & double enter press incorrect behaviour
2026-02-26 23:26:41 +00:00
Vadim Melnicuk 2876386168 fix: improve error handling for live mode transient render issues 2026-02-24 20:42:57 +00:00
Vadim Melnicuk b8730ebaa9 feat: add Git integration and Vim mode support
- Introduced Git change visualisations with toggle functionality.
- Added Git blame feature to display commit information for specific lines.
- Implemented Vim mode with toggle capability and associated keyboard shortcuts.
- Added basic support for merge conflict markers.
- Added a customisable shortcut to toggle between Live/Source modes, Option+Shift+M is default
2026-02-24 20:28:15 +00:00
Vadim Melnicuk 9dc24d8f73 fix: enhance list marker handling and indentation logic 2026-02-24 07:39:56 +00:00
Vadim Melnicuk 5eb4adf3d0 fix: improve arrow key navigation for list content in live mode 2026-02-24 07:13:46 +00:00
Vadim Melnicuk e47ff6a914 fix: set initial cursor position in editor and focus on mount 2026-02-23 22:20:58 +00:00
Vadim Melnicuk 287263363a fix: enhance table image rendering 2026-02-23 22:18:57 +00:00
Vadim Melnicuk 6ba53bb77e fix: refine mode switching behaviour 2026-02-23 21:39:26 +00:00