PrivacyNotes

ヘルプとFAQ/はじめに

エディタはどのMarkdown記法に対応していますか?

AIエージェントに聞く

標準的なMarkdownの書式が、入力するそばから整形されます。見出し、強調、打ち消し線とハイライト、箇条書きと番号付きリスト、タスクリスト(TabとShift+Tabでどのリストも入れ子にでき、チェックリストも対象です)、引用、区切り線、インラインコードとシンタックスハイライト付きのコードブロック、インラインとブロックの数式(KaTeX)、そして自動補完付きのノート間のnote-linkに対応しています。

残りは書式設定ツールバーとその「挿入」メニューにあります。表、折りたためる9種類のコールアウト、下線、上付きと下付き、テキストの配置、文字色とハイライトの色、フォント、リンク、画像、ファイル添付です。すべては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

入れ子のリスト

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

コールアウト

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

上付き・下付き・下線

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$

e + 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

セキュリティ、同期、料金、他アプリからの乗り換えについての回答とステップバイステップのガイド。

解決しませんか?AIエージェントに聞いてみてください。

返信を待たずに、数秒で答えが得られます。アシスタントは92件の回答とすべてのインポートガイドを一度に読むので、それらを組み合わせ、質問を掘り下げ、あなたの言葉で説明できます。私たちはチャットボットを運営していないので、その内容を一切見ることはありません。

  1. プロンプトをコピーします。
  2. ChatGPT、Claude、Gemini などのAIアシスタントに貼り付けます。
  3. あなたの言語で質問します。
  4. そのチャットは開いたままにしておきます。次回はすぐに質問できます。
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/ja/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に貼り付けないでください。