-
Notifications
You must be signed in to change notification settings - Fork 2
A03_Frequently Asked Questions
本页面汇总了用户在使用 NoteWizard 过程中最常见的问题与解答。
This page answers the most frequently asked questions about using NoteWizard.
默认情况下,NoteWizard 将所有笔记存储在本地文件系统中。
By default, NoteWizard stores all notes on your local file system.
Windows 默认路径为:
On Windows, notes are stored in:
C:\Users\<User>\Documents\NoteWizard
你可以在 首选项 → 通用 → 笔记保存路径 中查看或修改该位置。
You can view or change the storage location in Preferences → General → Notes Storage Path.
不会。
Never.
NoteWizard 采用 本地优先(Local-first) 设计理念,所有笔记默认仅存储在本地设备上,不会自动上传或同步到任何云端服务。
NoteWizard follows a local-first design. All notes are stored locally by default and are not uploaded or synced to any cloud service.
当前版本未内置云同步功能。
Cloud sync is not built-in at the moment.
推荐方式是:
A common workaround is:
- 将笔记保存路径设置到云盘同步目录(如 OneDrive、Dropbox、BaiduNetdisk、Mega、Google Drive 等)
Place the notes directory inside a cloud-synced folder (e.g. OneDrive, Dropbox, BaiduNetdisk, Mega, Google Drive).
NoteWizard 支持完整的 Markdown 语法,包括但不限于:
NoteWizard supports full Markdown syntax, including but not limited to:
- 标题、列表、引用、表格
Headings, lists, blockquotes, tables - 任务列表(Todo)
Task lists (Todo) - 代码块(支持多种主流编程语言)
Code blocks (with multi-language support) - 实时预览
Real-time preview
是的。
Yes.
NoteWizard 默认 自动保存,编辑内容会在后台自动写入磁盘,无需手动保存。
NoteWizard auto-saves your edits in the background—no manual saving required.
可以。
Yes.
删除的笔记会先进入回收站:
Deleted notes go to the recycle bin:
- 打开回收站:
Ctrl + Shift + T
Open Recycle Bin:Ctrl + Shift + T - 从回收站中可选择恢复或永久删除
You can restore or permanently delete notes from there.
NoteWizard 支持以下格式:
NoteWizard supports the following formats:
-
Markdown (.md)
适合 Markdown 笔记导入导出和跨工具使用
Ideal for cross-tool usage and Markdown-based notes -
NoteWizard Package (.nwp)
包含完整结构和元数据,适合整库备份和设备迁移
Includes full structure and metadata, suitable for backups and device migration
详细说明请参考 Backup & Restore 页面。
See the Backup & Restore page for detailed instructions.
是的。
Yes.
当启用了本地加密后,导出或访问加密笔记 必须提供正确的恢复密钥(Recovery Key)。
If local encryption is enabled, you must provide the correct Recovery Key to export or access encrypted notes.
NoteWizard 使用 AES-256-GCM 算法进行设备端本地加密。
NoteWizard uses AES-256-GCM for device-side local encryption.
加密后的数据以密文形式存储,即使文件被拷贝,也无法在没有密钥的情况下读取。
Encrypted data is stored as ciphertext and cannot be read without the correct key, even if the files are copied.
在 你仍然保存了恢复密钥(Recovery Key) 的前提下,可以使用 紧急恢复模式 进行解密恢复。
If you still have your Recovery Key, you can use the emergency receovery mode to recover your notes.
详细步骤请参考:
For detailed steps, see:
Emergency Recovery Mode | 紧急恢复模式
- 打开 首选项 (
Ctrl + Shift + P)
Open Preferences (Ctrl + Shift + P) - 通用 → 语言
Go to General → Language - 选择目标语言
Select your preferred language - 重启应用
Restart the app
NoteWizard 当前支持多种语言,包括中文、英文、日语等。
NoteWizard currently supports multiple languages including Chinese, English, Japanese, and more.
Windows
- 控制面板 → 程序和功能 → 卸载
Control Panel → Programs and Features → Uninstall - 或使用安装目录中的卸载程序
Or use the uninstaller in the installation folder
macOS
- 将 Applications 中的 NoteWizard 拖入废纸篓
Drag NoteWizard from Applications to Trash
卸载应用不会删除你的笔记数据。
Uninstalling the app does not delete your notes.
如果你在这里没有找到答案,欢迎通过 GitHub Issues 提问。
If your question is not listed here, feel free to open an issue on GitHub.
- 问题反馈 | Issue Tracker
https://github.com/jetyu/NoteWizard/issues
© 2026 NoteWizard Team. All rights reserved.
NoteWizard App is released under the MIT License.
This documentation is part of the NoteWizard project and is maintained by the NoteWizard team.