Jarek Foksa

Results 31 comments of Jarek Foksa

Actually, dynamic theme switching could be implemented without these APIs (as it was done in earlier versions of Xel), but it would be much slower.

The JS API for theme switching is not currently documented, you can use it like this: ```js import Xel from "/node_modules/xel/xel.js"; Xel.theme = "/themes/adwaita.css"; ```

It would still require many adjustments. I would rather prefer to wait for Apple to implement the missing APIs or write a polyfill for them.

I have removed the `` element because it was impossible to fully imitate the behavior of native tabs on the client side. I'm also no longer using custom tabs in...

Proper integration with HTML `` element is not implemented yet. It looks like [the necessary APIs](https://docs.google.com/document/d/1JO8puctCSpW-ZYGU8lF-h4FWRIDQNDVexzHoOQ2iQmY/edit?pli=1#) were added to Chromium just recently.

I'm planning to implement all themes listed on https://boxy-svg.com/ideas/90/preferences-theme-setting next year. Flat theme is not my top priority currently.

This doesn't look right to me. When the text is too long to fit inside the widget then it should be trimmed with an ellipsis or split into multiple lines....

This widget will have to be reimplemented from scratch as there are way too many issues with it. For example it is not possible to move the cursor between tags....

I'm not sure when it will be implemented, please use standard table element for now.

I can reproduce this issue with TipTap 2.0.3 on Safari 16.5 when I place the editor inside a custom element with a closed shadow root. Opening the shadow root on...