nvim/pack/acp/start/vim-orgmode
2019-06-11 16:16:38 +01:00
..
debian Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
doc Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
documentation Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
examples Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
ftdetect Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
ftplugin Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
indent Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
syntax Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
tests Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
.gitignore Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
.pylintrc Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
.travis.yml Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
build_vmb.vim Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
CHANGELOG.org Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
install_vba.vim Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
install_vmb.vim Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
LICENSE Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
Makefile Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
org Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00
README.org Add vim-orgmode 35e94218c12a0c063b4b3a9b48e7867578e1e13c and vim-speeddating v20151024 2019-06-11 16:16:38 +01:00

Vim-OrgMode

Text outlining and task management for Vim based on Emacs' Org-Mode.

The idea for this plugin was born by listening to the Floss 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.

/ant/nvim/media/commit/4ce6758cb399f09771a617faeb2ed8365ddd0be8/pack/acp/start/vim-orgmode/examples/mylife.gif

Features

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

Installation and usage instructions are found in the file doc/orgguide.txt.

Changelog

All changes are found in file CHANGELOG.org