Skip to content
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

Open
heyLu opened this issue May 27, 2014 · 3 comments
Open

A tutorial about text editors. #2

heyLu opened this issue May 27, 2014 · 3 comments
Assignees

Comments

@heyLu
Copy link
Member

heyLu commented May 27, 2014

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))
@MarlaStromponsky
Copy link
Member

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?

@heyLu
Copy link
Member Author

heyLu commented Jun 5, 2014

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.

@MarlaStromponsky
Copy link
Member

Entschuldige, das drunter/drüber bezog sich auf Verzeichnisse. Dann nehme ich das in den ersten Teil hinein (also den allgemeinen).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants