Skip to content

Commit 4ae32f0

Browse files
committed
feat: add Markdown Editor documentation and update user guide
- Introduce a new Markdown Editor section with features and notes - Update meta.json to include the new Markdown Editor page - Revise Quick Start section for improved clarity and additional troubleshooting tips
1 parent ddcf011 commit 4ae32f0

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

content/docs/user-guide/markdown-editor/index.mdx renamed to content/docs/user-guide/markdown-editor.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Overview
2+
title: Markdown Editor
33
---
44
# Markdown Editor
55

content/docs/user-guide/meta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "How to use MultiPost",
44
"root": true,
55
"pages": [
6+
"---MultiPost---",
67
"index",
78
"quick-start",
8-
"---Markdown Editor---",
9-
"markdown-editor/index",
9+
"markdown-editor",
1010
"---Analytics---",
1111
"analytics/web",
1212
"analytics/social-media",

content/docs/user-guide/quick-start.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 快速开始
2+
title: Quick Start
33
---
44

55
## 安装 MultiPost 扩展
@@ -41,4 +41,12 @@ title: 快速开始
4141
> 5. 如果以上问题都解决了,请在 [GitHub Issues](https://github.com/MultiPost-Extension/MultiPost-Extension/issues) 中提出,等待社区反馈。
4242
4343
### 4. 为什么我发布的内容没有显示?
44-
> 检查发布内容是否符合目标平台的规定;
44+
> 检查发布内容是否符合目标平台的规定;
45+
> 重试、重试、重试,重要的事情说三遍;
46+
> 如果以上问题都解决了,请在 [GitHub Issues](https://github.com/MultiPost-Extension/MultiPost-Extension/issues) 中提出,等待社区反馈。
47+
### 5. 发布视频,点击发布之后,卡住,很久之后只能打开目标平台的网页,为什么?
48+
> 扩展要把视频读到浏览器里,你勾了几个平台,就要读几份视频。内存没空间了,就会向硬盘要虚拟内存。然后磁盘占用率拉满,浏览器就卡死了。
49+
> 解决办法:
50+
> 1. 减少平台,只勾一个平台;
51+
> 2. 压缩视频,控制视频大小;
52+

content/docs/user-guide/scraper/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Overview
66

77
Scraper 是 MultiPost 的采集工具。主要服务有自动化运营自媒体的用户。
88

9-
[戳我体验](https://multipost.app/dashboard/scraper)
9+
[戳我体验](https://multipost.app/dashboard/scraper) | [查看 API 文档](https://api-docs.multipost.app/6485525m0)
1010

1111
## 主要功能
1212
### 一、通过 API 获取

0 commit comments

Comments
 (0)