| [reply] |
No, no! How can I verify how nice my tables, fonts, and
colors look without a WYSIWYG HTML editor??
But seriously, the amount of HTML in a good PerlMonks
posting is quite small so I concur with the recommendation
of using a generic text editor.
Then you can cut'n'paste then Preview to see if you made
any formatting typos.
-
tye
(but my friends call me "Tye")
| [reply] |
I know where you're coming from and I have certainly thought having the ability to save a draft would be nice, but not that significant. I suspect that you would find this feature more useful than some others because your posts tend to be longer and more detailed, hence making the ability to save a draft more valuable.
However, I'm not sure that the benefit is great enough. I use <BR>, <P>, <blockquote>, <EM>, and lists. That really is all that I need. However, if you think about it, this really isn't HTML. vroom has created a markup language that is similar to HTML (and generally uses the browser's ability to parse it). There are so many non-standard elements that I think it's a different markup language and helpful to think of it that way:
- <READMORE>
- <CODE> (which unfortunately is the same name as an HTML tag)
- [cpan://CGI|use it or else]
- [Ovid|some guy's home node]
If I look at it in that light, I might think "the similarity to HTML makes it easier to learn." If I think of it as HTML, I might get irritated that it's non-standard. It's a matter of looking at the glass as half-full or half-empty (or twice as large as it needs to be).
I recall that abigail had similar complaints.
Cheers,
Ovid
Join the Perlmonks Setiathome Group or just click on the the link and check out our stats. | [reply] |
I've seen others complain about the instability of Netscape, but I've never had much problems with my browser
except that the HTML textfield input does not have a search/replace facility. I regularly paste the text over
to notepad.exe or proton for my larger posts.
On the other side, I feel that there should never be any problem with Perlmonks not honoring the CODE tags, as there is absolutely no need to use a HTML editor that inserts tags without your knowledge. Simply markup all code with <CODE> tags, and put each paragraph in
<p> tags and you're all set. Any further adornement of your node will detract from the content of your node, and this is not www.designermonks.org but www.perlmonks.org.
| [reply] |
| [reply] |