Skip to content

Releases: kortina/vscode-markdown-notes

Fix #108 and #186 ENOENT rendererLog

30 Apr 22:14
Compare
Choose a tag to compare

Fixes:

  • #108 and #186 - fix ENOENT 'rendererLog' by ensuring active document is (1) not untitled and (2) not rendererLog when performing operations on change that require a path on the fs
  • dependabot updates

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/64be797..38bc07c4cc

Use `vscode` instead of `fs` to create new files

05 Mar 15:55
Compare
Choose a tag to compare

Enhancements:

  • #161 - use vscode instead of fs to create new files - tx @higab85
  • cleanup the docs / jest testing utils
  • merge dependabot updates

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/1911feb..64be797

Fix nested syntax, BibTex citations

28 Nov 20:03
99fec3e
Compare
Choose a tag to compare

Enhancements:

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/3fa7d914..c20bd44

Distinguish unpiped from piped wikilinks

22 Mar 16:16
Compare
Choose a tag to compare

Enhancements:

  • Distinguish unpiped from piped wikilinks, text.markdown.notes.wiki-link.unpiped from text.markdown.notes.wiki-link.piped. For piped, allow different color and formatting for support.function.text.markdown.notes.wiki-link.title.first vs .second - tx @mrgutkun. Re: #102.

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/3c586476..3c4661c5

BibTeX notations, Markdown Hyperlinks in Backlinks Panel, Other Fixes

02 Mar 23:47
Compare
Choose a tag to compare

Enhancements:

  • #126 - show Backlinks in the Panel when files link to the current document using a standard markdown hyperlink - tx @thomaskoppelaar. Closes #46.
  • #124 - support Pandoc-style BibTeX citations with syntax highlighting, autocompletion based on a global .bib file, and Peek / Go To Definition - tx @Anderas.

Fixes:

  • #128 - improve tooltip accessibility. Closes #67.

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/cc4f56ec..3fa7d914

v0.0.22 (2021-01-24)

Collapse all backlinks, improved Chinese char support, link to txt files, all suggestions for empty # or [[

24 Jan 23:53
Compare
Choose a tag to compare

Fixes:

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/311dda9..b7660f

New Note from Selection, Package markdownit dependency

02 Dec 02:45
Compare
Choose a tag to compare

Enhancements:

  • #96 option to disable lower-casing of file names - tx @mgmeyers
  • #95 vscodeMarkdownNotes.newNoteFromSelection which will "cut" the selected text from the current document, prompt for a note name, create a new note with that name, and insert the new text into that note. tx @mgmeyers

new note from selection

Fixes:

  • #104 package missing markdown it dependency in production build - tx @Lemmingh

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/431084c..4d315eb

improve perf by respecting search.exclude, files.excluce, AND .gitignore

github-slugger support and markdown-it-wikilinks rendering in preview

18 Sep 06:09
4326868
Compare
Choose a tag to compare

Enhancements:

let notes = await vscode.commands.executeCommand('vscodeMarkdownNotes.notesForWikiLink', 'demo');
  • add a sync version of filesForWikiLinkRef, filesForWikiLinkRefFromCache
  • merge #86 from @thomaskoppelaar (🙏🏿 🙏🏿 🙏🏿), with...
  • markdownItPlugins rendering of wiki-links
  • add setting: vscodeMarkdownNotes.previewShowFileExtension - Specifies whether or not to show the linked file's extension in the preview
  • add setting: vscodeMarkdownNotes.previewLabelStyling - Changes how the link to a file should be shown, either with or without brackets

Fixes:

  • (#88) fix bug with jest-focused.sh test runner and fix test-at-line.ts so it can parse typescript files

Cleanup:

  • cleanup jest tests
  • add setConfig helper to jest tests

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/8efafabe9d299a7e2c1d34559764952aa338888c..4326868eca031f52d79b0d779347daadc57bbaea

Add $date var for use in newNoteTemplate

25 Aug 04:03
Compare
Choose a tag to compare

Add $date var for use in vscodeMarkdownNotes.newNoteTemplate.

Enhancements:

  • New $date template var will expand to YYYY-MM-DD format date.

Diff:

https://github.com/kortina/vscode-markdown-notes/compare/271cf75cc2311a120eabd08f060270f927c0e401..8efafabe9d299a7e2c1d34559764952aa338888c