PrivacyNotes

Ayuda y FAQ/Primeros pasos

¿Qué sintaxis de Markdown entiende el editor?

Mejor pregúntale a tu agente de IA

Los formatos estándar de Markdown cobran vida mientras escribes: títulos, énfasis, tachado y resaltado, listas con viñetas y numeradas, listas de tareas (Tab y Mayús+Tab anidan cualquier lista, checklists incluidas), citas, separadores, código en línea y bloques de código con resaltado de sintaxis, matemáticas en línea y en bloque (KaTeX) y note-links entre notas con autocompletado.

La barra de formato y su menú Insertar añaden el resto: tablas, avisos (callouts) de nueve tipos que se pueden plegar, subrayado, superíndice y subíndice, alineación del texto, colores de texto y de resaltado, fuentes, enlaces, imágenes y archivos adjuntos. Todo va y vuelve como Markdown: "Ver markdown" bajo cualquier nota revela el código fuente en bruto, y las exportaciones son archivos .md limpios, así que nada de lo que escribes queda encerrado en un formato propietario.

// Míralo en acción

Títulos

# Planning
## This week
### Monday

Planning

This week

Monday

Formato en línea

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

bold, italic, done, marked and inline code

Lista de tareas

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

Listas anidadas

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 (callouts)

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

Tabla

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

Bloque de código

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

Superíndice, subíndice, subrayado

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

H2O and E = mc2, underline included

Matemáticas (KaTeX)

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

e + 1 = 0

Cita y 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

Ayuda y FAQ

Respuestas y guías paso a paso: seguridad, sincronización, precios y la mudanza desde otras apps.

¿Sigues atascado? Pregúntale a tu agente de IA.

Obtienes una respuesta en segundos en vez de esperar la nuestra. Tu asistente lee las 92 respuestas y todas las guías de importación de una vez, así que puede combinarlas, profundizar en tu pregunta y explicártela con tus palabras. Nosotros no vemos nada de eso, porque no tenemos ningún chatbot.

  1. Copia el prompt.
  2. Pégalo en ChatGPT, Claude, Gemini o cualquier otro asistente de IA.
  3. Haz tu pregunta, en tu propio idioma.
  4. Deja ese chat abierto. La próxima vez pregunta directamente.
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/es/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 pegues tu frase de recuperación, tu PIN o una nota en una IA.