←back to thread

143 points sathishmanohar | 4 comments | | HN request time: 0.594s | source
Show context
chankstein38 ◴[] No.35530862[source]
So what actually is this? Reading through it, the description sounds like it's basically notepad? Why would I use this instead of notepad except for some sort of aesthetic of working in the terminal?
replies(3): >>35530923 #>>35530957 #>>35531628 #
LeoPanthera ◴[] No.35531628[source]
It’s a word processor. Notepad is a text editor. They are not the same thing.

https://en.wikipedia.org/wiki/Word_processor

I think a lot of people have forgotten that “word processors” were originally mechanical devices, and then electrical and electronic devices, before ultimately becoming software.

replies(2): >>35531742 #>>35545107 #
c-smile ◴[] No.35531742[source]
It is not a word processor in common sense.

Difference between Word Processor and text editor is in WYSIWYG mode of operation. At least for most of people.

Like my Sciter.Notes (https://notes.sciter.com) has better chances to be named as Word Processor as its primary mode is WYSIWYG. It also supports WordGrinder alike mode (Markdown editing) so users can chose what mode is more suitable for particular document type.

replies(5): >>35532037 #>>35532544 #>>35532644 #>>35536533 #>>35546528 #
dragonwriter ◴[] No.35532644[source]
> Difference between Word Processor and text editor is in WYSIWYG mode of operation.

<graybeard> No, that's the difference between a page layout system and a word processor. </graybeard>

More seriously, word processor is to the tuple (natural language, text editor) as IDE is to the tuple (programming language, text editor). WYSIWYG is a (very, now) common feature of word processors like visual designers are a common feature of an GUI development focussed IDEs, but its not the definition of the category.

replies(1): >>35533635 #
1. c-smile ◴[] No.35533635[source]
Encyclopedia Britannica:

> word processor, computer program used to write and revise documents, compose the layout of the text, and preview on a computer monitor how the printed copy will appear. The last capability is known as “what you see is what you get” (WYSIWYG; pronounced wi-zē-wig).

and

> Before word processors were available, text-editing programs offered the basic editing capabilities of word processing but without WYSIWYG. WYSIWYG depends on high-resolution bit-mapped computer graphics displays.

So encyclopaedical definition of WP puts WYSIWYG as definitive characteristic of WP from TE.

replies(3): >>35533864 #>>35534632 #>>35536568 #
2. blahedo ◴[] No.35533864[source]
I'm not sure what to say here other than this statement is demonstrably false:

"Before word processors were available, text-editing programs offered the basic editing capabilities of word processing but without WYSIWYG."

There are many, many, many of us who not only have heard of but actually once used word processors—programs or even devices that were called "word processors" as such—years before GUI, WYSIWYG word processors came on the scene.

This is the article you're referencing:

https://www.britannica.com/technology/word-processor

but the corresponding Wikipedia pages have more of the history of word processing, and an image search for "word processor" will turn up plennnnnnnty of images of things that are emphatically not WYSIWYG.

3. cameldrv ◴[] No.35534632[source]
This isn’t right. Programs like Wordstar and WordPerfect (4.2 and earlier) were text mode only. What distinguishes them from text editors are things like default word wrap, spell check, footnotes, page numbers, and printer interfaces.

When the Mac (and later Windows) came out, desktop publishing became mainstream, with WYSIWIG fonts and graphics and fancy configurable layout.

For a little while in the early nineties, I remember the press talking about some programs like MS Word for Windows as being “Word Publishing”, in that they were word processors with some of the features of desktop publishing software.

4. coldtea ◴[] No.35536568[source]
Well, they are wrong then, aren't they?

Of course it's 2023, and Encyclopedia Britannica is not exactly in its best years, or the best source for canonical IT information.

Unlike Encyclopedia Britannica editors, here we have people who wrote, sold, and have used word processors without WYSIWYG in the 80s and even 90s, and they were absolutely known as word processors. In fact the first WYSIWYG offering ones, were often called "WYSIWYG word processors" to differentiate them.

Not that "and preview on a computer monitor how the printed copy will appear" is not what you think it is, in other words, it's not live "WYSIWYG" mode, MS Word-style. It also describes the mere ability to preview a rendering of the final page (as will be printed), while you do your layout in another mode. Kind of like Markdown preview today.