Skip to content

ganskef/mdwiki

 
 

Repository files navigation

MDwiki (v0.6.x forked)

CMS/Wiki using Markdown - 100% client side single-page application - done purely JavaScript and HTML5. No special software installation or server side processing is required. Just upload the mdwiki.html into the same directory as your Markdown files and you are good to go!

This is a fork of the stable Dynalon MDwiki release branch v0.6.x containing updated dependencies with all the beloved features (like Markdown include which is missed in the master branch). The original repository is unmaintained and archived (read-only).

See https://dynalon.github.io/mdwiki/ for historic info and documentation.

Breaking Changes

  • The formerly MDwiki implementation of anchor urls for headings allows illegal characters. It is been replaced with GFM style anchors like GitHub does (#2). Search your *.md files with RegExp \.md#[^)]*[A-Z_?!.ÄÖÜäöüß][^)]*\) (case sensitive, maybe add more special characters you've used) and check the existing anchor parts.

Download

See https://github.com/Dynalon/mdwiki/releases for previous releases up to v0.6.2.

See https://github.com/ganskef/mdwiki/releases for future releases.

How to build from source

  1. Install a recent node.js and npm

  2. Clone this repo

  3. Install deps and build MDwiki:

    npm run build

  4. Find the mdwiki.html in the dist/ folder

About

CMS/Wiki using Markdown - 100% client side single-page application - maintained fork to continue MDwiki v0.6.x

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Shell 1.4%