Skip to content

Releases: kortina/vscode-markdown-notes

Fix Windows Bugs with Tag Reference Lookups

17 May 17:22
Compare
Choose a tag to compare

Create New Note on Go To Definition not found, ReferenceProvider (for Peek / Find References)

16 May 06:51
db5f3c4
Compare
Choose a tag to compare

Create New Note On Missing Go To Definition

create-note-on-missing-go-to-definition

Peek References to [[wiki-link]]

screenshot

Find All Reference to [[wiki-link]]

screenshot

Peek References to #tag

screenshot

Find All References to #tag

screenshot

minor bugfixes, add range to CompletionItems

12 May 05:45
091df42
Compare
Choose a tag to compare

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

18 Apr 15:09
Compare
Choose a tag to compare

Scan all files in workspace for #tag words to provide autocomplete options for tags.

fix typo in file extension matcher for .markdown files

18 Apr 15:11
Compare
Choose a tag to compare

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

18 Apr 15:12
Compare
Choose a tag to compare
  • add command for quickly creating a new note
    {
        "key": "alt+n",
        "command": "vscodeMarkdownNotes.newNote",
    },

initial release

18 Apr 15:13
Compare
Choose a tag to compare
v0.0.1

Initial release