VOoM

 3 likes

Vim Outliner of Markups Turns Vim into a two-pane outliner.

VOoM screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
Discontinued

Last update is from 2017.

4 / 5 Avg rating (1)
3 likes
1comment
0 news articles

Features

Suggest and vote on features
  1.  Support for MarkDown
  2.  Text editing
  3.  Outliner

VOoM News & Activities

Highlights All activities

Recent activities

  • drliu1202 liked VOoM
    3 months ago
  • POX added VOoM as alternative to Tenno
    4 months ago
Show all activities

VOoM information

  • Developed by

    Vlad Irnov
  • Licensing

    Open Source and Free product.
  • Written in

  • Alternatives

    27 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

DevelopmentNews & Books

GitHub repository

  •  128 Stars
  •  26 Forks
  •  5 Open Issues
  •   Updated Jun 23, 2024 
View on GitHub

Our users have written 1 comments and reviews about VOoM, and it has gotten 3 likes

VOoM was added to AlternativeTo by C.A. on Jun 13, 2018 and this page was last updated Dec 21, 2022.

Comments and Reviews

   
 Post comment/review
C.A.
  
Top positive commentJun 16, 2018

Auto-generated outlines in side panel for various markup styles.

0

What is VOoM?

created by Vlad Irnov

script type utility

description VOoM (Vim Outliner of Markups) is a plugin for Vim that emulates a two-pane text outliner.

Home page: http://www.vim.org/scripts/script.php?script_id=2657 GitHub mirror: https://github.com/vim-voom/VOoM Screenshots and an animation: https://vim-voom.github.io/ Bug reports, questions, requests: https://github.com/vim-voom/vim-voom.github.com/issues Supplementary Materials: https://github.com/vim-voom/VOoM_extras

VOoM was originally written to work with start fold markers with level numbers, that is {{{1, {{{2, {{{3, etc. This is the most versatile outline markup -- it is suitable for organizing all kinds of files, including the source code, and it allows features not possible with other markups. (See :help fold-marker. Markers are specified by option 'foldmarker'. End fold markers with levels, }}}3, }}}2, etc. are not supported.)

VOoM can currently handle >20 markup formats that have headlines and support an outline structure, including popular lightweight markup languages such as reST, Markdown, Pandoc, AsciiDoc, Org-mode, Wiki, LaTeX, etc. (Headlines are also called headings, headers, section headers, titles.)

Official Links