Mohammad, Yes, I have played with this - but I thought it increments in a session but the number is saved and continues, is not reset on reload, as the document implies. I need to recheck this.
I played with it for version control, I save the change count when I stamp it with a new version number. Thus I could determine if the tiddler has changed since the last version stamp. Actually this is a timely reminder, as this will help me with a solution I may be able to develop professionally for a client. My first ever possibility of being paid to play with TiddlyWiki. Its a more advanced method of detecting is something was modified recently. I imagine it is change count that haschanged[] uses. Regards Tony On Wednesday, January 30, 2019 at 4:07:39 AM UTC+11, Mohammad wrote: > > Tony, > Have you seen this: > > https://tiddlywiki.com/#changecount%20Macro > > --Mohammad > > On Tuesday, January 29, 2019 at 11:02:25 AM UTC+3:30, TonyM wrote: >> >> S S >> >> All I would add is don't limit them at all. Remember it is the number of >> tiddlers changed, not the number of changes to tiddlers, Perhaps we could >> invent a plugin to suggest a save and reload with a popup if the haschanged >> returned a 100 changed tiddlers?. >> >> Regards >> Tony >> >> On Tuesday, January 29, 2019 at 12:21:39 PM UTC+11, S. S. wrote: >>> >>> Here's a recent one: >>> >>> Take Thomas Elmiger's explanation of using the *haschanged* filter >>> <https://groups.google.com/forum/#!msg/tiddlywiki/GqB0apuMhiE/xE_66ooKHQAJ>, >>> >>> >>> >>> I usually don’t need state tiddlers and temporary info (often set by the >>>> system, not by the user), so I have these two installed as additional >>>> filters in my Advanced search filter collection: >>>> >>> >>> [!prefix[$:/state]!prefix[$:/temp]![$:/StoryList]![$:/HistoryList] >>> haschanged[]!sort[modified]] >>> >>> [has[modified]!prefix[$:/state]!prefix[$:/temp]!sort[modified]limit[50]] >>> >>> and then TonyM's explanation for using it as an emergency save >>> <https://groups.google.com/forum/#!msg/tiddlywiki/TDGjv2qf-eQ/xXYMp8wjHQAJ>, >>> >>> >>> >>> It is perfect for an emergency save, like list everything changed since >>>> I loaded it this morning. Export to JSON, restore from last working >>>> version >>>> and import the json. >>>> >>> >>> I imagine you will have something like this to use in the Advanced >>> Search filter tab: >>> >>> [![$:/StoryList]![$:/HistoryList]haschanged[]!sort[modified]] >>> >>> Perhaps this would not count as a "not so widely known"key thing - still >>> - interesting. >>> >>> On Monday, January 28, 2019 at 6:05:15 PM UTC+7, @TiddlyTweeter wrote: >>>> >>>> I'm interested in promoting key things in TW that are easy but not so >>>> widely known. >>>> >>>> For instance if you drag-n-drop a Tag between wiki ALL the tiddlers >>>> under that Tag can get imported. >>>> >>>> Did you know that? >>>> >>>> Do you have other hot tips? >>>> >>>> Best wishes >>>> Josiah >>>> >>> -- 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 https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/08f1d6f0-50db-4835-a0d8-03fe89804a0d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

