I'm working on a tag extension that prevents rendering of blocked output
under certain circumstances. It either does or does not use
recursiveTagParse() to do the right thing for blocks between my
<block></block> pairs. It works exactly the way I want it to, but I've got
a couple of side effects.
The biggest one is that when headers are involved, the section edit links
report "Cannot find section" when clicked. I'm not sure what to do about
that, any ideas?
The other is that I'm using FCKEditor, and as expected, selecting "Rich
edit" just shows a <special> tag where my tagged text is. It looks like
FCKEditor issues haven't been discussed for 4-5 years, but if anyone can
point out an article I haven't found yet on how to support new tags, I'd
appreciate it. In my case, I just want it to treat the tag like it wasn't
there, nothing is blocked while editing.
Any insights would be appreciated, thanks.
Sal