PrivacyNotes beta

Aiuto e FAQ/Primi passi

Quale sintassi Markdown capisce l'editor?

I formati Markdown standard prendono vita mentre digiti: titoli, enfasi, barrato ed evidenziazione, elenchi e liste di attività, citazioni, divisori, codice inline e blocchi di codice con evidenziazione della sintassi, formule matematiche (KaTeX) e note-link tra le note con completamento automatico.

Tabelle, riquadri, evidenziazioni, colore del testo, immagini e allegati stanno nella barra di formattazione e nel suo menu Inserisci. Tutto si converte in Markdown e viceversa: "Mostra markdown" sotto ogni nota rivela il sorgente grezzo, e le esportazioni sono file .md puliti, quindi nulla di ciò che scrivi resta imprigionato in un formato proprietario.

// Guardalo in azione

# 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
> [!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);
$e^{i\pi} + 1 = 0$

e + 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

Aiuto e FAQ

Risposte e guide passo passo: sicurezza, sync, prezzi e il passaggio da altre app.