Plain text plus
Dec. 15th, 2005 10:38 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Brad DeLong's lament about Word leads to a bunch of people piling on modern computer interfaces and longing for simpler days.
I say what I've said before (particularly in the comments to that post): it seems to me that the ideal document-writing interface is not plain text and not WYSIWYG, but something in between that is character-based but lets you insert simple markup like bold, italics, superscripts, etc. and see some visual representation of that if you want. Something, in short, like an early 1980s word processor, or a modern blogging client's editor.
What I don't know is whether this strikes me as obviously superior because it is logically superior, or because I was introduced to writing on a computer in the age of Wordstar.
I say what I've said before (particularly in the comments to that post): it seems to me that the ideal document-writing interface is not plain text and not WYSIWYG, but something in between that is character-based but lets you insert simple markup like bold, italics, superscripts, etc. and see some visual representation of that if you want. Something, in short, like an early 1980s word processor, or a modern blogging client's editor.
What I don't know is whether this strikes me as obviously superior because it is logically superior, or because I was introduced to writing on a computer in the age of Wordstar.
no subject
Date: 2005-12-15 08:19 pm (UTC)But then, when I want to print the notes, I wish Word weren't WYSIWIG, because I want to print them at 8 point in two columns, and trying to navigate a two-column document using the keyboard in Word is (as far as I've discovered) impossible.
no subject
Date: 2005-12-15 08:32 pm (UTC)For Windows and Mac!
I see a great need.
no subject
Date: 2005-12-15 08:51 pm (UTC)In a sense they do already exist; there are any number of notepad-type applications that do something like this, but they're usually optimized for jotting quick notes rather than heavy-duty document writing. I'd actually want it to be a fairly full-featured word processor in some senses, with rich footnote/endnote support, maybe inline figures, table-of-contents generation, etc. Just don't force me to type into a representation of the formatted page so I have to see the margins and page breaks and pull tricks just to avoid looking at a proportional font while I type (I want to be able to see how many spaces I put in). The print preview could be a separate thing.
no subject
Date: 2005-12-15 09:12 pm (UTC)Something generalized from Markdown would be phenomenal as a stand-alone editor, i think -- have a "code view" and a "display view" as if it were HTML, but marked up as rich text instead.
no subject
Date: 2005-12-15 09:14 pm (UTC)no subject
Date: 2005-12-15 09:23 pm (UTC)It's possible that MediaWiki has already beaten everyone else to the punch because of the popularity of Wikipedia. I'm now more familiar with the details of MediaWiki than with Markdown, though Markdown has the great advantage of being much closer to the informal quasi-markup I use when writing plain-text documents for human eyes.
no subject
Date: 2005-12-16 06:19 am (UTC)no subject
Date: 2005-12-16 06:46 am (UTC)I guess what I miss is the two open at once, you can preview in the wiki stuff, but not see what the marking is doing while you edit.
And that's WP for DOS, not windows, in the ideal world.
no subject
Date: 2005-12-16 06:49 am (UTC)no subject
Date: 2005-12-16 06:54 am (UTC)XJournal's HTML Preview window auto-updates while the HTML codes remain visible in the actual edit window. But HTML, while OK for many purposes, isn't ideal as a human-readable code display; something more succinct like wikitext or Markdown would be better. (NOT phpBB's weird markup, which is about as verbose as HTML but harder to use because of the editor's "helpful" interventions.)