All Projects → chuyik → marvo

chuyik / marvo

Licence: other
Serve your local markdown files with zero configuration and CJK support.

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to marvo

Mditor
📝 [ M ] arkdown + E [ ditor ] = Mditor
Stars: ✭ 523 (+2805.56%)
Mutual labels:  markdown-viewer
Wemark
微信小程序Markdown渲染库
Stars: ✭ 1,159 (+6338.89%)
Mutual labels:  markdown-viewer
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (+33.33%)
Mutual labels:  markdown-viewer
Mdmath
LaTeX Math for Markdown inside of Visual Studio Code.
Stars: ✭ 675 (+3650%)
Mutual labels:  markdown-viewer
Biddle
Self-hosted application distribution
Stars: ✭ 66 (+266.67%)
Mutual labels:  markdown-viewer
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (+427.78%)
Mutual labels:  markdown-viewer
Lookatme
An interactive, terminal-based markdown presenter
Stars: ✭ 392 (+2077.78%)
Mutual labels:  markdown-viewer
iA-Writer-Templates-Github-Plus
A Github flavored iA Writer template with math, graph support.
Stars: ✭ 79 (+338.89%)
Mutual labels:  markdown-viewer
Qlmarkdown
Quick Look extension for Markdown files on macOS Catalina and Big Sur.
Stars: ✭ 66 (+266.67%)
Mutual labels:  markdown-viewer
Simpler Paper
elegant document generation tool.
Stars: ✭ 151 (+738.89%)
Mutual labels:  markdown-viewer
Idea Multimarkdown
Markdown language support for IntelliJ IDEA.
Stars: ✭ 789 (+4283.33%)
Mutual labels:  markdown-viewer
Online Markdown Reader
Markdown 在线阅读器
Stars: ✭ 39 (+116.67%)
Mutual labels:  markdown-viewer
React Code View
Code editor for React
Stars: ✭ 124 (+588.89%)
Mutual labels:  markdown-viewer
Bytemd
A hackable Markdown editor component built with Svelte
Stars: ✭ 656 (+3544.44%)
Mutual labels:  markdown-viewer
NppMarkdownPanel
Lightweight Notepad++ plugin to preview Markdown files
Stars: ✭ 128 (+611.11%)
Mutual labels:  markdown-viewer
Markdown Viewer
Markdown Viewer / Browser Extension
Stars: ✭ 497 (+2661.11%)
Mutual labels:  markdown-viewer
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+49094.44%)
Mutual labels:  markdown-viewer
mead
Mead - Dead simple markdown editor for Windows, Linux and Mac
Stars: ✭ 20 (+11.11%)
Mutual labels:  markdown-viewer
nodejs-markdown-site
Markdown-based site (blog, project documentation, etc) written with NodeJS.
Stars: ✭ 68 (+277.78%)
Mutual labels:  markdown-viewer
Markdown Viewer
Firefox add-on to view markdown files
Stars: ✭ 146 (+711.11%)
Mutual labels:  markdown-viewer

Marvo

Serve your local markdown files with zero configuration and CJK support.

Screenshot

marvo

Installation

npm install -g marvo

Please make sure Node.js is installed.

Quick Start

cd /path/to/the/dir/of/your/mardown/files
marvo serve

Then everything works.

Documentation

  Usage: marvo [options] [command]


  Commands:

    serve [options] [path]  Start a Markdown server in current or specified directory.

  Options:

    -h, --help     output usage information
    -V, --version  output the version number

Usage Examples

marvo serve -p 5566    # Serve at port 5566 (default: 9000)
marvo serve ./docs     # Serve files in ./docs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].