Releases: kortina/vscode-markdown-notes
Releases · kortina/vscode-markdown-notes
Fix Windows Bugs with Tag Reference Lookups
Create New Note on Go To Definition not found, ReferenceProvider (for Peek / Find References)
- add configuration for #15: auto-create notes when using go to definition on missing wikilink and merge in
- add
MarkdownReferenceProvider implements vscode.ReferenceProvider
for Peek / Go To References - add mocha test runner
Create New Note On Missing Go To Definition
Peek References to [[wiki-link]]
Find All Reference to [[wiki-link]]
Peek References to #tag
Find All References to #tag
minor bugfixes, add range to CompletionItems
These are mostly code cleanup / hopefully will resolve intermittent bug where no #tag
suggestions are returned (when there should be).
- add range to each CompletionItem returned
- fixes known issue: "Filename completion seems to be triggering when not in the
[[
context." - fix typos in README
- upgrade to vsce 1.75.0
See for more detail: #18
add completion for tags
Scan all files in workspace for #tag
words to provide autocomplete options for tags.
fix typo in file extension matcher for .markdown files
Typo markdwon
was causing extension not to work for .markdown
files (it would only work for .md
files).
add a command for quickly creating a new note
- add command for quickly creating a new note
{
"key": "alt+n",
"command": "vscodeMarkdownNotes.newNote",
},
initial release
v0.0.1 Initial release