You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce people to text editors, different from other applications that also work with files, mainly because you really edit "the raw data" that is in the file, nothing more. The file contains only what you write.
(This is different from word processors for example, which write some "structure" that describes the document you're writing to the file, not just the text. In fact, it's quite similar to HTML + CSS, becaus it also describes a document and then adds styling to it.)
Proposed contents:
what is a file
what do we mean then we say "text-only"/plaintext
use one text editor (SublimeText), but mention that any old text editor (including notepad on windows) is ok
basic guideline: it's a texteditor when you can't change the font of text in the document
some examples of text files
HTML & CSS files
lots of them, but some common "relatable" examples, maybe CSV as an example for a "simple" format for tables?
explain what syntax highlighting does (e.g. hints for correctness, less "blind" editing)
example for creating files & directories (for example for a "book" (directory) with several "chapters" (files))
The text was updated successfully, but these errors were encountered:
Ich habe nachgedacht: Wenn ich die Basics über den Text Editor erläuter, erkläre ich ja auf jeden Fall wie ich lokal gespeicherte .html Dateien in meinem Browser aufrufe. Dann würde es sich anbieten, auch gleich einen Exkurs über lokale Verlinkungen einzubauen. Sprich, lokal auf dem Rechner gespeicherte Bilder in den Code einfügen.
Ich hatte damit nämlich selbst große Probleme, weil ich nie ein vernünftiges Tutorial gefunden habe und erst gestern rausfand, dass es da System für Verzeichnis drunter /drüber etc gibt.
Was meinst Du?
Ich denke wir sollten das ein bisschen trennen. Also entweder in mehreren Teilen behandeln, wobei der erste Teil der allgemeine Teil ist und dann verschiedene Anwendungsfälle erklären, unter anderem auch HTML und Links, aber auch JavaScript Code in Dateien und später vielleicht auch Ruby.
Ich weiß nicht genau ob sich das drunter/drüber auf Verzeichnisse oder auf Links bezieht, aber das für Verzeichnisse würde dann auf jeden Fall auch zum ersten Teil gehören und für Links können wir dann erklären dass das dort auch funktioniert.
Introduce people to text editors, different from other applications that also work with files, mainly because you really edit "the raw data" that is in the file, nothing more. The file contains only what you write.
(This is different from word processors for example, which write some "structure" that describes the document you're writing to the file, not just the text. In fact, it's quite similar to HTML + CSS, becaus it also describes a document and then adds styling to it.)
Proposed contents:
The text was updated successfully, but these errors were encountered: