Skip to content

Zettelkasten-Method/atom-wikilink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • alt-click
  • alt-enter on Windows and Linux
  • ctrl-enter on Mac
  1. wikilink:copy-link will get the link for the currently open note and place it into your system clipboard.
  • alt-c on Windows and Linux
  • ctrl-alt-c on Mac
  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.

About

Atom package to add wiki-style links between notes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 99.4%
  • Less 0.6%