Renan Stigliani
Renan Stigliani
After the editor has been created, I need to pass new functions to custom buttons on the toolbar. I'd like to do something like: `instance.setToolbar(myNewToolbar)` or `instance.createToolbar(myNewToolbar, { replaceExisting: true...
It would be a new parameter, that sets up the method executing periodically, something like that ``` java @Background(interval = 1000) void MyMethod() { // Code that will execute every...
Many people play online, a **Formats** field, with the options: - Physical - Book - Booklets - Magazine - Digital - e-book - PDF - Roll20 - Fatansy Grounds
**How to implemet autocomplete using CodeMirror Addons?** I want to implement an autocomplete feature, so when the user starts typing a link, the editor would suggest from a predefined list...
I'm trying to create a custom theme, I copied it from Light, and changed some values. I put my themes.xml in main project folder AND solution folder, but I still...