PrivacyNotes

Ajuda i preguntes freqüents/Primers passos

Quina sintaxi de Markdown entén l'editor?

Pregunta-ho millor al teu agent d'IA

Els formats habituals de Markdown cobren forma mentre escrius: encapçalaments, èmfasi, ratllat i ressaltat, llistes amb pics i numerades, llistes de tasques (Tab i Maj+Tab imbriquen qualsevol llista, checklists incloses), citacions, separadors, codi en línia i blocs de codi amb ressaltat de sintaxi, matemàtiques en línia i en bloc (KaTeX) i note-links entre notes amb autocompletat.

La barra d'eines de format i el seu menú Insereix hi afegeixen la resta: taules, requadres destacats de nou tipus que es poden plegar, subratllat, superíndex i subíndex, alineació del text, colors de text i de ressaltat, tipus de lletra, enllaços, imatges i fitxers adjunts. Tot es manté en Markdown d'anada i tornada: «Mostra el markdown» sota qualsevol nota en mostra el codi font, i les exportacions són fitxers .md nets, així que res del que escrius no queda lligat a cap format propietari.

// Mira-ho en acció

Encapçalaments

# Planning
## This week
### Monday

Planning

This week

Monday

Format en línia

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

bold, italic, done, marked and inline code

Llista de tasques

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

Llistes imbricades

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

Requadres destacats

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

Taula

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

Bloc de codi

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

Superíndex, subíndex, subratllat

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

H2O and E = mc2, underline included

Matemàtiques (KaTeX)

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

e + 1 = 0

Citació i 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

Separador

Quick capture

---

Polished later

Quick capture


Polished later

Ajuda i preguntes freqüents

Respostes i guies pas a pas: seguretat, sincronització, preus i com canviar des d'altres aplicacions.

Encara encallat? Pregunta-ho al teu agent d'IA.

Tens una resposta en segons en lloc d'esperar la nostra. El teu assistent llegeix les 92 respostes i totes les guies d'importació de cop, així que les pot combinar, aprofundir en la teva pregunta i explicar-te-la amb les teves paraules. Nosaltres no en veiem res, perquè no tenim cap xatbot.

  1. Copia el prompt.
  2. Enganxa'l a ChatGPT, Claude, Gemini o qualsevol altre assistent d'IA.
  3. Fes la teva pregunta, en la teva llengua.
  4. Deixa aquest xat obert. La propera vegada pregunta directament.
Mostra el prompt d'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/ca/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:

No enganxis mai la teva frase de recuperació, el teu PIN o una nota a una IA.