28 lines
806 B
Markdown
28 lines
806 B
Markdown
# 节奏医生中文编辑器教程网站
|
|
|
|
## 预览和编辑
|
|
|
|
### [Visual Studio Code](https://code.visualstudio.com/)
|
|
|
|
此项目基于 [docsify](https://docsify.js.org/#/) 编辑,并使用 [RDView](https://github.com/OLDRedstone/RDView) 显示编辑器可交互模块。
|
|
|
|
- 确保 [安装 markdown-rdview-support](https://github.com/OLDRedstone/markdown-rdview-support) 即可预览 RDView 内容。
|
|
如果成功安装,那么以下内容的 markdown 预览应当是一个事件栏。
|
|
|
|
```rdview 7 5 1
|
|
es.PlaySong 0 0[];
|
|
es.SetCrotchetsPerBar_4 0 1[];
|
|
eb.AddClassicBeat 0 2[tick=6];
|
|
```
|
|
|
|
- 确保 [安装 docsify](https://docsify.js.org/#/quickstart) 以实时预览页面。
|
|
|
|
```bash
|
|
npm i docsify-cli -g
|
|
```
|
|
|
|
- 运行以下命令以启动本地服务器实时预览。
|
|
|
|
```bash
|
|
docsify s
|
|
``` |