PrivacyNotes

說明與常見問題/開始使用

編輯器看得懂哪些 Markdown 語法?

改問你的 AI 代理

標準的 Markdown 格式會隨著你輸入即時排版:標題、強調、刪除線與螢光標示、項目符號與編號清單、任務清單(Tab 與 Shift+Tab 可以巢狀任何清單,勾選清單也適用)、引用、分隔線、行內程式碼與帶語法高亮的程式碼區塊、行內與區塊數學公式(KaTeX),以及筆記之間帶自動完成的 note-link。

其餘的放在格式工具列及其「插入」選單裡:表格、九種可摺疊的標註區塊、底線、上標與下標、文字對齊、文字與螢光標示顏色、字型、連結、圖片與檔案附件。所有內容都能以 Markdown 無損地往返:任一篇筆記下方的「顯示 Markdown」會展開原始碼,而匯出的是乾淨的 .md 檔案,所以你寫的東西不會被鎖進任何專有格式。

// 看看實際效果

標題

# Planning
## This week
### Monday

Planning

This week

Monday

行內格式

**bold**, *italic*, ~~done~~,
==marked== and `inline code`

bold, italic, done, marked and inline code

任務清單

- [x] Derive keys on the device
- [ ] Trust a server
Derive keys on the device
Trust a server

巢狀清單

1. Write your phrase down
2. Store it offline
   - paper beats cloud
   - two copies, two places
  1. Write your phrase down
  2. Store it offline
    • paper beats cloud
    • two copies, two places

標註區塊

> [!info] Zero-knowledge
> The server stores only ciphertext.

> [!warning] No resets
> A lost phrase cannot be recovered.
Zero-knowledge

The server stores only ciphertext.

No resets

A lost phrase cannot be recovered.

表格

| App | Can read your notes |
| --- | --- |
| PrivacyNotes | No |
| Typical cloud notes | Yes |
AppCan read your notes
PrivacyNotesNo
Typical cloud notesYes

程式碼區塊

```js
// encrypted before it leaves
const keys = deriveKeys(phrase);
```
// encrypted before it leaves
const keys = deriveKeys(phrase);

上標、下標、底線

H<sub>2</sub>O and E = mc<sup>2</sup>,
<u>underline</u> included

H2O and E = mc2, underline included

數學公式(KaTeX)

$e^{i\pi} + 1 = 0$

e + 1 = 0

引用與 note-link

> Privacy is a feature, not a setting.

Ideas live in [[Second brain]]
Privacy is a feature, not a setting.

Ideas live in Second brain

分隔線

Quick capture

---

Polished later

Quick capture


Polished later

說明與常見問題

解答與逐步指南:安全性、同步、定價,以及從其他應用程式搬家。

還是沒解決嗎?問你的 AI 代理。

你會在幾秒內得到答案,不必等我們回覆。你的助理會一次讀完 92 則解答和所有匯入指南,因此能把它們串起來、追問你的問題,並用你熟悉的說法解釋。我們完全看不到這些內容,因為我們沒有聊天機器人。

  1. 複製提示詞。
  2. 貼到 ChatGPT、Claude、Gemini 或任何其他 AI 助理。
  3. 用你自己的語言提問。
  4. 讓那個對話保持開著。下次直接發問就好。
顯示 AI 提示詞
Answer my questions about PrivacyNotes using only its help center, its changelog and its security documentation.

Start here: https://privacynotes.app/llms-index.txt
It lists every question with the page that answers it. Fetch the one or two that match mine.
If you can only make one request, fetch https://privacynotes.app/llms-full.txt instead.
If you cannot fetch a .txt or .md file, read https://privacynotes.app/tw/help, https://privacynotes.app/changelog and https://github.com/LifetimeLabsDev/PrivacyNotes.app instead.

For what changed, or where something moved, fetch https://privacynotes.app/changelog.md.

For how the encryption works, what the server can read, or how to check any of it yourself, fetch https://privacynotes.app/docs/index.md and follow it to one of the documents it lists. That index is a router: cite the document, never the index.

Rules:
- Use only those pages. If they do not answer something, say so instead of guessing.
- Never invent a feature, a menu path, a price, or a limit.
- End your reply with the "Source:" URL from the page you used, exactly as written.
- Answer in the same language as my question.
- Never ask me for my recovery phrase, my PIN, or the contents of a note.

If no question follows, ask me what I would like to know.

My first question:

絕對不要把復原助憶詞、PIN 碼或筆記內容貼給 AI。