-
Notifications
You must be signed in to change notification settings - Fork 0
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
A tutorial about text editors. #2
Comments
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 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. |
Entschuldige, das drunter/drüber bezog sich auf Verzeichnisse. Dann nehme ich das in den ersten Teil hinein (also den allgemeinen). |
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: