wikilink

Create and use wiki style links in your notes

Zettelkasten-Method

1,982

2

0.18.0

MIT

GitHub

This package provides the following services:

atom wikilink package

Create and use wiki style links in your notes. [[like this]].

atom-wikilink

Supports custom note markers and regex, so you can use single brackets [like this] or even custom symbols šŸ”—like thisšŸ”— or Ā§like thisĀ§. The start and end symbols can be different, for example: ā˜…like this| or even ā€like thisā™„.

This package was created by @dansheffler and I forked it to add some improvements.

Commands

  1. wikilink:follow will follow the link under the cursor and open the note with that name. If there is no note with that name, a new note will be created.
  1. wikilink:copy-link will get the link for the currently open note and place it into your system clipboard.
  1. When you begin typing a link symbol, the package will auto-suggest notes for you. This is [[ by default.

You can make your own keymaps in your keymap.cson. Change ctrl-enter to something else:

'.platform-darwin atom-workspace atom-text-editor:not([mini])':
  'ctrl-enter': 'wikilink:follow'

Contribution

Open an issue if you have any problems, find any bugs or have any suggestions for improvement in the code or plugin architecture. Thanks.