Difference between revisions of "Deft"
Jump to navigation
Jump to search
m (markup - don't use header1 per mediawiki guidelines) |
|||
Line 9: | Line 9: | ||
'''Deft''' is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity. It was designed for increased productivity when writing and taking notes by making it fast and simple to find the right file at the right time and by automating many of the usual tasks such as creating new files and saving files. | '''Deft''' is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity. It was designed for increased productivity when writing and taking notes by making it fast and simple to find the right file at the right time and by automating many of the usual tasks such as creating new files and saving files. | ||
− | = Basic setup = | + | == Basic setup == |
<source lang="lisp"> | <source lang="lisp"> | ||
Line 15: | Line 15: | ||
</source> | </source> | ||
− | = Helpful keybindings = | + | == Helpful keybindings == |
− | = Common Customization = | + | == Common Customization == |
− | = See Also = | + | == See Also == |
* [[Org]] | * [[Org]] | ||
* [[Markdown]] | * [[Markdown]] | ||
− | = Project Pages = | + | == Project Pages == |
* [http://jblevins.org/projects/deft/ Official project page] | * [http://jblevins.org/projects/deft/ Official project page] | ||
* [git://jblevins.org/git/deft.git Git Repo] | * [git://jblevins.org/git/deft.git Git Repo] | ||
− | = Tutorial Pages = | + | == Tutorial Pages == |
[[Category:Project Management]][[Category:Convenience]][[Category:Third Party Package]] | [[Category:Project Management]][[Category:Convenience]][[Category:Third Party Package]] |
Revision as of 14:28, 2 April 2012
Description | note taking mode |
---|---|
Author | Jason Blevins |
Maintainer | Jason Blevins |
Source | git://jblevins.org/git/deft.git |
Deft is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity. It was designed for increased productivity when writing and taking notes by making it fast and simple to find the right file at the right time and by automating many of the usual tasks such as creating new files and saving files.
Basic setup
(require 'deft)