I can't seem to find a lot of documentation on this "wikify" fucntion but 
what I have found doesn't sound promising and any way I try it, it doesn't 
seem to be able to actually do what I would like done.
Really I'm not trying to rebuild internals I'm just trying to figure out 
how to call them differently.
I guess a good way to show you what I'm doing is to show you how I have the 
TiddlerLink function Eric gave me in the code:
   
var op ="<a href=\"javascript:;\" onclick=\"return 
onclickTiddlerLink(event)\" title=\"test\" class=\"tiddlyLink 
tiddlyLinkExisting\" refresh=\"link\" tiddlylink=\"" + tagname +"\">O</a>" ;

The point here is simply making the tiddler links open-able with an O that 
shows up at the end of each dynamical made list item, so that I don't have 
to click on the items themselves as any that are folder nodes will 
expand/collapse that branch + Open the tiddler if you do. (which I plan to 
skin better later and not leave as a simple O)
 
Now I want to make a + next to that O that allows me to make a newTiddler 
with a predefined tag that equals  the "tagname" var as well which in this 
script equals the name of the tiddler similar to the newHere plugin but 
directly in the list without having to open the tiddler I want to make a 
new child for.


On Thursday, January 31, 2013 12:18:39 AM UTC-8, Tobias Beer wrote:
>
> Have you tried using the wikify function in said plugin?
>
> wikify(what,where);
>
> what represents the TW markup you want to render and where the dom node 
> to which you want it appended.
>
> That will make things a lot easier compared to rebuilding tw internals.
>
> Cheers, Tobias.
>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to