Perhaps you are more likely to get responses in theTiddlyWiki dev group.

>From my perspective this group is getting full of Development requests.

Surely it does not matter if the script still runs. Often a reason to
reference a script from another tiddler perhaps.

TonyM

If you have not found an easy way to do it with TiddlyWiki, you have missed
something.
www.tiddlywiki.com



On Tue, Nov 10, 2009 at 00:02, Alex Hough <[email protected]> wrote:

>
>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to