markview.nvim

An experimental markdown previewer for Neovim

APACHE-2.0 License

Stars
1.2K

Bot releases are visible (Hide)

markview.nvim - v23.1.0 Latest Release

Published by OXY2DEV about 1 month ago

23.1.0 (2024-09-09)

Features

  • Ability to toggle hybrid mode (5738773)

Bug Fixes

  • Added ability to hide escaped charaters (1aa54de), closes #144
  • Callout(s) no longer hide underlying text (77b9b8c)
  • Checkboxes now hide the list markers (d283507), closes #142
  • Removed the need to change callbacks to make hybrid mode work. (5738773)
  • Tables now ignore (block_continuation) (a2594d0)
  • Teble renderer now can handle escaped characters (1aa54de)
markview.nvim - v23.0.0

Published by OXY2DEV about 1 month ago

23.0.0 (2024-09-08)

⚠ BREAKING CHANGES

  • renderer: Added missing Obsidian callouts

Features

  • Added simple Latex support (92f5320), closes #138
  • renderer: Added missing Obsidian callouts (ea71a5b), closes #135

Bug Fixes

  • Fixed a bug causing deleted buffers to not be removed from the attached buffers list (e4b4b9d), closes #137
  • Fixed how widths are calculated in code blocks (59c15a2)
  • Split view no longer loses it's state when changing plugin state with :Markview ... (d6f0cb8)
markview.nvim - v22.1.0

Published by OXY2DEV about 2 months ago

22.1.0 (2024-08-31)

Features

  • Added split-view to the plugin (308024c), closes #131

Bug Fixes

  • Fixed a bug causing callbacks to not work. (6641174)
  • Minor bug fixes for splitView (3471b7b)
markview.nvim - v22.0.1

Published by OXY2DEV about 2 months ago

22.0.1 (2024-08-28)

Bug Fixes

  • Added support for n) type number list (a954ec8), closes #129 #121
  • Custom links now inherit from default value (a954ec8)
markview.nvim - v22.0.0

Published by OXY2DEV about 2 months ago

22.0.0 (2024-08-26)

⚠ BREAKING CHANGES

  • Added the ability to use the plugin in other filetypes

Features

  • Added the ability to use the plugin in other filetypes (e7e91ad)

Bug Fixes

  • Fixed a bug causing things not to render when scrolling short distances (8f0b69a)
markview.nvim - v21.0.1

Published by OXY2DEV about 2 months ago

21.0.1 (2024-08-25)

Bug Fixes

  • Fixed a bug causing markview to not render on cursor move in large files (eba9507)
  • Markview now assumes window width of the buffer. (ec92e61), closes #126
  • Markview now updats when entering the attached buffer (87badab), closes #126
  • Reduced flickering when scrolling short distances (a1923f9)
markview.nvim - v21.0.0

Published by OXY2DEV about 2 months ago

21.0.0 (2024-08-25)

⚠ BREAKING CHANGES

  • Deprecated old presets

Features

  • Added alignment support for label headings (2e0761e), closes #124
  • Added support for custom hyperlinks (03188a4), closes #121

Bug Fixes

  • Deprecated old presets (2e0761e)
  • Fixed a bug causing patterns to be matched inside inline codes (1193286)
  • Plugin now recognizes escaped columns (28c70aa)
markview.nvim - v20.1.0

Published by OXY2DEV about 2 months ago

20.1.0 (2024-08-21)

Features

markview.nvim - v20.0.0

Published by OXY2DEV 2 months ago

20.0.0 (2024-08-20)

⚠ BREAKING CHANGES

  • renderer: Added experimental support for lists inside block elements

Bug Fixes

  • Added experimental support for aligned checkbox desvription (f9aba72), closes #107
  • Added option to change the indent size of list items (d54039e), closes #96
  • Added the ability to open <cfile> links under cursor (7f4639a), closes #97
  • Fixed a big casuing hybrid mode to become active on mode change (15a49b5)
  • Fixed a big causing highlight groups to not apply on empty config table (1dd1d30)
  • Fixed a bug causing callbacks to not work on some functions (a8e104b), closes #104
  • Fixed a bug causing the on_mode_changed() callback to not fire (cb7570b)
  • gx: Fixed a bug causing gx to not work with links. (6d0bcce), closes #97
  • Made tables compatible with multi-col characters (03290ce), closes #42
  • parser: Added support for extra info on the code block start line (7e0ad40), closes #77
  • parser: Added support for labels in links (1fc5d90)
  • Removed auto setting conceallevel & concealcursor (798fd99)
  • Removed debug print for luminosity (798fd99), closes #101 #102
  • renderer: [] are now counted when rendering tables (c4f3d54), closes #75
  • renderer: Added debounce to ModeChanged event (c9fa106), closes #99 #98
  • renderer: Added experimental support for lists inside block elements (81c64a8), closes #115
  • renderer: Added mode validator for hybrid_mode listeners (c9fa106)
  • renderer: Added option to disable top/bottom border & fixed a rendering error that occured when disabling "use_virt_lines" (31d36e9)
  • renderer: Added support for language names in code blocks (5db0e8e), closes #72
  • renderer: Added the filetype finding function to the code blocks renderer (d69122d), closes #72
  • renderer: Fixed a big causing numbered lists to use virtual text (6404094)
  • renderer: Fixed incorrect alignment of nested code blocks within lists (738ddc0)
  • renderer: Made icons optional (6671dd4)
  • renderer: Reworked hybrid_mode (e29b7b5)
  • renderer: Table cells now respect the column count & the cell width (a0d8a5d), closes #75
markview.nvim - v19.0.1

Published by OXY2DEV 2 months ago

19.0.1 (2024-08-07)

Bug Fixes

  • parser: Added support for extra info on the code block start line (7e0ad40), closes #77
  • parser: Added support for labels in links (1fc5d90)
  • renderer: [] are now counted when rendering tables (c4f3d54), closes #75
  • renderer: Added option to disable top/bottom border & fixed a rendering error that occured when disabling "use_virt_lines" (31d36e9)
  • renderer: Added support for language names in code blocks (5db0e8e), closes #72
  • renderer: Fixed a big causing numbered lists to use virtual text (6404094)
  • renderer: Made icons optional (6671dd4)
  • renderer: Table cells now respect the column count & the cell width (a0d8a5d), closes #75
markview.nvim - v19.0.0

Published by OXY2DEV 3 months ago

19.0.0 (2024-08-05)

⚠ BREAKING CHANGES

  • renderer: Added support for simple html elements
  • renderer: Support for tables that don't start at the start of the line

Features

  • Added support for HTML entites (3b270c1)
  • renderer: Added basic language names to code blocks (c9b4f77), closes #72
  • renderer: Added better validation for html tags in table cells (ab0e54e)
  • renderer: Added hybrid-mode support to the plugin (4a93e15), closes #64
  • renderer: Added support for simple html elements (94ce522)
  • renderer: Support for tables that don't start at the start of the line (3c8b0dc)
  • replace tbl_islist to islist (f1e66c7)

Bug Fixes

  • parser: Added logic for supporting markers inside code blocks (a38dd1f), closes #69
  • parser: Improved validation of pending checkboxes (a6392dd)
  • renderer: Fixed a bug causing inconsistency between the left & right padding in inline codes (0eb84e5)
  • renderer: Fixed a bug causing the last line to have border placed on the wrong column (e102b06)
  • renderer: Fixed a bug leading to extmarks on the current line not being removed (777c6aa)
  • renderer: Fixed screen not updating in "no" mode (60bc13b), closes #70
  • renderer: Made headings use decorations around the text instead of replacing the main text (41d57ab)
markview.nvim - v1.0.0

Published by OXY2DEV 3 months ago

1.0.0 (2024-07-31)

Features

  • replace tbl_islist to islist (f1e66c7)