December 18, 2007
A few days ago I released a plugin that caused a problem for a few people that used it. It turned off the WYSIWYG editor in the post screen. I haven’t been able to replicate the problem, and I hope my update resolved it, but aside from this it gave me a pretty healthy reminder that people use tools in different ways.
When I write my posts I type the HTML manually. In fact I often write in Notepad first and just paste it in. Apart from my first few posts I have never used any WYSIWYG editor; I have probably been conditioned to think in code and so the editors just don’t do it for me.
This means it is easy for me to forget that the option even exists.
I would like you to tell me how you write your posts. The poll is below:
[poll=3]
If you have established a particular workflow, e.g. write in notepad then paste in, then it would be cool to share it with the class.
Thank you.
Updating Code Snippets Here
no comment
page 1338
Updating Code Snippets Here
no comment
page 1338
Updating Code Snippets Here
no comment
page 1338
Updating Code Snippets Here
no comment
page 1338
Updating Code Snippets Here
no comment
page 1338
Html 5 Gallery
6 comments
page 1305
Creating Custom Urls
6 comments
page 80
Wordpress Chat
3 comments
page 1308
Six Million Ways To Die Choose One
14 comments
page 1128
Post Image The Easy Peasy Way
26 comments
page 1065
Quick N Dirty Admin Login Screen
no comment
page 128
Html 5 Gallery
6 comments
page 1305
Post Image The Easy Peasy Way
26 comments
page 1065
Html 5 Gallery
6 comments
page 1305
Updating Code Snippets Here
no comment
page 1338
Using Your Own Url Shortener
4 comments
page 1190
Updating Code Snippets Here
no comment
page 1338
Updating Code Snippets Here
no comment
page 1338
Updating Code Snippets Here
no comment
page 1338
Wpunlimited The Ultimate Wordpress Theme
3 comments
page 1141
Html 5 Gallery
6 comments
page 1305
Post Image The Easy Peasy Way
26 comments
page 1065
Updating Code Snippets Here
no comment
page 1338
Does Wordpress Need A Search Function Any More
11 comments
page 610
Using Your Own Url Shortener
4 comments
page 1190
Html 5 Gallery
6 comments
page 1305
Post Image The Easy Peasy Way
26 comments
page 1065
Wordpress 25 Exif Fields
12 comments
page 230
Are Child Themes The Best Option
15 comments
page 1262
1 query every 1773 seconds, updated 1 seconds ago.
(__)
`
Albuquerque Homes
I am used to coding by hand in DW and my husband uses DW in both design and code mode. We have templates for different posts stored in DW now and edit as needed. Saves us both a ton of time. I have to disable the rich editor as I embed photo shows that don’t work otherwise. – Ashley
(__)
`
Iva
The first thing I do when I install WP somewhere is disable the rich text editor, the only thing I need are some XTHML shortcuts and the possibility to wrap a tag around what I’d written…I guess I’m simple.
By the way, I love it how the text field I’m writing in changes colour when I write in it, in not such a usual fashion :)
(__)
`
Danny
I know some people are big fans of Live Writer for posting. I keep meaning to try it, but have never gotten around to it. I don’t use the WYSIWYG either…
(__)
`
Andrew Rickmann
Christoph, you are definitely right about the testing. It was a lapse on my part that it didn’t occur to me. Andrea makes a good point, I think it is important to compartmentalise code so that it only acts when it is needed.
Di, I feel the same. I just don’t feel in control when something else is writing my code for me.
(__)
`
Di
I tend to disable the Tiny MCE for my own blog, being a designer I don’t like the code some editors produce. That said Tiny is better for that than FCK. God I hated the rubbish that put out. Unfortunately I don’t have the option to disable the editor for client sites.
(__)
`
andrea_r
I use both alternately. :)
I have noticed though, that a javascript conflict in a plugin will knock that RTE right off.
(__)
`
Christoph Voigt
For compatibilities sake TinyMCE and the built in “code” view should always be supported and tested against. FCKEditor isn’t supported by most plugins and writing in textile might be nice to be able to copy&paste between different applications/blogs, but is rarely used in WordPress.