Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update getting_started.rst #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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