Twitist Forums
what is rich text editor, plain text editor, and markdown mean? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Other forums (/forum-31.html)
+--- Forum: General Internet related Qustions (/forum-32.html)
+--- Thread: what is rich text editor, plain text editor, and markdown mean? (/thread-161167.html)



what is rich text editor, plain text editor, and markdown mean? - Snow - 06-02-2014 11:47 AM

so i was changing some settings on my tumblr and i noticed the Text Editor part at the bottom of the Dashboard section. It was set to Rich text editor already.. does anyone know what these do??


- anonymous - 06-02-2014 11:56 AM

Normally rich editor makes it so that you can color text (or it does it automatically). This is especially handy in coding (though i don't know if this applies to tumblr). Plain text is just letters, sizes and formats. I don't really know what markdown means but I suppose you can make notes and mark text or something.


- Zarn - 06-02-2014 11:58 AM

Rich text editor means that it accepts (and shows) directly coding for bold face, italics, underline, and so on - similar to the formatting that is possible in the RTF file type, Rich Text Format. http://en.wikipedia.org/wiki/Rich_Text_Format

Plain text editor means that it accepts only ASCII symbols (or only Unicode symbols), which would mean that if you were writing HTML and were formatting text to be bold, you'd see the code field itself meaning where bold text started and stopped, rather than actual bold text (which the Rich text editor would show).

Markdown is a quickie form of giving formatting instructions in the text; it's a play on the "markup" part in HTML (HyperText MarkupLanguage). http://en.wikipedia.org/wiki/Markdown