diff --git a/.vscode/settings.json b/.vscode/settings.json index 10e50f1..d0937c3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -40,6 +40,7 @@ "lukakemperle", "lukesmurray", "mgmeyers", + "mrgutkun", "nevermind", "notetaking", "nvalt", @@ -50,10 +51,12 @@ "regexes", "thomaskoppelaar", "unist", + "unpiped", "vpackage", "vpublish", "vsce", "vsix", - "wikilink" + "wikilink", + "wikilinks" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed66596..cfb21fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,21 @@ # Changelog +## [v0.0.24](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.24) (2021-03-22) + +**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 + ## [v0.0.23](https://github.com/kortina/vscode-markdown-notes/releases/edit/v0.0.23) (2021-03-02) +**Diff:** + +https://github.com/kortina/vscode-markdown-notes/compare/cc4f56ec..3fa7d914 + **Enhancements:** - #126 - show Backlinks in the Panel when files link to the current document using a standard markdown hyperlink - tx @thomaskoppelaar. Closes #46. diff --git a/package.json b/package.json index 9e8f9c3..80c48b8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-markdown-notes", "displayName": "Markdown Notes", "description": "Navigate notes with [[wiki-links]], backlinks, #tags and @bibtex-citations (like Bear, Roam, etc). Automatically create notes from new inline [[wiki-links]]. Use Peek Definition to preview linked notes.", - "version": "0.0.23", + "version": "0.0.24", "publisher": "kortina", "repository": { "url": "https://github.com/kortina/vscode-markdown-notes.git",