No description
Find a file
2021-05-24 08:36:21 +03:00
.github/workflows Create main.yml 2021-04-20 09:54:03 +03:00
.gitignore Init commit 2020-11-02 14:23:41 +03:00
main.ts Add ability to add links to the current note using fuzzy search 2021-05-01 12:54:58 +03:00
manifest.json Update manifest.json 2021-05-01 12:55:11 +03:00
package.json Init commit 2020-11-02 14:23:41 +03:00
README.md Update README.md 2021-05-24 08:36:21 +03:00
rollup.config.js Init commit 2020-11-02 14:23:41 +03:00
tsconfig.json Add template functionality 2021-04-20 09:55:21 +03:00
yarn.lock Init commit 2020-11-02 14:23:41 +03:00

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 links command.
    • You can set hotkey in Settings->Hotkey section
  • 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.

Donation