lkoma / tauri-markdown

A simple local markdown tool, use Tauri & Vditor & vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tauri-markdown

A simple local markdown tool, use Tauri & editor & vue

Install Tauri & tauri-bundler

See Tauri's official docs

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Open another Terminal

npm run tauri dev

Compiles and minifies for production

npm run build && npm run tauri build

Lints and fixes files

npm run lint

Known issue

TODO

  • Open *.md file
  • Save *.md file
  • Design tauri-markdown App icon
  • Toolbar multiple language (eg: en_US, ja_JP, ko_KR, zh_CN)
  • Open recently *.md file
  • Auto save (Maybe need tauri support, eg: cookie, LocalStorage)

About

A simple local markdown tool, use Tauri & Vditor & vue

License:MIT License


Languages

Language:Vue 76.8%Language:Rust 14.4%Language:HTML 6.6%Language:JavaScript 2.3%