doc: 更新文档
This commit is contained in:
@@ -4,8 +4,6 @@
|
|||||||
## 在线Demo
|
## 在线Demo
|
||||||
[Github Page](https://mattuylee.github.io/numerical-notation-editor/)
|
[Github Page](https://mattuylee.github.io/numerical-notation-editor/)
|
||||||
|
|
||||||
[编辑器](https://mattuylee.github.io/numerical-notation-editor/editor/)
|
|
||||||
|
|
||||||
[示例曲子:烟雨](https://mattuylee.github.io/numerical-notation-editor/editor/?loadExample)
|
[示例曲子:烟雨](https://mattuylee.github.io/numerical-notation-editor/editor/?loadExample)
|
||||||
|
|
||||||
## 功能
|
## 功能
|
||||||
|
|||||||
@@ -26,10 +26,7 @@
|
|||||||
{% if site.github.is_project_page %}
|
{% if site.github.is_project_page %}
|
||||||
<a href="{{ site.github.repository_url }}" class="btn">在GitHub上查看</a>
|
<a href="{{ site.github.repository_url }}" class="btn">在GitHub上查看</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if site.show_downloads %}
|
<a href="./editor/?loadExample" class="btn">查看示例</a>
|
||||||
<a href="{{ site.github.zip_url }}" class="btn">Download .zip</a>
|
|
||||||
<a href="{{ site.github.tar_url }}" class="btn">Download .tar.gz</a>
|
|
||||||
{% endif %}
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<main id="content" class="main-content" role="main">
|
<main id="content" class="main-content" role="main">
|
||||||
|
|||||||
+8
-35
@@ -1,37 +1,10 @@
|
|||||||
## 简谱编辑器
|
## 基于Web技术构建的简谱编辑器
|
||||||
|
|
||||||
You can use the [editor on GitHub](https://github.com/mattuylee/numerical-notation-editor/edit/main/docs/index.md) to maintain and preview the content for your website in Markdown files.
|
### 功能
|
||||||
|
* 所见即所得,支持常见简谱元素
|
||||||
|
* 全键盘输入音符,高效快速
|
||||||
|
* 一键转调,避免出错
|
||||||
|
* 高清图片导出
|
||||||
|
|
||||||
Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
|
### 示例截图
|
||||||
|

|
||||||
### Markdown
|
|
||||||
|
|
||||||
Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
|
|
||||||
|
|
||||||
```markdown
|
|
||||||
Syntax highlighted code block
|
|
||||||
|
|
||||||
# Header 1
|
|
||||||
## Header 2
|
|
||||||
### Header 3
|
|
||||||
|
|
||||||
- Bulleted
|
|
||||||
- List
|
|
||||||
|
|
||||||
1. Numbered
|
|
||||||
2. List
|
|
||||||
|
|
||||||
**Bold** and _Italic_ and `Code` text
|
|
||||||
|
|
||||||
[Link](url) and 
|
|
||||||
```
|
|
||||||
|
|
||||||
For more details see [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/).
|
|
||||||
|
|
||||||
### Jekyll Themes
|
|
||||||
|
|
||||||
Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/mattuylee/numerical-notation-editor/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file.
|
|
||||||
|
|
||||||
### Support or Contact
|
|
||||||
|
|
||||||
Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out.
|
|
||||||
|
|||||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 41 KiB |
Reference in New Issue
Block a user