Shiraz is a small framework to extend the Tiddlywiki basic features. It has a wealth of macros, styles, tools, etc.
There was complain that, Shiraz has too many features and one may not need all of them, so I thought developing subplugins allow users to select among different feature sets and install the ones they like.
Here I am developing a sub plugin to add editor toolbar for some basic text formatting like
- text color
- text background color (highlight text)
- change case
- to lowercase (this is a test)
- to upper case (THIS IS A TEST)
- to letter case (This Is A Test)
Here is a screenshot
The plugin will be published soon. Stay tuned!
Side note: All kookma plugins are in pure wikitext, except Commander and Refnotes (each uses a simple JS macro).