Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,22 @@ Here are some suggestions for those:
- `TextMate`_: Mac. One of the most famous code editors for Mac, it used to
be a paid product but has since been open-sourced.

- `Gedit`_ and `Kate`_: Linux. If you run Linux using Gnome or KDE respectively,
- `Gedit`_ and `Kate`_: Linux. If you run Linux using Gnome or KDE respectively,
you might already have one of these two installed!

- `Komodo Edit`_: Windows, Mac & Linux. a sleak, free editor based on the
more powerful Komodo IDE.

- `Codelobster`_: Windows, Mac & Linux. a smart free code editor with many additional plug-in for all popular frameworks.

.. _Atom: https://atom.io
.. _Sublime Text: https://www.sublimetext.com/3
.. _Geany: http://www.geany.org/
.. _TextMate: http://macromates.com/
.. _Gedit: https://projects.gnome.org/gedit/
.. _Kate: http://kate-editor.org/
.. _Komodo Edit: http://www.activestate.com/komodo-edit
.. _Codelobster: https://codelobster.com

If you'd like our recommendation, try out Sublime Text 3 first.

Expand Down