php markdown
For the past week or so I have been investigating the possibility of creating a WYSIWYG editor that actually produced php markdown code, as opposed to mark up. After reviewing the situation, and comments by others, I believe that although this may be possible - it is certainly beyond my limited javascript skills.
Now you may ask why on earth would anyone want that? After all it is a fair question. The problem with current WYSIWYG editors is that they rely on javascript. If javascript is turned off, what do you get? yep loads of markup. However a lot of end users don’t want to see that, or get scared at the very mention of it. Plus the fact that they tend to produce sloppy coding, even from the better ones out there.
So the next best thing is to produce a tool bar that can insert the php markdown syntax. Now although this can give rise to more errors I feel justified in creating such a beast. Or rather adapting an existing script to fit my, and hopefully others, needs.
I have already started on this project, and if anyone is interested in the end result please let me know, and perhaps I’ll put the work in progress on public view.
Posted: April 3rd, 2006 at 6:32 am →
Editable Accesskeys…
Accesskeys are a very nice mechanism for making your website more accessible. You can define a set of keyboard shortcuts……
Posted: April 3rd, 2006 at 6:42 am →
New AccessKeys.js…
A while back, I unveiled a Javascript trick for making accesskey keybindings editable by the user. Rich Pedley noticed a……
Posted: April 26th, 2006 at 10:50 am →
[...] This post is a follow up to php markdown originally posted on the 29th March 2006. [...]