8
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

markdown 向け vscode プラグラインメモ

Last updated at Posted at 2020-01-14

Markdown All in One

  • TOC が作れる
  • ショートカットでいろいろできるようになる
キー コマンド
Ctrl + B 太字
Ctrl + I イタリック体
Alt + S 取り消し線
Ctrl + Shift + ] ヘッディングレベルをあげる
Ctrl + Shift + [ ヘッディングレベルをさげる
Ctrl + K V プレビューを横に表示
Alt + C タスクリストのチェック・チェック解除
チェックボックスは、以下のように作れる
- [ ] チェックボックス

Text Tables

  • テーブルの入力がちょっとだけ楽になる
  • Ctrl + Q キーを 2 回押せばTable Modeが ON になる

Table Formatter

  • テーブルをフォーマットしてくれる
  • コマンドパレット(Ctrl + Shift + P)を開き、「Table:FormatCurrent」か「Table:FormatAll」を選ぶ

Markdown Preview Enhanced

  • その名の通りプレビューが快適になる
  • Ctrl + K → V
  • 数式、図なども使用可能になる

markdownlint

  • markdown の lint ツール
  • 結構ツッコミがはげしい

Prettier - Code formatter

  • code フォーマッター
  • ドキュメントを整形してくれる
  • "editor.formatOnSave": true とすると、セーブ時に勝手にやってくれる

Markdown PDF

  • markdown を pdf などに変換

vscode-pdf

  • vscode で pdf が開ける

Paste Image

  • Ctrl + Alt + V で画像をペーストできる

markdown-index

  • インデックスを付けてくれる
  • コマンドパレット(Ctrl + Shift + P)を開き、「markdown add index」を選ぶ
8
11
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?