Navigate notes with [[wiki-links]] and auto-completion. Automatically create notes from new inline [[wiki-links]].
- Syntax highlighting for wiki-links
- Auto-completion for existing notes
- Go to Definition (
Ctrl+ClickorF12) to navigate to linked notes - Peek Definition (
Alt+F12) to preview linked notes - Find All References (
Shift+F12) to find all occurrences of a wiki-link - Auto-create notes when navigating to non-existent wiki-links
- Create wiki-links: Type
[[and start typing to get auto-completion - Navigate:
Ctrl+Clickon a wiki-link to go to the note - Create new notes: When navigating to a non-existent note, it will be created automatically
- Find references:
Shift+F12on a wiki-link to find all occurrences
vscodeWikiLinks.workspaceFilenameConvention: How to handle filenames (uniqueFilenamesorrelativePaths)vscodeWikiLinks.createNoteOnGoToDefinitionWhenMissing: Auto-create missing notesvscodeWikiLinks.triggerSuggestOnReplacement: Trigger suggestions when replacing text in wiki-links
npm install
npm run compilePress F5 in VS Code to run the extension in a new Extension Development Host window.