Lee Newson

Results 30 comments of Lee Newson

Hi @teeej, This appears to be an issue with our documentation so I'm going to transfer this to the docs repo. The problem is that a new button is setup...

It seems this information is missing in the migration guide sorry, but it is noted in the release notes that the `editor.settings` property was replaced with the `editor.options` API: https://www.tiny.cloud/docs/tinymce/6/6.0-release-notes-core-changes/#editor-options....

Hi @xiaohundun, This is expected, as those settings only apply to classic (iframe) editors. Inline editors, which is what distraction-free is, will use whatever CSS/styles you use on the element...

@noxuhax this has merge conflicts and LGTM is failing checks, can you please fix those before we review this?

> Yeah, since those partials are only used on one page and those links are all referencing elements on the same page, it does not make much sense to keep...

Hi @rbuelund, yes it should be possible to do what you want by using the `requireLangPack` API. The documentation for how to use that API to load translations for a...

You've registered the menu item correctly, however you aren't using it anywhere so I'm not sure what you mean by it's not working. So after you register a menu item,...

There currently isn't any way to dynamically update/insert items into the menus, without redefining them as the context property was intentionally removed in v5. However we'd like to hear what...

@Georg-Git can you please clarify where that's said? As I've looked over the migration guide and nowhere does it say that's **all** that's needed. All I can find is one...

@nhatimme your problem here is that you have a typo... if you change `menuItem` to `menuitem` with all lowercase it should fix the issue. You'll see it uses a lowercased...