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
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
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
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@
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