←back to thread

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