用語集 — ライティング・記法Glossary — Writing & Syntax

MarkdownとはWhat is Markdown?

Markdown(マークダウン)は、John Gruberが2004年に開発した軽量マークアップ言語です。プレーンテキストに#や*などの簡単な記号を加えるだけで、見出し・太字・リスト・リンクなどの書式を表現できます。GitHub、Notion、Obsidianなど多くのツールが対応しており、メモ・ドキュメント作成のデファクトスタンダードとなっています。 Markdown is a lightweight markup language created by John Gruber in 2004. By adding simple symbols like # and * to plain text, you can express headings, bold, lists, links, and more. Supported by GitHub, Notion, Obsidian, and hundreds of other tools, it has become the de facto standard for notes and documentation.

定義

Markdownは、プレーンテキストで書式付き文書を記述するための軽量マークアップ言語です。「# 見出し」「**太字**」「- リスト項目」のように、直感的な記号でHTMLに変換可能な構造化テキストを書けます。ファイル拡張子は.mdが一般的で、テキストエディタさえあれば誰でも読み書きできるポータビリティの高さが最大の特長です。

Definition

Markdown is a lightweight markup language for writing formatted documents in plain text. Using intuitive symbols like "# Heading," "**bold**," and "- list item," you create structured text that converts to HTML. The standard file extension is .md, and its greatest strength is portability — anyone with a text editor can read and write it.

Markdownの基本記法Basic Markdown Syntax

Markdownの記法は非常にシンプルです。以下の基本記法を覚えるだけで、構造化されたメモやドキュメントを素早く書けるようになります。 Markdown syntax is remarkably simple. Learning just these basics lets you write structured notes and documents quickly.

見出し(# Heading)Headings (# Heading)
#の数で階層を表現。# = h1、## = h2、### = h3。メモの構造を一目で把握できます。Use # count for hierarchy. # = h1, ## = h2, ### = h3. Instantly see the structure of your notes.
強調(**太字** / *斜体*)Emphasis (**bold** / *italic*)
**で囲むと太字、*で囲むと斜体。重要なキーワードを視覚的に強調できます。Wrap with ** for bold, * for italic. Visually emphasize key terms in your notes.
リスト(- / 1.)Lists (- / 1.)
-で箇条書き、1.で番号付きリスト。タスクリストは- [ ]で未完了、- [x]で完了を表現。Use - for bullet lists, 1. for numbered lists. Task lists use - [ ] for incomplete, - [x] for done.
リンク・画像Links & Images
[表示文字](URL)でリンク、![代替テキスト](画像URL)で画像を挿入。参考URLをメモに含められます。[text](URL) for links, ![alt](imageURL) for images. Embed reference URLs directly in your notes.

シンプルメモとMarkdownの活用Simple Memo and Markdown Workflow

Captio式シンプルメモはプレーンテキストでメモを送信するため、Markdown記法で書いたメモがそのままメールに届きます。受信したメモをObsidianやNotionに貼り付ければ、Markdownが自動的にリッチテキストとしてレンダリングされます。「キャプチャはシンプルメモ、整理はMarkdown対応エディタ」という分業が、最も効率的なメモワークフローです。 Simple Memo sends plain text via email, so Markdown-formatted notes arrive exactly as written. Paste into Obsidian or Notion, and the Markdown renders as rich text automatically. "Capture with Simple Memo, organize in a Markdown editor" is the most efficient note-taking workflow.

Markdownが使われる主なツールPopular Tools That Support Markdown

ObsidianObsidian
ローカルファイルベースのPKMツール。Markdownファイルをグラフビューで可視化。バックリンク機能で知識のネットワークを構築。Local-file PKM tool. Visualize Markdown files in graph view. Build knowledge networks with backlinks.
NotionNotion
ブロックベースの万能ワークスペース。Markdownのペーストで即座にリッチテキストに変換。チーム共有にも対応。Block-based all-in-one workspace. Paste Markdown and it instantly converts to rich text. Great for team sharing.
GitHubGitHub
README.md、Issue、Pull RequestなどすべてがMarkdown対応。開発者のドキュメンテーション標準。README.md, Issues, Pull Requests — all Markdown-native. The documentation standard for developers.

よくある質問(Markdown)FAQ: Markdown

Markdownとは何ですか?

John Gruberが2004年に開発した軽量マークアップ言語です。プレーンテキストに#や*などの記号を加えるだけで、見出し・太字・リストなどの書式を表現でき、HTMLに変換できます。

Markdownの基本的な書き方は?

見出しは#の数で階層を表現。太字は**で囲む。リストは-で記述。リンクは[表示文字](URL)。これだけ覚えれば日常のメモには十分です。

シンプルメモでMarkdownは使えますか?

はい。シンプルメモはプレーンテキストで送信するため、Markdown記法をそのまま書けます。受信メールをObsidianやNotionにコピーすれば自動的に書式がレンダリングされます。

What is Markdown?

A lightweight markup language by John Gruber (2004). Add symbols like # and * to plain text to express headings, bold, lists, and more. Converts to HTML and is supported by hundreds of tools.

Can I use Markdown with Simple Memo?

Yes. Simple Memo sends plain text, so you can write in Markdown notation. Copy the received email into Obsidian or Notion and the formatting renders automatically.

Why is Markdown popular for note-taking?

Markdown keeps notes portable (plain text works anywhere), readable without rendering, and easy to convert to HTML/PDF. No vendor lock-in, and it works across hundreds of apps.

参考文献・外部リンク

References

Markdownメモを最速でキャプチャCapture Markdown Notes at Lightning Speed
0.3秒起動のCaptio式シンプルメモで、Markdown形式のメモを即座にメール送信。ObsidianやNotionへの連携も簡単。Launch in 0.3s, send Markdown-formatted memos to your email instantly. Easy integration with Obsidian and Notion.
App Store からダウンロード Download on the App Store

関連ページRelated Pages