I have the script below that uses data from dataPlugin.
The problem is that when a value with CamelCase is entered a wikiword
is created, something i don't want.
the questions is
howto remove wikification in the tiddler
Alex
<script>
var out=DataTiddler.getData("Customise for your
organisation","Organisation");
if (out.length>0){
q1=' ("';
q2='")';
}
else {
q1='';
q2='';
}
return 'your organisation ' + q1 +out + q2
</script>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" 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/tiddlywiki?hl=en
-~----------~----~----~----~------~----~------~--~---