mirror of
https://github.com/wassname/nvatom.git
synced 2026-07-01 16:50:28 +08:00
2b442b79e74171ff0ebaa1dab4a4ae36a4967d72
Refactor so that the note/directory parsing is done in separate classes.
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 many 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.
- No Cloud Sync - You pick whichever syncing method you prefer.
Settings
Directory: The directory of archiving markdown files.
Key Bindings
ctrl-alt-o: Toggles the search view.
References
Description
Languages
CoffeeScript
98.2%
Less
1.8%