PrivacyNotes

Ajuda e FAQ/Primeiros passos

Que sintaxe Markdown é que o editor entende?

Pergunta antes ao teu agente de IA

Os formatos Markdown padrão ganham vida à medida que escreves: títulos, ênfase, rasurado e destaque, listas com marcas e numeradas, listas de tarefas (Tab e Shift+Tab aninham qualquer lista, checklists incluídas), citações, separadores, código em linha e blocos de código com realce de sintaxe, matemática em linha e em bloco (KaTeX), e note-links entre notas com preenchimento automático.

A barra de formatação e o seu menu Inserir acrescentam o resto: tabelas, avisos em nove tipos que podem fechar-se, sublinhado, sobrescrito e subscrito, alinhamento do texto, cores de texto e de destaque, tipos de letra, ligações, imagens e anexos de ficheiros. Tudo se mantém como Markdown nos dois sentidos: "Ver markdown" por baixo de qualquer nota revela o código-fonte em bruto, e as exportações são ficheiros .md limpos, por isso nada do que escreves fica preso num formato proprietário.

// Vê em ação

Títulos

# Planning
## This week
### Monday

Planning

This week

Monday

Formatação em linha

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

bold, italic, done, marked and inline code

Lista de tarefas

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

Listas aninhadas

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

Avisos

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

Tabela

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

Bloco de código

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

Sobrescrito, subscrito, sublinhado

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

H2O and E = mc2, underline included

Matemática (KaTeX)

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

e + 1 = 0

Citação 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

Separador

Quick capture

---

Polished later

Quick capture


Polished later

Ajuda e FAQ

Respostas e guias passo a passo: segurança, sincronização, preços e a mudança a partir de outras apps.

Ainda com dúvidas? Pergunta ao teu agente de IA.

Tens uma resposta em segundos em vez de esperares pela nossa. O teu assistente lê as 92 respostas e todos os guias de importação de uma só vez, por isso consegue combiná-los, aprofundar a tua pergunta e explicá-la pelas tuas palavras. Nós não vemos nada disso, porque não temos chatbot.

  1. Copia o prompt.
  2. Cola-o no ChatGPT, Claude, Gemini ou noutro assistente de IA qualquer.
  3. Faz a tua pergunta, na tua própria língua.
  4. Deixa essa conversa aberta. Da próxima vez, pergunta logo.
Mostrar prompt de 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/pt/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:

Nunca coles a tua frase de recuperação, o teu PIN ou uma nota numa IA.