buggyj / tiddlyclip-plugin

tw plugin for tiddlyclip
MIT License
13 stars 1 forks source link

Allow field updates to be ignored. #69

Closed buggyj closed 2 years ago

buggyj commented 2 years ago

defined a global variable '%ignoreFieldsUpdate' which when true will ignore the fields update. This can be used when a tiddler is created and we want only the 'fieldsinitials' to be run.- i.e within the fieldsinitials set this var to true.

buggyj commented 2 years ago

added @#nofieldupdates which when set to the string 'true' ignores the update rules