I wasn't aware there was two different TiddlyWiki groups I sasspect this 
question would be more suited for the TiddlyWikiDev than.

The contest is I am trying to add a button at the end of each item in the 
treeplugin by MarkS: http://treeview.tiddlyspot.com/

No macro syntax of any kind has ever seemed to work no matter what I try, I 
figure that is the case due to the fact the list of nodes is 
made dynamically and there by passes the normal wikify system.

I am still just barely self-learning javascript so I'm not the best at 
figuring out what I'm suppose to be looking for, but I have tried every 
combination of anything I can find to to do this, the above example was 
just the simplest one I could think of to get the idea of what I need to 
do, which is make new tiddlers with defined title and a single tag via an 
onclick linked text event. 

This old post 
here: 
https://groups.google.com/forum/?fromgroups=#!searchin/tiddlywiki/newtiddler$20url/tiddlywiki/En4VlH-HXM0/y0JGY4C1NUIJ
Seems to show that it is possible to pass this information in this manner 
however I don't know enough JS to actually figure out how to apply it to a 
local event rather than a startup URL.



On Monday, February 4, 2013 1:02:34 AM UTC-8, Tobias Beer wrote:
>
> Hi Arc,
>
> Can you give us some context?
>
> Are you, for example, trying to write a plugin? If you are, maybe the 
> TiddlyWikiDev group would be the better place to discuss. What else do 
> you need to do with your link variable ah? 
>
> What does your custom link require that the core "newTiddler" macro does 
> not provide?
> http://macros.tiddlyspace.com/#%5B%5BnewTiddler%20macro%5D%5D
>
> Where exactly are you stuck? Perhaps you need to reference..
> config.macros.newTiddler.onClickNewTiddler
> instead of just
> onClickNewTiddler
> ?
>
> Seems to me that the core already does provide for:
> * title
> * access key
> * focus
> * tag
> * field
> * template
>
> ...for example:
>
> <<newTiddler 
>    label:"Any Work Project Comms" 
>    title:"Project Comms" 
>    text:{{store.getTiddlerText(".newProjectTaskContent")}}
>    tag:".projectTask"
>    tag:"=comms"
>    tag:"=place"
>    tag:":work"
>    template:.taskEditNewTemplate
> >>
>
> ...as posted here:
>
>
> https://groups.google.com/forum/?fromgroups=#!searchin/tiddlywiki/%22newtiddler$20macro%22/tiddlywiki/zaxprfVbNOc/cOBxQTC74fgJ
>
> 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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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