From 0b36e28dd9a2aad94087707f7c34e23fbec93d91 Mon Sep 17 00:00:00 2001 From: CodeB9 <32376220+CodeB9@users.noreply.github.com> Date: Wed, 31 Oct 2018 21:07:56 +0000 Subject: [PATCH] Fix image links and sizes (#32223) --- guide/english/tools/source-code-editors/index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guide/english/tools/source-code-editors/index.md b/guide/english/tools/source-code-editors/index.md index 3a30b2dcd0..fbbc610cac 100644 --- a/guide/english/tools/source-code-editors/index.md +++ b/guide/english/tools/source-code-editors/index.md @@ -2,7 +2,7 @@ title: Source Code Editors --- -##Source Code Editors +## Source Code Editors Source code editors are the programs that allow for code creation and editing. Any text editor can be used to write code. But dedicated code @@ -17,9 +17,9 @@ each have their own subtleties. Further research may help find the one that's right for you. The following editors are all cross-platform and free to use or evaluate. -## Sublime Text ![Sublime Text Icon](//discourse-user-assets.s3.amazonaws.com/original/2X/1/1249e18855b9c9ef177e636e6c4e308b4877bf2d.png) +## Sublime Text -![Sublime Text Screenshot](//discourse-user-assets.s3.amazonaws.com/original/2X/6/63f774c31a7b1a439bcef9d11e95463b6998310e.png) +![Sublime Text Screenshot](https://i.imgur.com/Jk2aJod.png) Sublime Text is a very popular editor that has been around since 2008. There are many options and extensions available, @@ -29,18 +29,18 @@ online to help (The license for continued use costs $70\. However, Sublime Text is free to download and evaluate, with a nag-screen pop-up.) -## Brackets ![Brackets Icon](//discourse-user-assets.s3.amazonaws.com/original/2X/d/df30640741461569071875cf4ff6cad9924f8b32.png) +## Brackets -![Brackets Screenshot](//discourse-user-assets.s3.amazonaws.com/original/2X/2/2f395a58d24ed551ed8440a10ae640777f1143b6.png) +![Brackets Screenshot](https://i.imgur.com/H9mO8qS.jpg) Brackets is a relatively new open-source editor by Adobe. It is very user friendly, especially for people who aren't used to command-line interfaces or JSON-style settings/prefereces. Extensions and themes are quick and easy to find and install through the Extension Manager. -## Atom ![Atom Icon](//discourse-user-assets.s3.amazonaws.com/original/2X/7/7f6ba67d0ea310e1c1024f83c9acc1e0ecf255a8.png) +## Atom -![Atom Screenshot](//discourse-user-assets.s3.amazonaws.com/original/2X/8/8016e7c0937e8ce6fcb6104c9aee0026443912f5.png) +![Atom Screenshot](https://i.imgur.com/halOgkj.png) Atom is an open source editor, developed by GitHub. Like Sublime Text, Atom is quite popular. @@ -50,7 +50,7 @@ be overwhelming to new users. There is also plenty of availble online. -## Visual Studio Code ![Visual Studio Code Icon](https://i.imgur.com/b4vFsKa.png) +## Visual Studio Code ![Visual Studio Code Screenshot](https://code.visualstudio.com/home/home-screenshot-mac-lg.png)