PrivacyNotes

Pomoc i FAQ/Pierwsze kroki

Jaką składnię Markdown rozumie edytor?

Zapytaj lepiej swojego agenta AI

Standardowe formaty Markdown formatują się na żywo, gdy piszesz: nagłówki, pogrubienie i kursywa, przekreślenie i podświetlenie, listy punktowane i numerowane, listy zadań (Tab i Shift+Tab zagnieżdżają każdą listę, także checklisty), cytaty, separatory, kod w tekście i bloki kodu z podświetlaniem składni, wzory matematyczne w tekście i w bloku (KaTeX) oraz note-linki między notatkami z autouzupełnianiem.

Pasek formatowania i jego menu Wstaw dodają resztę: tabele, ramki informacyjne w dziewięciu typach, które można zwijać, podkreślenie, indeks górny i dolny, wyrównanie tekstu, kolory tekstu i podświetlenia, czcionki, linki, obrazy i załączniki plików. Wszystko zapisuje się z powrotem jako Markdown: „Pokaż markdown” pod każdą notatką odsłania surowe źródło, a eksporty to czyste pliki .md, więc nic, co napiszesz, nie zostaje zamknięte w zastrzeżonym formacie.

// Zobacz to w akcji

Nagłówki

# Planning
## This week
### Monday

Planning

This week

Monday

Formatowanie w tekście

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

bold, italic, done, marked and inline code

Lista zadań

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

Listy zagnieżdżone

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

Ramki informacyjne

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

Blok kodu

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

Indeks górny, indeks dolny, podkreślenie

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

H2O and E = mc2, underline included

Matematyka (KaTeX)

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

e + 1 = 0

Cytat 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

Separator

Quick capture

---

Polished later

Quick capture


Polished later

Pomoc i FAQ

Odpowiedzi i przewodniki krok po kroku: bezpieczeństwo, synchronizacja, ceny i przesiadka z innych aplikacji.

Nadal nie wiesz? Zapytaj swojego agenta AI.

Dostajesz odpowiedź w kilka sekund, zamiast czekać na naszą. Twój asystent czyta naraz wszystkie 92 odpowiedzi i każdy przewodnik importu, więc może je łączyć, dopytać o twoje pytanie i wyjaśnić je twoimi słowami. My nie widzimy z tego nic, bo nie prowadzimy czatbota.

  1. Skopiuj prompt.
  2. Wklej go w ChatGPT, Claude, Gemini albo dowolnego innego asystenta AI.
  3. Zadaj pytanie, we własnym języku.
  4. Zostaw ten czat otwarty. Następnym razem pytaj od razu.
Pokaż prompt AI
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/pl/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:

Nigdy nie wklejaj frazy odzyskiwania, PIN-u ani notatki do AI.