Frequently Asked Questions (常见问题) ==================================================================== Q1: Will the data be stored on the server? Q1: 数据会存到服务器吗? A1: No. All content is stored only in the browser's local IndexedDB. A1: 不会,所有内容仅存浏览器本地 IndexedDB。 -------------------------------------------------------------------- Q2: What happens if I clear the browser cache? Q2: 清理浏览器缓存会怎样? A2: Data will be permanently lost. Please download and back up in advance. A2: 数据会永久丢失,请提前下载备份。 -------------------------------------------------------------------- Q3: Does it support offline use? Q3: 支持离线吗? A3: Offline use is available after the page is loaded, and writing content is automatically saved locally. A3: 页面加载后可离线使用,写作自动本地保存。 -------------------------------------------------------------------- Q4: Which Markdown syntax is supported? Q4: Markdown 支持哪些语法? A4: Standard CommonMark, covering most commonly used syntax and code highlighting. For details, refer to the built-in "Markdown Syntax Guide & Demo" in the sidebar. A4: 标准 CommonMark,大部分常用语法与代码高亮。详情见侧栏内置“Markdown语法说明与演示”。 -------------------------------------------------------------------- Q5: How to export content? Q5: 如何导出? A5: Click the three-dot menu in the preview area on the right to download the original `.md` file. A5: 右侧预览区域三点菜单可下载 `.md` 原文。 -------------------------------------------------------------------- Q6: Will editing in multiple tabs/windows cause conflicts? Q6: 多标签/多窗口同时编辑会冲突吗? A6: Conflicts may occur. The system will detect the update time when saving and prompt whether to overwrite or load the latest version. A6: 可能冲突,保存时会检测更新时间并提示是否覆盖或加载最新版本。 ====================================================================