Os formatos padrão de Markdown ganham vida enquanto você digita: títulos, ênfase, tachado e destaque, listas com marcadores e numeradas, listas de tarefas (Tab e Shift+Tab aninham qualquer lista, checklists incluídas), citações, divisórias, código em linha e blocos de código com realce de sintaxe, fórmulas matemáticas em linha e em bloco (KaTeX) e note-links entre notas com preenchimento automático.
A barra de formatação e o menu "Inserir" acrescentam o resto: tabelas, callouts em nove tipos que podem ser recolhidos, sublinhado, sobrescrito e subscrito, alinhamento do texto, cores de texto e de destaque, fontes, links, imagens e anexos. Tudo vai e volta como Markdown: "Ver markdown" embaixo de qualquer nota mostra o código-fonte bruto, e as exportações são arquivos .md limpos, então nada do que você escreve fica preso a um formato proprietário.
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
Listas aninhadas
1. Write your phrase down 2. Store it offline - paper beats cloud - two copies, two places
Callouts
> [!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.
Tabela
| App | Can read your notes | | --- | --- | | PrivacyNotes | No | | Typical cloud notes | Yes |
| App | Can read your notes |
|---|---|
| PrivacyNotes | No |
| Typical cloud notes | Yes |
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$eiπ + 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
Divisória
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 migração de outros apps.
Você tem uma resposta em segundos em vez de esperar pela nossa. Seu assistente lê as 92 respostas e todos os guias de importação de uma vez, então consegue combiná-los, aprofundar sua pergunta e explicá-la com suas palavras. A gente não vê nada disso, porque não tem chatbot.
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/br/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 cole sua frase de recuperação, seu PIN ou uma nota em uma IA.