How do you do it?Filed Under: Readers
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:
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.
- Permalink
- Andrew Rickmann
- 18 Dec 2007 1:05 PM
- Comments (7)
December 18th, 2007 at 1:49 pm
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.
December 18th, 2007 at 2:18 pm
I use both alternately.
I have noticed though, that a javascript conflict in a plugin will knock that RTE right off.
December 18th, 2007 at 2:32 pm
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.
December 18th, 2007 at 6:51 pm
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.
December 21st, 2007 at 2:45 pm
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…
December 21st, 2007 at 3:47 pm
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
December 22nd, 2007 at 8:18 am
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