Skip to content

Release 0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Mar 20:46
· 16 commits to main since this release
0.9.0 - 2024-03-24

Added

- UltiSnips Snippets for Zettelkasten YAML:
  - `type:` Type first letter to pick: note, literature, reference, or index.
  - `status:` Type first letter to pick: Create, Process, or Reviewed.

Changed

- `:VimwikiMarkdownFormat` converts to GitHub Flavored Markdown (gfm) preferred
  by Vimwiki.
- `:VimwikiMarkdownFormat` preserves citations and does not process through
  citeproc to separate concerns from `:VimwikiReference`.
- Post-filter `reference_citation` supports pandoc v3.1.3 and v3.1.12.3
  `markdown-citations`. `pandoc --citeproc` default markdown-citations format
  changed from `:::` to `:::::` before and after citations. However, tests only
  support v3.1.12.3.
- `:VimwikiReference` defaults to link-citations=true and autowrap=auto.
- GitHub Actions updated to pandoc-version 3.1.12.3.