• Captain Aggravated@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 hours ago

    In the 20th century I’d expect something that can open, edit and save plaintext files. But we’re 1/4th of the way into the 21st century.

    I find I have two uses for a plaintext editor: plaintext, and computer script. I don’t like using rich text editors like Word for writing notes and such because the formatting options just get in the way; plaintext lets me “just write.” And for this, there’s very little automation that will be helpful.

    In the Linux ecosystem, plaintext editors are all trying so hard to be IDEs. They’ll close parentheses or quotes or whatever for you, and if you’re doing something like 15" to mean fifteen inches you’ll get two, you’ll hit backspace and it’ll take both away…it doesn’t help.

    If I’m programming anything of any size I’m going to open an IDE, probably because I’m working within some ecosystem. If I’m writing a couple lines of Bash I’ll probably use Vim. So I’d rather tune my plaintext editor to write actual .txt files, as prose.

      • Captain Aggravated@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        ·
        4 hours ago

        That would fall under “computer script.”

        I am either:

        • Writing in plain human English, in which case I need a PLAIN TEXT editor. Maybe I want spell check and stuff like that in it.
        • Writing computer code, for which I’ll use a code editor or IDE. Maybe I want syntax highlighting and bracket closing and auto indent here.