lx4r / markdownfox

a simple Markdown viewer with auto update and PDF export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


MarkdownFox

a simple Markdown viewer with auto update and PDF export

forthebadge
JavaScript Style Guide

demo of MarkdowFox

Features

  • updates preview when you make changes to the Markdown file
  • supports GFM (GitHub Flavored Markdown)
  • renders LaTeX-like formulae if they're surrounded by $$
  • PDF export
  • syntax highlighting in code blocks

Downloads

... can be found at releases

Known issues

  • When using gedit only the first change to the Markdown file triggers an update of the preview in MarkdownFox. This doesn't seem to happen with other editors. Issue regarding this bug

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# build electron application for production
npm run build

# lint all JS/Vue component files in `src/`
npm run lint

Powered by

License

MIT
Open Source licenses can be found in OPENSOURCE_LICENSES and in the app


This project was generated with electron-vue@7c4e3e9 using vue-cli. Documentation about the original structure can be found here.

About

a simple Markdown viewer with auto update and PDF export

License:MIT License


Languages

Language:JavaScript 45.4%Language:Vue 29.4%Language:CSS 24.0%Language:HTML 1.2%