Hi again, Secret-HQ,

Instead of rendering the template text itself into a div with...

createTiddlyElement(place,div,divId,class,template);


...you would rather create the element and then wikify the template
into it...

wikify(
template,
createTiddlyElement(place,div,divId,class)
);


As for the section in your plugin, I would put it this way if you
didn't want to see it in your rendered macro...

/***
/%
!OutputTemplate
<html><form>form-contents</form></html>
!EndTemplate%/
***/


As for the one on pastebin... did you get it to work for you? It does
what you want your  <<characterCounter>> to do... only just it's
called chrCount and requires you to somewhat specify the element for
which you want to count the text-length.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to