Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 920 Bytes

README.zh.md

File metadata and controls

46 lines (30 loc) · 920 Bytes

Tauri Markdown

一个简单的本地 Markdown 工具, 使用 Tauri & Vditor & Vue3

我们也可以叫它 TMD ? 🤔

English

(tag v0.1.0 used vue2)

开发说明

安装 Tauri && tauri-bundler

查看 Tauri 官方文档: 文档

项目配置

npm install

开发和热更新

npm run tauri dev

编译发布

npm run tauri build

已知问题

  • Tauri 不能使用应用热键 copy/paste 查看问题: tauri-apps/tauri#644
  • 大纲视图标题不能跳转 (vditor in tauri)
  • 分屏模式有光标问题 (vditor in tauri on macOS)

路线图

查看: jeeinn#1

感谢