Skip to content

Commit c99598a

Browse files
committed
chore: known issues
1 parent 10ba1be commit c99598a

4 files changed

Lines changed: 20 additions & 15 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ When you insert an image in Apple Notes and sync:
3737
- Upload oversized images (may cause sync failure)
3838
- Rely on images for critical information (may load slowly)
3939

40-
## Image Formats
41-
42-
Supported formats:
43-
- ✅ PNG
44-
- ✅ JPG / JPEG
45-
- ✅ GIF
46-
- ✅ WebP
47-
4840
## Image Naming
4941

5042
Uploaded images are automatically named as:

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,15 @@ Preview:
8383
|------|------|
8484
| Content 1 | Content 2 |
8585

86+
## Known Issues
87+
88+
### Style Loss
89+
Bold, italic, and other styles may be lost if there are leading or trailing spaces in titles or body text.
90+
### Sync Inconsistencies
91+
iOS and macOS export styles differently. iOS loses styles in titles and generates more empty line breaks (though usually not visible on the page).
92+
### macOS Title Behavior
93+
On macOS, the first line of a note is always treated as a Bold Level 2 Heading by the Shortcuts API, regardless of its original formatting.
94+
8695
## Best Practices
8796

8897
### 1. Keep It Simple

docs/src/content/docs/usage/images.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ Moire Sync 快捷指令每次运行时,只会上传笔记中的**第一张**
3939
- 上传超大图片(可能导致同步失败)
4040
- 依赖图片展示核心内容(可能加载慢)
4141

42-
## 图片格式
43-
44-
支持的格式:
45-
- ✅ PNG
46-
- ✅ JPG / JPEG
47-
- ✅ GIF
48-
- ✅ WebP
4942

5043
## 图片命名
5144

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,17 @@ Apple Notes 的 富文本格式比较复杂,Moire 支持将其转换为少量
8383
|------|------|
8484
| 内容1 | 内容2 |
8585

86+
## 已知问题
87+
88+
### 样式丢失
89+
- 如果标题或正文的头尾包含空格,转换时可能会丢失加粗、斜体等样式。
90+
91+
### 多端差异
92+
- iOS 和 macOS 导出的样式不完全同步。iOS 会丢失标题中的样式(如加粗),且导出的文本可能包含更多空换行。
93+
94+
### macOS 标题行为
95+
- 在 macOS 上,笔记的第一行会被强制识别为“加粗的二级标题”,这是系统接口的限制。
96+
8697
## 最佳实践
8798

8899
### 1. 保持简单

0 commit comments

Comments
 (0)