Initial implementation of TagCloud
GitHub repo @ https://github.com/MichaelPaulukonis/pmwiki-list-categories
In case things change, as of now, the output above looked like this initially:

Then this, after using the SDV
configs, above:

integration into sidebar
(:listcategories sized .* :)
(:divend:)
[[<<]]
uses the following css that was added to bootstrap-fluid\css\pmwiki.css
label
-anything. So, what this does, I don't remember.What could I have been doing? Some other experiment?
div.list-cat .label {
margin-right: 4px;
margin-bottom: 2px;
padding-bottom: 0px;
float: left;
}
config.php
integration
SDV($ListCategories_SortSizedList, true); // sort tags in the tag cloud alphabetically?
SDV($ListCategories_SortSimpleList, true); // sort tags in the simple list alphabetically?
include_once("$FarmD/cookbook/listcategories.php");
Markdown conflict
TODO: figure out the Markdown bug.
Recent Comments