On Saturday, March 3, 2018 at 10:48:14 AM UTC+1, Joe Armstrong wrote:
I want to write protect a tiddler - is this possible - so I cannot accidently change it
is this possible?
Hmmm,
IMO it's just an UI problem.
We are in javascript-world, where it's very hard to protect anything. ... So technically - it would be hard.
Practically, we can easily change the UI, if a tiddler eg: has a special tag or field.
So it will be easy to remove the "edit" button, if a tiddler has a field named eg: protected: yes
On the other hand, an editor / owner would need to have a UI, that doesn't care about the "protected" info, to be able to edit the stuff again.
It would be also possible to use every other field, that contains info, we can use to manipulate the UI.
have fun!
mario