표준 Markdown 서식이 입력하는 대로 적용돼요. 제목, 강조, 취소선과 하이라이트, 글머리 기호 목록과 번호 목록, 할 일 목록(Tab과 Shift+Tab으로 어떤 목록이든 중첩할 수 있고, 체크리스트도 포함돼요), 인용, 구분선, 인라인 코드와 구문 강조가 되는 코드 블록, 인라인과 블록 수식(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
중첩 목록
1. Write your phrase down 2. Store it offline - paper beats cloud - two copies, two places
콜아웃
> [!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.
표
| App | Can read your notes | | --- | --- | | PrivacyNotes | No | | Typical cloud notes | Yes |
| App | Can read your notes |
|---|---|
| PrivacyNotes | No |
| Typical cloud notes | Yes |
코드 블록
```js // encrypted before it leaves const keys = deriveKeys(phrase); ```
// encrypted before it leaves
const keys = deriveKeys(phrase);위 첨자, 아래 첨자, 밑줄
H<sub>2</sub>O and E = mc<sup>2</sup>, <u>underline</u> included
H2O and E = mc2, underline included
수식(KaTeX)
$e^{i\pi} + 1 = 0$eiπ + 1 = 0
인용과 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
구분선
Quick capture --- Polished later
Quick capture
Polished later
도움말 및 FAQ
답변과 단계별 가이드: 보안, 동기화, 가격, 그리고 다른 앱에서 갈아타는 방법까지.
답장을 기다리지 않고 몇 초 만에 답을 얻어요. 쓰는 어시스턴트가 92개의 답변과 모든 가져오기 안내를 한 번에 읽기 때문에, 내용을 엮고 궁금한 점을 더 파고들어 편한 말로 설명해 줘요. 저희는 챗봇을 운영하지 않아서 그 내용을 전혀 보지 않아요.
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/ko/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:
시크릿 문구, PIN, 노트 내용은 절대 AI에 붙여 넣지 마세요.