標準的 Markdown 格式會隨著你輸入即時排版:標題、強調、刪除線與螢光標示、清單與任務清單、引用、分隔線、行內程式碼與帶語法高亮的程式碼區塊、數學公式(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
> [!info] Zero-knowledge > The server stores only ciphertext. > [!warning] No resets > A lost phrase cannot be recovered.
The server stores only ciphertext.
A lost phrase cannot be recovered.
| App | Can read your notes | | --- | --- | | PrivacyNotes | No | | Typical cloud notes | Yes |
| App | Can read your notes |
|---|---|
| PrivacyNotes | No |
| Typical cloud notes | Yes |
```js // encrypted before it leaves const keys = deriveKeys(phrase); ```
// encrypted before it leaves
const keys = deriveKeys(phrase);$e^{i\pi} + 1 = 0$eiπ + 1 = 0
> Privacy is a feature, not a setting. Ideas live in [[Second brain]]
Privacy is a feature, not a setting.
Ideas live in Second brain
說明與常見問題
解答與逐步指南:安全性、同步、定價,以及從其他應用程式搬家。