mirror of
https://github.com/wassname/nvatom.git
synced 2026-06-27 16:10:36 +08:00
67a1792d1b30b334548c4065efd0befc690960d8
1. Setting the default directory to the root makes it to read navigate files, which takes forever. Maybe we should set a timeout, but not for now. 2. We don't want to read the directory every time we toggle on. After toggle off, the package should still be there. Yes, this will consume lots of memory, but it would be like that for now.
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 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%