PrivacyNotes

Aiuto e FAQ/Primi passi

Quale sintassi Markdown capisce l'editor?

Chiedi piuttosto al tuo agente IA

I formati Markdown standard prendono vita mentre digiti: titoli, enfasi, barrato ed evidenziazione, elenchi puntati e numerati, liste di attività (Tab e Maiusc+Tab annidano qualsiasi elenco, checklist comprese), citazioni, divisori, codice inline e blocchi di codice con evidenziazione della sintassi, formule matematiche inline e a blocco (KaTeX) e note-link tra le note con completamento automatico.

La barra di formattazione e il suo menu Inserisci aggiungono il resto: tabelle, riquadri in nove tipi che si possono richiudere, sottolineato, apice e pedice, allineamento del testo, colori di testo ed evidenziazione, caratteri, link, immagini e allegati. 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

Titoli

# Planning
## This week
### Monday

Planning

This week

Monday

Formattazione inline

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

bold, italic, done, marked and inline code

Lista di attività

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

Elenchi annidati

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

Riquadri

> [!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.

Tabella

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

Blocco di codice

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

Apice, pedice, sottolineato

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

H2O and E = mc2, underline included

Matematica (KaTeX)

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

e + 1 = 0

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

Divisore

Quick capture

---

Polished later

Quick capture


Polished later

Aiuto e FAQ

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

Ancora bloccato? Chiedi al tuo agente IA.

Ottieni una risposta in pochi secondi invece di aspettare la nostra. Il tuo assistente legge tutte le 92 risposte e ogni guida all'importazione in una volta sola, quindi può combinarle, approfondire la tua domanda e spiegartela con le tue parole. Noi non ne vediamo nulla, perché non abbiamo un chatbot.

  1. Copia il prompt.
  2. Incollalo in ChatGPT, Claude, Gemini o in qualsiasi altro assistente IA.
  3. Fai la tua domanda, nella tua lingua.
  4. Tieni la chat aperta. La prossima volta chiedi e basta.
Mostra il prompt IA
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/it/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:

Non incollare mai la tua frase di recupero, il tuo PIN o una nota in un'IA.