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: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.alt-click
alt-enter
on Windows and Linuxctrl-enter
on Macwikilink:copy-link
will get the link for the currently open note and place it into your system clipboard.alt-c
on Windows and Linuxctrl-alt-c
on Mac[[
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.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.