Plugins – thanks

Post Reply
arfa
Master Bludit
Posts: 189
Joined: Tue Jul 04, 2017 4:31 am
Location: New Zealand
Has thanked: 16 times
Been thanked: 32 times

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
medicamin
Ssr. Bludit
Posts: 11
Joined: Fri Sep 15, 2023 1:24 pm
Has thanked: 2 times
Been thanked: 4 times

Thank you for your kindness.
Actually I'm writing with bludit for more than 3 years. There are some limitations, but it works great. I decided to solve some of my problems with the help of AI :D which happened to some new plugins!

Here is a list of plugins I made for bludit:
https://github.com/stars/medicamin/list ... t-plugins

And a premium plugin named Author Manager:
https://plugins.bludit.com/plugin/author-manager
About your suggestion, I will try it in my free time and post here.
Thank you again.
Post Reply