Seong Jae Lee 89b5a1be67 Add query title selection feature and read notes in the subdirectories
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.
2015-04-11 00:40:52 -07:00
2015-04-05 14:24:26 -07:00
2014-11-09 14:13:00 -08:00
2015-04-05 14:24:26 -07:00
2015-04-05 14:24:26 -07:00
2015-04-06 10:13:04 -07:00

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

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