←back to thread

143 points sathishmanohar | 1 comments | | HN request time: 0s | 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 #
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 #
1. 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.