- Notifications
You must be signed in to change notification settings - Fork268
Text outlining and task management for Vim based on Emacs' Org-Mode
License
jceb/vim-orgmode
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Text outlining and task management for Vim based onEmacs’ Org-Mode.
The idea for this plugin was born by listening to theFloss Weekly podcast introducing Emacs Org-Mode. Org-Mode has a lot of strong features like folding, views (sparse tree) and scheduling of tasks. These are completed by hyperlinks, tags, todo states, priorities aso.
vim-orgmode aims at providing the same functionality for Vim.
Currently vim-orgmode does not support all orgmode features but is quite usable. Short list of the already supported features:
- Syntax highlighting
- Cycle visibility of headings (folding)
- Navigate between headings
- Edit the structure of the document: add, move, promote, denote headings and more
- Hyperlinks within vim-orgmode and outside (files, webpages, etc.)
- TODO list management
- Tags for headings
- Lists in alphanumeric and bullet item notation and checkbox support
- Basic date handling
- Export to other formats (via Emacs’ Org-Mode)
Installation and usage instructions are found in the filedoc/orgguide.txt.
Information about the license is found in fileLICENSE.
All changes are found in fileCHANGELOG.org
About
Text outlining and task management for Vim based on Emacs' Org-Mode