Add links to current note
This plugin adds a command which allows to add a link to the current note at the bottom of selected notes
How to use
- Put a cursor at a line with existed [[WikiLinks]] or select content with [[WikiLinks]].
- There is an option to add link to the any other file by using add links to the current note from the quick switcher option.
- Open command palette (Ctrl+P) and find
Add links to current note: add linkscommand.- You can set hotkey in
Settings->Hotkeysection
- You can set hotkey in
- Execute command. It will search for wikilinks and add a
[[CURRENT_OPENED_NOTE_NAME]]at the bottom of the each note.
Compatibility
Tested on Obsidian 0.9.10
How to install
You can install the plugin via the Community Plugins tab within Obsidian. Just search for "Add links to current note." when it'll be available.
Manual installation
You can install the plugin manually by downloading files from Latest Release. Unzip the contents into your <vault>/.obsidian/plugins/mrj-crosslink-between-notes directory. More info.