Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.05 KB

File metadata and controls

59 lines (39 loc) · 1.05 KB

Desktop Markdown App

App Usage Example:

Markdown.App.2.mp4

App Backlog

To do:

  • web integration of contents
  • adjust code style when start application
  • hide table of contents option
  • resizeble table of contents

Done:

  • Create new documents
  • rename documents
  • delete documents
  • Content preview and editor
  • Table of contents navigation
  • First usable version
  • Documents control
  • Handle document chages
  • Dynamically save documents

Recommended IDE Setup

Project Setup

Install

$ npm install

Development

$ npm run dev

Build

# For windows
$ npm run build:win

# For macOS
$ npm run build:mac

# For Linux
$ npm run build:linux