Create and use wiki style links in your notes. [[like this]].
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.
wikilink:followwill 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.
alt-clickalt-enteron Windows and Linuxctrl-enteron Mac
wikilink:copy-linkwill get the link for the currently open note and place it into your system clipboard.
alt-con Windows and Linuxctrl-alt-con Mac
- 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'
Open an issue if you have any problems, find any bugs or have any suggestions for improvement in the code or plugin architecture. Thanks.
