Hi, I would like to implement a custom formatter which searches for
images and then displays all previous text paragraphs as layers
(nested divs with position:relative) on top of the image, keeping all
other wiki rendering of the text intact. I plan to use this to create
accessible speech bubbles for cheapish webcomics. :)

Do you have any suggestions to that? I think I'd either have to first
call the standard formatter and then rearrange the dom, or first build
up the layer structure and then call the standard formatter for every
paragraph. I'd probably also need to specify some flag that marks
tiddlers that my custom formatter should apply to.

I'm fairly new to TiddlyWiki development, so could you maybe point me
to a good example for custom formatters that are mixed up with
standard formatting? Or does something like this already exist
somewhere on tiddlyforge?

All input will be much appreciated. Many thanks in advance!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWikiDev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to