action-createtiddler.js doesn't allow inheriting
As it seems, action-createtiddler.js doesn't allow reusing it, for insteance, to create a derived action-ensuretiddler.js that would create a tiddler only if it doesn't already exist. At the moment, inheriting seems to fail because the constructor always calls this.initialize unconditionally. For inheriting, it would be necessary to guard the call to this.initialize in the same way as in the base widget.js widget class.
Hi @TheDiveO good point. If we're going to fix it we should do so for all of the core widgets.
...oh well! ;)
Hi @TheDiveO are you able to make. PR?
Unfortunately not, as I've moved away from TW development.
Unfortunately not, as I've moved away from TW development.
Hi @thediveo thanks for your contributions over the years, and we wish you well.