0
1

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.

Notionでもショートカットを使って、効率爆上がりを目指す

Posted at

#はじめに
 記念すべき100回目の投稿は、今年特に力を入れて活用していきたいNotionについてです。/を打ったり、右クリックで表示を選択することが出来ますが、他のソフト同様にショートカットがあるので、紹介します。紹介するものは、特によく使うものです。他にもショートカットはありますし、同じ機能でも別のショートカットがあります。ややこしいので、厳選しました。

##Notionでも使えるマークダウンでのショートカット

###見出し

# Heading1
## Heading2
### Heading3

###リスト

-(ハイフン)
Tabで少し右に移動
Shift + Tabで左に移動

###番号付きリスト

1.(数字 + ドット)

###引用
|

以上のコマンドは、どれも使い方としては、それぞれを打った後に、半角スペースを入力することで認識されます。


以下の3つは、そのコマンドを入力するだけで、認識されます。

###ToDoリスト

[]

###平行線

---

###コードブロック

バッククオート(Shift + @)を3つ
↑すみません、これをここで入力すると、コードブロックが作成されてしまうので言葉での説明で…

##最後に
 マークダウンをマークダウンの形式で説明するの、難しい…

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?