23rd July 2019

xbEdHideLight is a spin-off from xbFootnoteTag which provides the facility to highlight or hide text in the editor (TinyMCE or JCE) WYSIWYG view whilst having no effect on the front end article display.
I find Highlighting is useful for marking sections of text that need revision or updating later, and I use Hiding to conceal long shortcodes that clutter up the edit view once they are working.
15th July 2019

xbFootnoteTag was originally created to assist with creating and maintaining references, or other recurring snippets of information in articles. As well as generating conventional footnotes (linked by either a number or a citation title) since we are in a hypertext environment it makes sense to provide an option to have the reference appear as a popover either instead of or as well as a footnote (footnotes work better if the article gets printed).
23rd June 2019

Joomla JHtml::string.truncate() function has a couple of minor but annoying bugs. See previous article TruncString Bugs and blog post for details. The new System Plugin xbTruncString provides an override for only this function rather than having to override the entire string.php library code (eg by using the mvcoverride plugin) and then maintain it when any part is updated in the core.
Function declaration:
public static function truncate($text, $length = 0, $noSplit = true, $allowHtml = true)
4th January 2019

The Joomla editor extension plugin TipPop Button provides a quick and easy way of inserting Tooltips and Popovers using Bootstrap. Clicking the button brings up a dialogue that allows you to set the text and various parameters for the tip or pop. If you have text selected in the editor the tip will we wrapped around it, or you can enter the text in the dialogue.
17th February 2019

The Joomla content plugin xbAutosave allows for timed automatic saving of work whilst editing an article or triggering a save with Ctrl+s or Cmd+s keystroke.
The autosave interval can be set in seconds (minimum 30sec) and timed save and keystroke save can be enabled separately.
Autosave only works on the backend (admin) site and only when editing an article (com_content). It is disabled on a new article until you have saved manually to give you a chance to set category, status, access etc before your work-in-progress gets automatically revealed to the world!
8th December 2018

The Joomla plugin Element Button (elembtn for short) provides a quick and easy way of inserting elements into an article without having to remember the detailed syntax.
Once enabled a new button appears in the TinyMCE editor.