Hi Mike,
> I think I am using the text variable wrong. . . (or I am not
> understanding the usage)
> also how do I limit the script to the desired section? (more than one
> section in the tiddler)
The function to use is:
store.getTiddlerText('TiddlerName##SectionName');
see TiddlyWiki.org for more: [1][2]
The problem with TW.org is, that there are not enough example
programs. (OT: please don't flame me. I know, that I have write access
there. But I have to say. I like TW wiki-syntax. But I hate the
one .org is using. end-OT) Thats why you have to look to other plugin
sources, and look how it is used there. That's the way. I also have a
lookt at insideTW [3] to get up to date info from the core. Because
there are links to the source repository.
I did set up a little "TeamWork" experiment at tiddlyHoster [4]. I
think, it is not effective, to test something on my lokal TW. Copy/
Paste it into the list, which most of the times does some unwanted
linebreaks. You copy it from the list to your lokal TW. Fix the
linebreaks and test again. ...
Hoster has the possibility to have protected and public bags. At
protected bags I can write something, that is usable and readable, but
only editable by me. Public can be edited by everyone, which is logged
in as a member.
Have a look at TeamWork [4]
*TeamPubMp is protected
*TempPub is public
I did some changes! look at link [4].
>
> Missing something obvious. . .
>
> Mike
============
If you could set up a protected hoster / bag with your project source
and your plugins. I think it could be fun. And may be some others
could jump in too ..
For editing public the TeamPub will be used automatically.
regards Mario
[1]
http://tiddlywiki.org/wiki/Dev:Core_Code_Overview
[2]
http://tiddlywiki.org/wiki/Dev:TiddlyWiki_Class
[3]
http://www.tiddlytools.com/insideTW/
[4]
http://hoster.peermore.com/recipes/TeamWork/tiddlers.wiki#TestScript