I just want to give a
shout out to Amin for all his recently added plugins. I have so far only tried Tinymce Custom CSS but there are a couple of others I will give time to. I suggested to him that he announce their release here but... he says he will reply to a topic – and here it is :)
🎀🫶🏻💓
Tinymce Custom CSS
I had the suggestion that doubling, or synching, css could be bypassed by – in plugin.php
Code: Select all
$file = DOMAIN_THEME_CSS.'ak.css';
$cssUrl = HTML_PATH_THEME_CSS.'ak.css';
$bootstrapUrl = DOMAIN_CORE_CSS.'bootstrap.min.css';
where ak.css is either a set of custom styles for the theme or an extraction of styles that are user specific. There is no need to load the entire style css but having to maintain parallel changes seems a bit tedious.
A really simple and useful plugin.
Main thing ... Thank you Amin