Jon Stovell
Jon Stovell
I don't understand what the issue is here. We already have full support for deferred, asynchronous, and standard loading of JavaScript files, and for deferred and standard loading of inline...
Now I think I understand. It seems like the previously unstated presupposition here is that we should make it a goal to defer loading all our JavaScript. That is a...
Agreed
Like all things related to the theme, this belongs in the Alpha 3 milestone.
> The styles option could be turned into an array so it allows to load multiple files, or pass the _$context['css_files']_, and then we could move the content of jquery.sceditor.default.css...
It wouldn't be ideal, but perhaps we could use [SCEditor's `css()` method](https://www.sceditor.com/api/sceditor/css/) to add the extra CSS inline. We'd have to get the contents of the CSS files in PHP...
That's a well thought out plan, @sbulen. I like it. It should take care of the needs of theme authors very well. There is one thing I would add to...
This is an important issue, and addressing it will require fairly extensive changes to the theme files. Since the development policy for SMF is that the default theme should remain...
> I'm sure there are some helpful things doable in 2.1.x. E.g., the forum request referenced above is only for an aria label on the editor. Yes, I suppose just...
You are correct in all three cases. Please submit a PR for them.