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

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