reading-notes-ma


Project maintained by mohnalkhateeb Hosted on GitHub Pages — Theme by mattgraham

Choosing A Text Editor

What is a text editor?

A text editor is a piece of software that you download and install on your computer, or you access online through your web browser, that allows you to write and manage text especially the text that you write to build a web site.

Oparating System Text Editor
Mac OS Text Edit
Windows Notepad
Linux Gedite
Text Editor Oparating System Description
Notepad++ Windows It has syntax highlighting and code completion, as well as word completion and function completion.
TextWrangler/BB Edit Mac OS TextWrangler is for Mac computers only, and you used to be able to download it from the Mac App Store
Visual Studio Code Windows, Mac and Linux VS Code has the Emmet shorthand for HTML and CSS already built-in with no additional work from you at all.
Atom Windows, Mac and Linux Atom is brought to you by the folks at GitHub .
Brackets Windows, Mac and Linux It is only supports HTML, CSS and JavaScript, though more coding capabilities can be added through extensions.
Sublime Text Windows, Mac and Linux Sublime Text 3 is a premium software that can be purchased in full for $70.

IDE (Integrated Development Environment)

It is really a suite of different software all coming together. An IDE is a text editor, a file manager, a compiler, and a debugger all in one software package

comparingtxtedit

The Command Line (Terminal)

A command line, or terminal, is a text based interface to the system. You are able to enter commands by typing them on the keyboard and feedback will be given to you similarly as text. The command line typically presents you with a prompt. As you type, it will be displayed after the prompt. Most of the time you will be issuing commands. example :

comdl

Basic Navigation

pwdcmd

Iscmd

more Paths

Files in Linux