47 Commits

Author SHA1 Message Date
Vadim Melnicuk a48695801c feat: implement scroll position restoration for long markdown files 2026-03-25 21:24:41 +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 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 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
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
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 06f921fcf9 fix: improve document offset mapping in applyDocumentChanges function 2026-03-05 06:24:10 +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 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 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 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 eb9591b909 feat: enhance inline code styling 2026-02-23 19:56:03 +00:00
Vadim Melnicuk 35c489c9c4 feat: add HTML and PDF export functionality 2026-02-22 22:30:18 +00:00
Vadim Melnicuk 4ba9421917 feat: add customizable line height settings for live and source modes 2026-02-22 15:53:41 +00:00
Vadim Melnicuk 48a6f6d2f5 feat: add outline position customization for the document sidebar; add powerquery syntax highlighting 2026-02-22 07:52:49 +00:00
Vadim Melnicuk 6bcd8788bc fix: clearing theme settings and enhance thematic break decorations in live mode 2026-02-22 00:39:42 +00:00
Vadim Melnicuk ae9007cda3 feat: add theme customization settings and reset command; add line number visibility toggle; add rendering for mermaid math blocks 2026-02-21 23:39:53 +00:00
Vadim Melnicuk aa3f3c7735 feat: enhance conventional md link handling by normalizing external links and adding local link resolution 2026-02-21 21:21:13 +00:00
Vadim Melnicuk e5a00012cb feat: added wiki link functionality and image local source resolution 2026-02-21 21:00:34 +00:00
Vadim Melnicuk 38a23e4f30 feat: improve editor loading time and add support for different list indentations 2026-02-19 20:43:20 +00:00
Vadim Melnicuk 25a42dbade feat: add git associations resolver 2026-02-19 19:57:03 +00:00
Vadim Melnicuk a58ca40a5e feat: initialize project with essential files 2026-02-18 20:27:49 +00:00
Vadim Melnicuk 86b95ab99b feat: add auto-save functionality and heading level selection; enhance editor UI with dropdowns and separators 2026-02-16 22:22:34 +00:00
Vadim Melnicuk 12a9c0f830 fix: simplify color definitions and remove unnecessary styles in editor
[history cleanup] Squashed daytime commits:
- 0ed63f8 feat: enhance documentation and improve styling for Markdown elements in editor
- acc558c fix: prevent redundant document change notifications and ensure text synchronization
- 8f96c78 fix: enhance editor functionality
2026-02-14 08:39:10 +00:00
Vadim Melnicuk 6160d38008 feat: phases 1-4
[history cleanup] Squashed daytime commits:
- 7648296 feat: refinement
- 26a8aa8 feat: nested lists
- 3aa034d fix: styling
- 67189f0 fix: nested lists
- 3b4754c fix: nested lists
2026-02-12 08:32:52 +00:00
Vadim Melnicuk 9802b4ee68 archive: start fresh 2026-02-11 18:44:41 +00:00
Vadim Melnicuk 9549046722 archive: attempt to build own editor
[history cleanup] Squashed daytime commits:
- 8ba9923 feat: initial setup
2026-02-11 17:39:46 +00:00