Skip to content

awelormro/vim-abuorgmode

 
 

Repository files navigation

Vim-AbuOrgMode

https://badges.gitter.im/jceb/vim-orgmode.svg https://travis-ci.org/jceb/vim-orgmode.svg https://codecov.io/gh/jceb/vim-orgmode/branch/master/graph/badge.svg

Text outlining and task management for Vim based on Emacs’ Org-Mode. Forked from the great work made in the jceb repo. This fork is a layer of several updates, like the pandoc integration for document export, the diary/journal implementation and some updates to some of the optis, like another approach to the tagbar integration

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.

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

What’s new?

  • Export to other formats (via Emacs’ Org-Mode or via pandoc)
  • Basic Journal implementation.

Installation and Usage

Installation and usage instructions are found in the file doc/orgguide.txt and some relevant info also is aviable in the wiki.

Roadmap

  • [ ] Add orgroam features
  • [ ] Add presentation tools
  • [ ] Expand diary and agenda files
  • [ ] Update completion settings

License

Information about the license is found in file LICENSE.

Changelog

All changes are found in file CHANGELOG.org

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.7%
  • Vim Script 33.9%
  • Makefile 1.4%
  • Batchfile 1.0%