treelike structure plugin for vim

前端 未结 6 751
灰色年华
灰色年华 2021-02-10 07:50

Does anyone know of some plugin for vim which would enable treelike note keeping organization like in many today\'s notekeeping applications. For example, something alike which

相关标签:
6条回答
  • 2021-02-10 08:34

    Have a look at VimOutliner.

    Quote from the website:

    What is VimOutliner?

    Vim Outliner is a vim plugin that turns the powerful vim editor into a powerful outliner of the likes of GrandView, More and MaxThink. It is keyboarder friendly and very fast. If you can touchtype, you can outline as fast as you think.

    0 讨论(0)
  • 2021-02-10 08:36

    Here's a somewhat laborious way of taking notes in a treelike fashion all within vim:

    http://www.youtube.com/watch?v=XPC3YQCID8k

    0 讨论(0)
  • 2021-02-10 08:40

    You could just use NerdTree, http://www.vim.org/scripts/script.php?script_id=1658 - the "tree explorer plugin", which alone is useful anyway and work with files from then. Creating directories is as easy as :!mkdir directory.

    0 讨论(0)
  • 2021-02-10 08:48

    The vimwiki plug-in has some nifty features for (nested) lists and checklists. And, of course, many more wiki-related features.

    0 讨论(0)
  • 2021-02-10 08:52

    You can take a look at "DotOutlineTree : Helps you edit structured text".

    http://www.vim.org/scripts/script.php?script_id=1225

    "Viki/Deplate : A personal wiki for Vim"

    http://www.vim.org/scripts/script.php?script_id=861

    0 讨论(0)
  • 2021-02-10 08:54

    You should try voom plugin http://www.vim.org/scripts/script.php?script_id=2657 It is best.

    0 讨论(0)
提交回复
热议问题