Hi Cmari, > Tiddlers don't show up as "modified" if one makes a change to the > value of a custom field (and no other changes). > Is there any way to find tiddlers in which field values have recently > been changed?
I use FieldsEditorPlugin. The first time a custom field of a tiddler is added or changed a 'changecount' custom field is added with the number 1 (as with regular editing), with each additional change to any field this number is raised. Therefore you could use a ForEachTiddler call including all tiddlers with the custom field 'changecount'. And from time to time delete all changecount custom fields with 'Reset tiddler change counters..' bookmarklet by TiddlyTools. Regards.. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "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/tiddlywiki?hl=en -~----------~----~----~----~------~----~------~--~---

