Skip to content

JunHaoShih/markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Markdown editor (makrdown-editor)

Quality Gate Status

Simple markdown editor
Hosted on Firebase
Click here to try it

Features

  1. Markdown editor with real-time display
    real-time-display
  2. Cloud storage and personal workspace
    workspace
  3. Mermaid support in Markdown
    mermaid-support
  4. Mobile support
    mobile-support

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.