Hi Gregorio

Does that mean you have Tiddly under source control? How useful is it,
> being it's all one file?
>
> Also, I feel by the very nature of the TW architecture this isn't
> possible, but just to confirm, there's no way maintain some kind of link
> with plugins and their source? Does updating plugins literally mean keeping
> an eye on the devs communication channels and dragging over an updated file
> to my personal TiddlyWiki? There is no repo or submodule functionality to
> pull in upstream changes for plugins, right?
>

The upgrade wizard at http://tiddlywiki.com/upgrade.html automatically
upgrades all of the plugins in the TiddlyWiki library (that is, the
official plugins available on tiddlywiki.com). Rather than connecting to
GitHub to get them, the plugins are actually embedded in the upgrade.html.


> It's a shame that the ToC macro doesn't accept two tags like list-search
> does. Then I think I would have self-managing hierarchy I desire! :)
>

Actually, the core toc macro can be mildly abused so that it can accept
multiple tags at the top level.

The critical line in the toc macro that uses the tag parameter is:

<$list filter="""[tag[$tag$]!has[draft.of]$sort$]""">

So, you can actually pass multiple tags like this:

<<toc "onetag]tag[anothertag">>

Best wishes

Jeremy.


>
> Thanks for the help and all the hard work Tobias, I see you everywhere I
> look for TW documentation. haha
>
> Cheers,
> Greg.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeremy Ruston
mailto:[email protected]

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to