yantze / markdown-preview-electron

Smart markdown, Simple electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Preview

Feature

  • Read & Save File
  • Preview Markdown
  • Github CSS & Code Highlight
  • Hide Preview
  • Title Change by file name
  • Friendly Generation forms
  • App Menu
  • About page
  • Read & Save to EventNode
  • Read & Save to Dropbox
  • Read & Save to WebDav

To Use

Generate HyperLink

Select abc http://xxx.com, Press Ctrl + L, auto change to [abc](http://xxx.com).

Generate Table

TODO

To Dev

# Clone this repository
git clone https://github.com/yantze/markdown-preview-electron
# Go into the repository
cd markdown-preview-electron
# Install dependencies
npm install
# Run the app
npm start

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

License

MIT

About

Smart markdown, Simple electron

License:MIT License


Languages

Language:JavaScript 51.5%Language:HTML 48.5%