1
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 5 years have passed since last update.

[自分用]AtomにパッケージをインストールするAtomコマンドパレット

Posted at

ATOMには様々なパッケージ (機能)を追加可能

だけどどうやって? 時間がたてば忘れてしまうので記録として残しておきます。今回はATOMに印刷パッケージをインストールします。
(↑ ATOMには印刷機能が標準装備されていないことを今回初めて知るw)

今回採用したパッケージ

インストールから使用方法

  1. Ctrl + [,] でSettingsを開く
  2. [Install] タブをクリックし、検索窓に「export-html」と入力して検索し、Installをクリック。
  3. しばらく待つとインストール完了
  4. Atom のコマンドパレット(Ctrl + Shift + P) を出してexport html: export と入力して実行すれば、印刷ウィンドウが表示される。

今回一番学んだこと?

nobuhitoさんのexport-html package for Atomの説明で

インストールした後に export-html:export を実行する

...「どこで実行するんだろう?」と思ったらAtom にはコマンドパレット(Ctrl + Shift + Pで出てくる) があり、そこでコマンドが実行できるのだ、というのが今回のハイライト:sparkles:
THINKBOXさん、ありがとうございます:heart_eyes:

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