On Wed, Feb 4, 2009 at 12:15 AM, David Sevilla <[email protected]> wrote:
> > > > - Change what appears in a tiddler depending on wether it has a > certain tag. Example: if tiddler is tagged "Document" then display a > drop down of all possible document types, to choose one from (no real hideWhenPlugin does this type of thing. It is used a lot in MonkeyGTD. http://mptw.tiddlyspot.com/#HideWhenPlugin > > . This seems to be enough to add/remove elements, but I don't see how > to get a complicated element like a dropdown menu whose entries are > programmatically generated from tiddler titles (all tiddlers tagged > "DocType") or from tiddler contents (the contents of "DocType" could > be [[DT1]] [[DT2]] [[DT3]]). Advice welcome! <<tag Project>> or the same thing in a ViewTemplate would be: <span macro="tag Project"></span> (but I think you want something a little more complex perhaps). > > > - Add/remove tags automatically depending on the choice in the menu. You could try toggleTagPlugin for very basic set/clear a tag. http://mptw.tiddlyspot.com/#ToggleTagPlugin > > > Any suggestions appreciated. You should probably subscribe to the TiddlyWiki groups where these kind of things are discussed. Simon. -- [email protected] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GTD 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/GTD-TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---
