HoffmannTom
HoffmannTom
Hello, the new version 1.11.0 contains the shutdown option.
Font style also includes bold, italic, etc. See CSS documentation https://developer.mozilla.org/en-US/docs/Web/CSS/font-style Font style is not only the font itself.
The ampersand is a special character that signals a new parameter (at least in the URL). I guess there is either an issue with escaping or on the server-side reading....
Looking at the settings.js, there isn't any attribute with the name fontSizeUnit or fontSize. @GreenStorm Are these two parameters documented somewhere? Either it is a bug in the documentation or...
@GreenStorm Thanks for the link! It works as documented. Having a method to set the fontSize doesn't automatically imply, that you can use the same string as an initialization parameter....
The execCommand is also deprecated: https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand?retiredLocale=de I also experienced different behavior of execCommand in different browsers.
@magutodev I made a simpler example and it worked in my case. Do you use the current develop version? Which browser and OS do you use? Maybe you can paste...
Hello, the users should at least reboot once a month to install updates. I don't think that this feature has many applications and requests. I will leave it open for...
Yes, I also saw this issue among the ul/ol issues. Still working on it.