Skip to content

A flask web application for visualising VimWiki. VimWikiGraph creates an undirected graphs of links between VimWiki files that affords filtering and highlighting.

License

Notifications You must be signed in to change notification settings

alois9866/VimWikiGraph

 
 

Repository files navigation

Introduction

VimWikiGraph is a flask web application for visualising VimWiki. It creates an undirected graphs of links between VimWiki files that affords filtering and highlighting. Highlighting and filtering are performed via regular expressions so multiple keywords can be combined with the pipe operator expr1|expr2. vimwikigraph

Installation

Clone the repository, run pip install -e . and copy vimwikigraph.sh to a directory included in your PATH.

Configuration

The path to the wiki must be specified in a config file indicated by an environment variable. A template config file is provided.

export VIMWIKIGRAPH_CONFIG=~/path/to/vimwikigraph.cfg

About

A flask web application for visualising VimWiki. VimWikiGraph creates an undirected graphs of links between VimWiki files that affords filtering and highlighting.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.8%
  • HTML 21.0%
  • CSS 4.0%
  • Shell 0.2%