Hi,
I have just pushed the source code to the Tinka plugin to github and
included a license (MIT license), which hopefully makes it ready to use
and modify for anyone interested in the future. You can find the
repository at
https://github.com/TinkaPlugin/Tinka and an introductory
wiki with the typical TW install option at
https://tinkaplugin.github.io/.
In addition to making it more available, I am also calling this version
"0.3.0" since I have made the following changes:
* Packaging success now produces a modal that actively reminds the user
to refresh the wiki.
* The search tab state is now kept in a temporary system tiddler.
* Added warning when repackaging themes that are not active.
* The 'Help Tab' functionality is now also available for plugins that do
not follow the `$:/plugins/...` naming convention. In particular this
applies to themes and core plugins.
* Fixed wrong headings for some modal dialogs.
* Older action widgets remodeled to use the (new) CommonAction widget as
a base.
* Fixed error check that prevented users to enter a minimal core version
dependency when creating a new plugin.
/Andreas