pmd/docs/pages/mydoc/mydoc_atom_text_editor.md
Andreas Dangel b193bb28d8 Add 'docs/' from commit '106142b25c9387ffd002437027ced1b04f494205'
git-subtree-dir: docs
git-subtree-mainline: 23545aa7ea599faf17737de9879733a1bde700d1
git-subtree-split: 106142b25c9387ffd002437027ced1b04f494205
2017-05-25 10:01:42 +02:00

1.3 KiB

title keywords last_updated summary sidebar permalink folder
Atom Text Editor atom, text editor, March 20, 2016 Atom is a free text editor that is a favorite tool of many writers because it is free. This page provides some tips for using Atom. mydoc_sidebar mydoc_atom_text_editor.html mydoc

If you haven't downloaded Atom, download and install it. Use this as your editor when working with Jekyll. The syntax highlighting is probably the best among the available editors, as it was designed with Jekyll-authoring in mind. However, if you prefer Sublime Text, WebStorm, or some other editor, you can also use that.

Customize the invisibles and tab spacing in Atom:

  1. Go to Atom > Preferences.
  2. On the Settings tab, keep the default options but also select the following:
    • Show Invisibles
    • Soft Wrap
    • For the Tab Length, type 4.
    • For the Tab Type, select soft.

Turn off auto-complete:

  1. Go to Atom > Preferences.
  2. Click the Packages tab.
  3. Search for autocomplete-plus.
  4. Disable the autocomplete package.

Atom Shortcuts

  • Cmd + T: Find file
  • Cmd + Shift + F: Find across project
  • Cmd + Alt + S: Save all

(For Windows, replace "Cmd" with "Ctrl".)