mirror of
https://github.com/wassname/nvatom.git
synced 2026-07-04 17:20:34 +08:00
2.1 KiB
2.1 KiB
Notational Velocity for Atom
Notational Velocity is an application that stores and retrieves notes.
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
To configure your note directory, set notational-velocity.directory:
-
Open your
~/.atom/config.csonfile via Atom > Open Your Config -
Append the following lines, indented one step in from
*at the top:'notational-velocity': directory: '/path/to/your/notes'
Double-quotes also work.
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'
