-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jeeinn
committed
Sep 25, 2022
1 parent
6b86647
commit 0666c1b
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# Tauri Markdown | ||
一个简单的本地 Markdown 工具, 使用 Tauri & Vditor & Vue3 | ||
|
||
我们也可以叫它 `TMD` ? 🤔 | ||
|
||
[English](README.md) | ||
|
||
(tag v0.1.0 used vue2) | ||
|
||
## 开发说明 | ||
|
||
### 安装 Tauri && tauri-bundler | ||
|
||
查看 Tauri 官方文档: [文档](https://tauri.app/v1/guides/) | ||
|
||
### 项目配置 | ||
|
||
``` | ||
npm install | ||
``` | ||
|
||
### 开发和热更新 | ||
|
||
``` | ||
npm run tauri dev | ||
``` | ||
|
||
### 编译发布 | ||
|
||
``` | ||
npm run tauri build | ||
``` | ||
|
||
## 已知问题 | ||
|
||
- [x] Tauri 不能使用应用热键 `copy/paste` 查看问题: https://github.com/tauri-apps/tauri/pull/644 | ||
- [ ] 大纲视图标题不能跳转 (vditor in tauri) | ||
- [ ] 分屏模式有光标问题 (vditor in tauri) | ||
|
||
## 路线图 | ||
查看: https://github.com/jeeinn/tauri-markdown/discussions/1 | ||
|
||
## 感谢 | ||
* [tauri](https://github.com/tauri-apps/tauri) | ||
* [vditor](https://github.com/Vanessa219/vditor) | ||
* [element-plus](https://github.com/element-plus/element-plus) |