Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jceb/vim-orgmode
Text outlining and task management for Vim based on Emacs' Org-Mode
https://github.com/jceb/vim-orgmode
Last synced: 8 days ago
JSON representation
Text outlining and task management for Vim based on Emacs' Org-Mode
- Host: GitHub
- URL: https://github.com/jceb/vim-orgmode
- Owner: jceb
- License: other
- Created: 2010-10-31T13:58:17.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T23:24:51.000Z (10 months ago)
- Last Synced: 2024-08-01T03:37:52.644Z (3 months ago)
- Language: Python
- Homepage: http://www.vim.org/scripts/script.php?script_id=3642
- Size: 2.18 MB
- Stars: 3,103
- Watchers: 84
- Forks: 266
- Open Issues: 120
-
Metadata Files:
- Readme: README.org
- Changelog: CHANGELOG.org
- License: LICENSE
Awesome Lists containing this project
- stars - jceb/vim-orgmode - Mode (HarmonyOS / Windows Manager)
README
* Vim-OrgMode
#+ATTR_HTML: title="Join the chat at https://gitter.im/jceb/vim-orgmode"
[[https://gitter.im/jceb/vim-orgmode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge][file:https://badges.gitter.im/jceb/vim-orgmode.svg]]
[[https://travis-ci.org/jceb/vim-orgmode][file:https://travis-ci.org/jceb/vim-orgmode.svg]]
[[https://codecov.io/gh/jceb/vim-orgmode][file:https://codecov.io/gh/jceb/vim-orgmode/branch/master/graph/badge.svg]]Text outlining and task management for Vim based on [[http://orgmode.org/][Emacs' Org-Mode]].
The idea for this plugin was born by listening to the
[[http://twit.tv/floss136][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.
[[https://github.com/jceb/vim-orgmode/blob/master/examples/mylife.org][file: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][doc/orgguide.txt]].* License
Information about the license is found in file [[LICENSE]].* Changelog
All changes are found in file [[https://github.com/jceb/vim-orgmode/blob/master/CHANGELOG.org][CHANGELOG.org]]