sponsor Vim development Vim logo Vim Book Ad

vikibase : A slimmed-down version of the viki plugin: a personal wiki

 script karma  Rating 0/0, Downloaded by 1214  Comments, bugs, improvements  Vim wiki

created by
Tom Link
 
script type
syntax
 
description
This plugin provides a slimmed-down |ftplugin| (with respect to the original
viki[0] vimscript #861) with support for syntax highlighting, indentation, and
folding.

Some features are delegated to other plugins. Support for hyperlinking is
provided by the autolinker plugin[1]. Support for folding by the foldtext
plugin[2].

The deplate[3] converter (written in ruby 1.8) can be used to convert viki
markup to LaTeX, HTML, or DocBook. On its homepage (http://deplate.sf.net) you
can also find a more detailed specification of the viki markup.

[0] https://github.com/tomtom/viki_vim
[1] https://github.com/tomtom/autolinker_vim
[2] https://github.com/tomtom/foldtext_vim
[3] http://sourceforge.net/projects/deplate/
 
install details
Either use the zip archive:
    - Download the zip archive
    - Extract it to ~/.vim/pack/tml/start/vikibase_vim

or install from github:
    - Start a terminal
    - Change the working directory to ~/.vim/pack/tml/start/
    - Type: git clone https://github.com/tomtom/vikibase_vim

NOTE: On Windows, ~/.vim might be ~/vimfiles. Please see 'runtimepath' for
details.


Requirements~

This script requires tlib (vimscript #1863) to be installed -- see
https://github.com/tomtom/tlib_vim.


Optional enhancements~
- vikitasks (vimscript #2894): Distributed TODO lists (discontinued plugin)
- vxfold (vimscript #3004): Provides org-mode like fold cycling
- VOoM (vimscript #2657): A two-pane outliner with support for viki


Post-Install~

Viki requires the following minimal lines to be added to |vimrc|: >

    :set nocompatible
    :filetype plugin indent on
    :syntax on
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
vikibase.zip 5.00 2017-04-21 8.0 Tom Link Initial upload
ip used for rating: 3.17.75.45

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github