tinymce-svelte
tinymce-svelte copied to clipboard
Svelte wrapper
Has there been any movement on a release that supports svelte 5? https://svelte.dev/blog/svelte-5-release-candidate
You can find more information about this here https://github.com/sveltejs/vite-plugin-svelte/blob/main/docs/faq.md#missing-exports-condition
hi all, I've have this code to use tinyMCE editor ```js { console.log({ event, value: event.detail.event.target.value }); // tried but got undefined. }} /> ``` I need to use on...
## Description When I'm trying to add an image by URL, I'm setting the not valid URL, for example, -> eeeeeeeeee . I'm getting an error in the console. ##...
It seems that the conf property is not reactive, so when I pass another object to it the editor does not update. This is the code I have: ```svelte import...
I got this warning : ``` vite-plugin-svelte] WARNING: The following packages use a svelte resolve configuration in package.json that has conflicting results and is going to cause problems future. @tinymce/[email protected]...
Hi there! My apologies if this is a basic question, I'm still learning Svelte and TinyMCE. Say I have some custom Svelte component `MyComponent.svelte` ```js ... ... ``` And I...
If you had two editors on one page with the same value, changing values in one ditor did not work. This update fixed it. I don't know how it affects...
Bumps [luxon](https://github.com/moment/luxon) from 3.0.4 to 3.2.1. Changelog Sourced from luxon's changelog. Changelog 3.2.0 (2022-12-29) Allow timeZone to be specified as an intl option Fix for diff's handling of end-of-month when...
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git) from 3.15.1 to 3.16.0. Release notes Sourced from simple-git's releases. [email protected] Minor Changes 97fde2c: Support the use of -B in place of the default -b in checkout methods...