[twdev] Re: Issue: Make TW plugins TiddlySpace aware

2011-06-30 Thread PMario
On Jun 30, 8:55 am, rakugo wrote: > Hi pmario, > I'm not entirely sure what you are trying to achieve here, > but you shouldn't need to delete field values I also thought so, that's why this post exists. > If you are just trying to get a tiddler to save you need to run > merge(tiddler.fields, con

Re: [twdev] Re: Can the tag macro be filtered

2011-06-30 Thread Arlen Beiler
Could someone explain what TiddlyWiki.prototype.filterTiddlers = function(filter) does? On Thu, Jun 30, 2011 at 10:33 AM, rakugo wrote: > As far as I know - no. > Might be worth asking in the TiddlyWiki group to see if anyone has a > way of doing this. I would be unsurprised if someone has done

[twdev] Re: Can the tag macro be filtered

2011-06-30 Thread rakugo
As far as I know - no. Might be worth asking in the TiddlyWiki group to see if anyone has a way of doing this. I would be unsurprised if someone has done this before! :) Best wishes Jon On Jun 30, 3:22 pm, Arlen Beiler wrote: > Hi, I want to use the tag macro to display a list of all tags that a

[twdev] Can the tag macro be filtered

2011-06-30 Thread Arlen Beiler
Hi, I want to use the tag macro to display a list of all tags that are have a certain two tags (e.g. Bread & Butter). Is there a way to do this? -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To post to this group, send email to tiddlywikidev@

[twdev] Re: Issue: Make TW plugins TiddlySpace aware

2011-06-30 Thread rakugo
Hi pmario, I'm not entirely sure what you are trying to achieve here, but you shouldn't need to delete field values If you are just trying to get a tiddler to save you need to run merge(tiddler.fields, config.defaultCustomFields); Note if a save is throwing an error, it is likely to be one of two