Hi,
I am in the process of putting together my first plugin - it can add two new fields to a regular content tiddler that a user has written.
Is there any kind of ‘name space’ convention in the naming of new tiddler fields so that plugins do not clash?
For instance I use a ratings plugin that assigns a rating 1 to 5 stars on a tiddler, a measure of the perceived value of the tiddler - that stores the rating in a field called ‘rating’ - it is conceivable if I was unaware I might also choose to name on of my new fields ‘rating’.
Are there any measures to ensure no name clashes on tiddler fields?
My new tiddler fields are named interval3 and last-reviewed3 - the trailing number probably makes a clash unlikely, I might add another trailing digit.