pell
pell copied to clipboard
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies
Amazing work ! Just a little suggestion: _action.icon (optional if overwriting, required if custom action)_ If the icon element is a string or is null do the normal way, but...
I'm not sure if it's valid to use br as a defaultParagraphSeparator, but when using that it generates an error on Safari on this line: `if (firstChild && firstChild.nodeType ===...
I realise this project is largely dormant but I figure it's useful for people who still use pell, since it is **still** the smallest, lightest rich editor available. Using object...
I believe this is currently not possible when creating custom actions. Will this be added for v2? Or is it possible to do now? Mainly I want to be able...
https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand Mozilla docs says: > This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try...
like this: ``` if (initBody) { editor.content.innerHTML = initBody; } else { editor.content.innerHTML = '' } ``` Most of the time images get inserted inside `` tags. But if the...
Hi, I am thinking of using Pell in my project instead of Quill considering the smaller size. I want to achieve following while integrating Pell in my project 1. I...
i find out that some content i added to the text editor, has a / containing the text, which makes the heading feature failed.
I have added a feature that support uploading local image to server with Fetch API (only keep smallest) for example: ```js var editor = window.pell.init({ // ... // if you...
 Removing ```width: 30px``` from ```.pell-button``` fixes it.