Skip to content

Commit 6cf86dd

Browse files
ruibin3claude
andcommitted
docs: add FAQ section to README
- Add FAQ covering storage privacy and sync capacity limits - Update both Chinese (README.md) and English (README_EN.md) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent fbe4f86 commit 6cf86dd

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,27 @@ npm run build:prod
100100

101101
---
102102

103+
## ❓ 常见问题
104+
105+
### 笔记保存在哪里?安全吗?
106+
107+
SlideNote 使用 **Chrome Storage API** 存储数据:
108+
109+
- ✅ 不经过第三方服务器,数据直接在你本地和 Google 之间同步
110+
- ✅ 项目已开源,代码透明
111+
- ✅ 不收集任何个人信息
112+
113+
### 同步容量有限制吗?
114+
115+
Chrome Storage Sync API 有以下限制:
116+
117+
- 总容量约 100KB(约 5 万汉字)
118+
- 适合存储:API Key、命令、提示词等碎片信息
119+
120+
SlideNote 的定位是「便利贴」,不是「笔记本」。如需存储大量内容,建议使用 Notion、Obsidian 等专业笔记软件。
121+
122+
---
123+
103124
## 🛠️ 技术栈
104125

105126
```

README_EN.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,27 @@ npm run build:prod
100100

101101
---
102102

103+
## ❓ FAQ
104+
105+
### Where are notes stored? Is it secure?
106+
107+
SlideNote uses **Chrome Storage API** to store data:
108+
109+
- ✅ No third-party servers; data syncs directly between your local and Google
110+
- ✅ Open source, code is transparent
111+
- ✅ No personal information collected
112+
113+
### Is there a sync limit?
114+
115+
Chrome Storage Sync API has these limits:
116+
117+
- Total capacity ~100KB (about 50,000 Chinese characters)
118+
- Suitable for: API Keys, commands, prompts, and similar fragmented information
119+
120+
SlideNote is a "sticky note", not a "notebook". For storing large amounts of content, consider using dedicated note apps like Notion or Obsidian.
121+
122+
---
123+
103124
## 🛠️ Tech Stack
104125

105126
```

0 commit comments

Comments
 (0)