Skip to content

Releases: Feel-ix-343/markdown-oxide

v0.0.21

23 Apr 01:58
Compare
Choose a tag to compare
fix: parse root_dir

v0.0.20

23 Apr 01:42
Compare
Choose a tag to compare
feat: support no root_dir (limited functionality in neovim)

resolves #44

v0.0.19

21 Apr 17:41
1e5da81
Compare
Choose a tag to compare
Update deploy.yml

v0.0.18

21 Apr 17:22
Compare
Choose a tag to compare
fix: remove the printlns to fix vscode erroring

v0.0.17

18 Apr 02:31
Compare
Choose a tag to compare
fix: don't parse . extensions other than .md

resolves #46

v0.0.16

04 Apr 03:52
e42d53c
Compare
Choose a tag to compare

Support for code blocks

  • Don't parse headings in code blocks

Settings (check readme for the true names):

  • Parse tags in code blocks: This will give completions and parse tags that are in your code blocks
  • Parse references in code blocks: This will give reference completions and parse references in code blocks

Full Changelog: v0.0.15...v0.0.16

v0.0.15

03 Apr 02:41
0a658a4
Compare
Choose a tag to compare
  • Support alias completions

alias_completions

Full Changelog: v0.0.14...v0.0.15

v0.0.14

01 Apr 17:08
57b6aa6
Compare
Choose a tag to compare

Major completions performance improvement

v0.0.13

01 Apr 13:08
5f5a0d1
Compare
Choose a tag to compare

Full Changelog: v0.0.12...v0.0.13

  • Preselect completions
  • Take character case into account
  • Callout completions (check readme)

v0.0.12

30 Mar 19:16
5f5a0d1
Compare
Choose a tag to compare
Slight performance increase and fix semantic token error in zed