Skip to content

Commit 10ba1be

Browse files
committed
chore: update docs
1 parent 3421463 commit 10ba1be

6 files changed

Lines changed: 18 additions & 33 deletions

File tree

docs/src/content/docs/en/shortcuts/sync-folder.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Once the folder is created, you can start writing notes in it!
7676
- 📝 Use Markdown syntax (bold, italic, links, etc.)
7777
- 🖼️ You can insert images (up to 1 image per note)
7878
- 🏷️ Use `#tags` to categorize content
79+
- ⚠️ Avoid unnecessary spaces at the beginning or end of titles or body text.
7980

8081
### Example Note
8182

docs/src/content/docs/en/troubleshooting.mdx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -109,18 +109,6 @@ Encountered an issue? Here are solutions to the most common problems.
109109

110110
---
111111

112-
### Q: Repo is empty after Forking
113-
114-
**Cause**: "Copy main branch only" was checked.
115-
116-
**Solution**:
117-
118-
1. Delete the current Fork.
119-
2. Fork again, unchecking "Copy main branch only".
120-
3. Alternatively: Manually create your first note; content will appear after syncing.
121-
122-
---
123-
124112
## Deployment Issues
125113

126114
### Q: GitHub Actions keeps failing
@@ -174,16 +162,6 @@ Encountered an issue? Here are solutions to the most common problems.
174162

175163
---
176164

177-
### Q: Shortcut download link is invalid
178-
179-
**Cause**: iCloud sharing link has expired.
180-
181-
**Solution**:
182-
183-
- Check the [Changelog](/en/changelog/) for the latest link.
184-
- Or visit [GitHub Releases](https://github.com/moirelog/moire/releases) to download.
185-
186-
---
187165

188166
## Configuration Checklist
189167

docs/src/content/docs/en/usage/markdown.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ Result:
7575
Up to 1 image upload is supported per note. See the [Image Upload Mechanism](/en/usage/images/) for details.
7676
:::
7777

78+
### Tables
79+
80+
Preview:
81+
82+
| Header 1 | Header 2 |
83+
|------|------|
84+
| Content 1 | Content 2 |
85+
7886
## Best Practices
7987

8088
### 1. Keep It Simple

docs/src/content/docs/shortcuts/sync-folder.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ import { Steps } from '@astrojs/starlight/components';
7676
- 📝 使用 Markdown 语法(粗体、斜体、链接等)
7777
- 🖼️ 可以插入图片(每篇笔记最多 1 张)
7878
- 🏷️ 使用 `#标签` 来分类内容
79+
- ⚠️ 尽量避免在标题或正文头尾出现无意义的空格
7980

8081
### 示例笔记
8182

docs/src/content/docs/troubleshooting.mdx

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,17 +162,6 @@ import { Steps } from '@astrojs/starlight/components';
162162

163163
---
164164

165-
### Q: 快捷指令下载链接失效
166-
167-
**原因**:iCloud 分享链接过期。
168-
169-
**解决方案**
170-
171-
- 查看[版本日志](/changelog/)获取最新链接
172-
- 或访问 [GitHub Releases](https://github.com/moirelog/moire/releases) 下载
173-
174-
---
175-
176165
## 配置检查清单
177166

178167
如果遇到问题,按顺序检查:

docs/src/content/docs/usage/markdown.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,14 @@ Apple Notes 的 富文本格式比较复杂,Moire 支持将其转换为少量
7575
每篇笔记最多支持 1 张图片上传,详见[图片上传机制](/usage/images/)
7676
:::
7777

78+
### 表格
79+
80+
效果:
81+
82+
| 表头1 | 表头2 |
83+
|------|------|
84+
| 内容1 | 内容2 |
85+
7886
## 最佳实践
7987

8088
### 1. 保持简单

0 commit comments

Comments
 (0)