Seongjae Lee f19c613204 Merge pull request #11 from jonmagic/alternate-keybinding-instructions
Add instructions for changing the cmd-l keybinding
2015-05-09 15:02:57 -07:00
2015-04-20 23:01:08 -07:00
2015-05-09 14:34:49 -07:00
2015-04-12 01:31:30 -07:00
2015-04-20 23:01:08 -07:00
2015-04-12 01:16:30 -07:00
2015-04-21 00:04:37 -07:00
2015-04-20 23:01:08 -07:00

Notational Velocity for Atom

Build Status

Notational Velocity is an application that stores and retrieves notes.

Preview

This Atom package implements the some key features from this amazing app:

  • Modeless operation
  • Mouseless interaction
  • Incremental Search

Integrated with Atom, we have several advantages:

  • Use Atom's Features - Such as Syntax Highlighting and Tree View.
  • Use Other Packages - Such as Markdown Preview and Minimap.
  • Multi-OS - You can use it in OSX, Linux and Windows.

We do believe Notational Velocity is the precursor of the famous note-taking app Evernote. Advantages over Evernote are:

  • Open Source
  • No Rich Text - Instead, we strongly recommend to use Markdown.
  • Sync Whereever You Want - You can save notes locally, in Dropbox, or in Google Drive.

Settings

  • Note Directory: The directory to archive notes.

Key Bindings

  • alt-cmd-l: Toggles the search view.

You can also override cmd-l if you want to keep your muscle memory from Notational Velocity and nvALT. Just edit your keymap (Atom menu -> Open Your Keymap) and add the following lines:

'atom-text-editor':
  'cmd-l': 'unset!'
'atom-workspace':
  'cmd-l': 'notational-velocity:toggle'

References

S
Description
Notational Velocity for Atom
Readme 163 KiB
Languages
CoffeeScript 98.2%
Less 1.8%