PrivacyNotes beta

도움말 및 FAQ/시작하기

에디터는 어떤 Markdown 문법을 이해하나요?

표준 Markdown 서식이 입력하는 대로 적용돼요. 제목, 강조, 취소선과 하이라이트, 목록과 할 일 목록, 인용, 구분선, 인라인 코드와 구문 강조가 되는 코드 블록, 수식(KaTeX), 그리고 자동 완성으로 노트끼리 잇는 note-link까지요.

표, 콜아웃, 하이라이트, 글자 색, 이미지, 파일 첨부는 서식 도구 모음과 그 안의 삽입 메뉴에 있어요. 모든 것이 Markdown으로 오갈 수 있어요. 노트 아래의 "markdown 보기"를 누르면 원본 소스가 그대로 드러나고, 내보내기는 깔끔한 .md 파일이라 여러분이 쓴 것은 무엇도 독점 포맷에 갇히지 않아요.

// 직접 확인해 보세요

# Planning
## This week
### Monday

Planning

This week

Monday

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

bold, italic, done, marked and inline code

- [x] Derive keys on the device
- [ ] Trust a server
Derive keys on the device
Trust a server
> [!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.

| App | Can read your notes |
| --- | --- |
| PrivacyNotes | No |
| Typical cloud notes | Yes |
AppCan read your notes
PrivacyNotesNo
Typical cloud notesYes
```js
// encrypted before it leaves
const keys = deriveKeys(phrase);
```
// encrypted before it leaves
const keys = deriveKeys(phrase);
$e^{i\pi} + 1 = 0$

e + 1 = 0

> Privacy is a feature, not a setting.

Ideas live in [[Second brain]]
Privacy is a feature, not a setting.

Ideas live in Second brain

도움말 및 FAQ

답변과 단계별 가이드: 보안, 동기화, 가격, 그리고 다른 앱에서 갈아타는 방법까지.