Standard-Markdown formatiert sich live beim Tippen: Überschriften, Betonung, Durchstreichen und Hervorheben, Listen und Aufgabenlisten, Zitate, Trennlinien, Inline-Code und Codeblöcke mit Syntaxhervorhebung, Mathe (KaTeX) und note-links zwischen Notizen mit Autovervollständigung.
Tabellen, Callouts, Hervorhebungen, Textfarbe, Bilder und Dateianhänge findest du in der Formatierungsleiste und ihrem Menü "Einfügen". Alles bleibt vollständig Markdown: "Markdown anzeigen" unter jeder Notiz zeigt den Rohtext, und Exporte sind saubere .md-Dateien - nichts, was du schreibst, ist in ein proprietäres Format eingesperrt.
# 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
Hilfe & FAQ
Antworten und Schritt-für-Schritt-Anleitungen: Sicherheit, Sync, Preise und der Umzug aus anderen Apps.