Skip to content

Releases: jakewvincent/mkdnflow.nvim

v1.2.1

10 Jul 15:30
0fa1e68
Compare
Choose a tag to compare

1.2.1 (2024-07-10)

Bug Fixes

  • Prevent infinite loop by using custom gmatch iterator (#237) (e856877)

v1.2.0

20 Jun 02:26
8065d69
Compare
Choose a tag to compare

1.2.0 (2024-06-20)

Features

  • Add paragraph icons (dfe30f8)
  • Add pattern for paragraph matching (dcced74)
  • Avoid errors if object count patterns are passed in as strings (ac22e37)
  • Count paragraphs; distinguish from empty lines (ebd653e)
  • Inject object count defaults into user table (66f4ba6)
  • Only try to get value if there is a value (1b0e415)
  • Show line percentage and word count in foldtext (a42ac35)

Bug Fixes

  • Add missing bracket in pattern (def7c62)
  • Add missing pattern & fix tally method for to-do list items (9b5209f)
  • Add missing space for (plural) line count (fc2c2ce)
  • Remove extra space after single-width chars (3ee963c)
  • Typo (1902275)
  • Update example recipe to match screenshot example (5aa3f66)
  • Update example recipe to match screenshot example (2nd attempt) (ac719f6)
  • Use the merged layer when saving (6e108d3)

v1.1.2

14 Jun 23:59
e6179d2
Compare
Choose a tag to compare

1.1.2 (2024-06-14)

Bug Fixes

  • Avoid re-folding; use existing folds (ed3452a)

v1.1.1

05 Jun 01:05
ff86169
Compare
Choose a tag to compare

1.1.1 (2024-06-05)

Bug Fixes

  • Ignore heading under cursor in codeblock (ad3b738)
  • Ignore section headings in md codeblocks (05d5693)

v1.1.0

04 Jun 23:22
6ccfffe
Compare
Choose a tag to compare

1.1.0 (2024-06-04)

Features

  • Make link creation after failed follow optional (b1cea92)

Bug Fixes

  • Ignore heading patterns in fenced code blocks (4864c6b)