Skip to content

A03_Frequently Asked Questions

jetyu edited this page Mar 5, 2026 · 2 revisions

FAQ | 常见问题

本页面汇总了用户在使用 NoteWizard 过程中最常见的问题与解答。
This page answers the most frequently asked questions about using NoteWizard.


General | 通用问题

Where are my notes stored? | 笔记数据存储在哪里?

默认情况下,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.


Does NoteWizard upload my data to the cloud? | NoteWizard 是否会上传我的数据到云端?

不会。
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.


How can I sync notes across devices? | 如何在多台设备之间同步笔记?

当前版本未内置云同步功能。
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).

Notes & Editing | 笔记与编辑

What Markdown features are supported? | 支持哪些 Markdown 功能?

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

Does NoteWizard auto-save my edits? | 编辑的内容会自动保存吗?

是的。
Yes.

NoteWizard 默认 自动保存,编辑内容会在后台自动写入磁盘,无需手动保存。
NoteWizard auto-saves your edits in the background—no manual saving required.


Can I recover deleted notes? | 删除的笔记可以恢复吗?

可以。
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.

⚠️ 从回收站永久删除后将无法恢复。
⚠️ Notes permanently deleted from the recycle bin cannot be recovered.


Import & Export | 导入与导出

What import/export formats are supported? | 支持哪些导入和导出格式?

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.


Do I need a Recovery Key to export encrypted notes? | 导出加密笔记是否需要恢复密钥?

是的。
Yes.

当启用了本地加密后,导出或访问加密笔记 必须提供正确的恢复密钥(Recovery Key)
If local encryption is enabled, you must provide the correct Recovery Key to export or access encrypted notes.


Security & Encryption | 安全与加密

What encryption method does NoteWizard use? | NoteWizard 使用什么加密方式?

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.


What if I can't decrypt my notes after reinstalling the system? | 如果重装系统后无法解密笔记怎么办?

你仍然保存了恢复密钥(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 | 紧急恢复模式


Misc | 其他问题

How do I change the interface language? | 如何更改界面语言?

  1. 打开 首选项 (Ctrl + Shift + P)
    Open Preferences (Ctrl + Shift + P)
  2. 通用 → 语言
    Go to General → Language
  3. 选择目标语言
    Select your preferred language
  4. 重启应用
    Restart the app

NoteWizard 当前支持多种语言,包括中文、英文、日语等。
NoteWizard currently supports multiple languages including Chinese, English, Japanese, and more.


How do I uninstall NoteWizard? | 如何卸载 NoteWizard?

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.


More Help | 更多帮助

如果你在这里没有找到答案,欢迎通过 GitHub Issues 提问。
If your question is not listed here, feel free to open an issue on GitHub.


Clone this wiki locally