mirror of
https://github.com/wassname/nvatom.git
synced 2026-07-14 01:10:24 +08:00
89b5a1be6789912f917fc13521d6d0d5079ca6bf
If there is a match in the title, it automatically selects the title. However, this does not considers auto-filling. Without this auto-filling, we cannot discern between a note selection and a note creating. If we implement auto-filling later, then the non-initial partial title matching filter should be turned off. Other changes that is not related to this CL. - Sort notes by modified time. - Delete debug messages.
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%