Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save taktamur/08f19505de457beca363 to your computer and use it in GitHub Desktop.
Save taktamur/08f19505de457beca363 to your computer and use it in GitHub Desktop.
atom.ioのパッケージ作成メモ

atom.ioのパッケージ作成を試しながら、いろいろ調べる。

https://atom.io/docs/v0.64.0/your-first-package をみながら、ascii-artなパッケージを作る。

  • window.reloadした後にパッケージが出てこなくなったけど、これはタイプミスが原因だった。
    • エラーログ的な表示(console)は、option-cmd-Iで出てくるDeveloperToolの中で確認出来た。
    • !
  • "Add a Key Binding"の中でctrl-alt-aにバインドしているけど、これはすでに別の動きが割り当てられてたので動作しなかった。ctrl-lは空いていたのでそれで代用。
    • キーマップ一覧は、Show keybindingsで確認出来た。
    • !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment