GithubHelp home page GithubHelp logo

vimwiki_md2html's Introduction

Purpose

This is a custom markdown to html processor that integrates with vimwiki to provide proper creation of html anchor links between wiki pages even when wiki style links are used instead of markdown links.

It also respects the following Vimwiki percent codes:

  • %nohtml
  • %toc
  • %title
  • %template -- This is parsed but custom template functionality is not provided.

Requirements

Python 3 -- for more robust unicode handling.

Misaka -- a python wrapper for the Sundown markdown processor.

Jinja2 -- a python templating engine.

Setup

Example installation (note the use of the python 3 specific pip):

pip-3.2 install misaka Jinja2

git clone this repository

misaka_md2html.py must be executable:

chmod 755 misaka_md2html.py

Required Vimwiki Settings in vimrc:

  1. custom_wiki2html should point to misaka_md2html.py
  2. path_html must be set
  3. syntax should equal 'markdown'
  4. css_name should point to the css file you want to use. This has a default value of style.css so copying the provided style.css from autoload/vimwiki/ to your path_html should be sufficient to get started.

License

MIT License

vimwiki_md2html's People

Contributors

jason6 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.