md-live-server

command module
v0.0.0-...-f4a55d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2019 License: GPL-3.0 Imports: 14 Imported by: 0

README

md-live-server

Server that renders markdown files and live updates the page each time that the file is updated.

screenshot00

Usage

Put the binary file md-live-server in your $PATH, and then go to the directory where are the markdown files that want to live render, and just use:

> md-live-server

And then go to the browser at http://127.0.0.1:8080

Warning for vim / nvim users: vim by default selects the writting strategy, and sometimes writes directly to the files and other times renames the old file and writes a new one. This is solved by adding this line to the .vimrc / init.vim file:

set backupcopy=yes

Features

  • server rendering .md files
  • live reload when .md file changes
  • directory files list on / endpoint
  • graphviz
  • colour <code> with syntax highlighting

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL