From 4488ee602d934ef39d15c21c7a9871e7255532bb Mon Sep 17 00:00:00 2001 From: callpri Date: Thu, 31 Oct 2024 11:11:03 +0300 Subject: [PATCH] Update README.md Codelobster editor is added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 517d517..173edb3 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ So the first thing you'll need is an editor to edit your jazz. There's tons of * Notepad/TextEdit (that's right, the stupid thing that comes on your computer) - This is about as basic as you can get. It's totally okay if you want to use this, but I recommend one of the editors below just so you can see code highlighting (which will help you out later on). But, if you want to be a purist, this'll work just fine. * [Visual Studio Code](https://code.visualstudio.com/) - This is what I typically use. It's open source and has TONS of extensions available. * [Sublime Text](https://www.sublimetext.com/) - This is a pretty popular option. Very clean interface. + * [CodeLobster](https://codelobster.com/) - Handy code editor with special support for all popular frameworks. * [CodePen Projects](https://codepen.io/project) - This is an in-browser code editor, so you can code directly within the web browser, no downloads required. :) * [Glitch](https://glitch.com/) - This is another in-browser code editor. It is meant for larger projects, but it's nice to not have to download anything! * [Notepad++](http://notepad-plus-plus.org/) - This is just one step up from Notepad. But it's pretty dece. Code highlighting is in it, and nothing else too fancy, which is what I like about it.