Les formats Markdown standards se mettent en forme à mesure que tu tapes : titres, emphase, barré et surlignage, listes à puces et listes numérotées, listes de tâches (Tab et Maj+Tab imbriquent toute liste, checklists comprises), citations, séparateurs, code en ligne et blocs de code avec coloration syntaxique, formules mathématiques en ligne et en bloc (KaTeX), et note-links entre notes avec autocomplétion.
La barre de mise en forme et son menu Insérer ajoutent le reste : tableaux, callouts en neuf types qui peuvent se replier, souligné, exposant et indice, alignement du texte, couleurs de texte et de surlignage, polices, liens, images et pièces jointes. Tout fait l'aller-retour en Markdown : "Afficher le markdown" sous n'importe quelle note révèle la source brute, et les exports sont des fichiers .md propres, donc rien de ce que tu écris n'est enfermé dans un format propriétaire.
Titres
# Planning ## This week ### Monday
Planning
This week
Monday
Mise en forme en ligne
**bold**, *italic*, ~~done~~, ==marked== and `inline code`
bold, italic, done, marked and inline code
Liste de tâches
- [x] Derive keys on the device - [ ] Trust a server
Listes imbriquées
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.
Tableau
| App | Can read your notes | | --- | --- | | PrivacyNotes | No | | Typical cloud notes | Yes |
| App | Can read your notes |
|---|---|
| PrivacyNotes | No |
| Typical cloud notes | Yes |
Bloc de code
```js // encrypted before it leaves const keys = deriveKeys(phrase); ```
// encrypted before it leaves
const keys = deriveKeys(phrase);Exposant, indice, souligné
H<sub>2</sub>O and E = mc<sup>2</sup>, <u>underline</u> included
H2O and E = mc2, underline included
Maths (KaTeX)
$e^{i\pi} + 1 = 0$eiπ + 1 = 0
Citation et 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
Séparateur
Quick capture --- Polished later
Quick capture
Polished later
Aide et FAQ
Réponses et guides pas à pas : sécurité, sync, prix et migration depuis d'autres applis.
Tu obtiens une réponse en quelques secondes au lieu d'attendre la nôtre. Ton assistant lit les 92 réponses et tous les guides d'import d'un coup : il peut donc les combiner, revenir sur ta question et l'expliquer avec tes mots. Nous n'en voyons rien, parce que nous n'avons pas de 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/fr/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:
Ne colle jamais ta phrase de récupération, ton PIN ou une note dans une IA.