html-to-draftjs icon indicating copy to clipboard operation
html-to-draftjs copied to clipboard

Results 75 html-to-draftjs issues
Sort by recently updated
recently updated
newest added

Hi @jpuri first of all, thank you for all your great work on this suite of projects for the react-draft-wysiwyg editor. Everything is working great, the only problem I am...

Is there a way I can keep the ids and classes applied to the elements. If you can just point me in the right direction then I can fork the...

I have different types of atomic blocks but currently **getData()** returns nothing. I've managed to get things working by passing the data to getAtomicBlockChunk with the following changes; https://github.com/jpuri/html-to-draftjs/blob/master/src/library/index.js (37)...

Hi jpuri, When i tried to use "npm install html-to-draftjs" , i am getting v 1.4.0 and when i checked the dist folder file it is showing me the "april...

Hi, i need to override processInlineTag method in htmlToDraft js. or else is there any way to pass reference of custom processInlineTag method to htmlToDraft so that it i will...

When using plug-in html-to-draftjs, if there are a lot of inline styles in the text, and multiple images will be wrong. ``` Error: Unknown DraftEntity key: null. at invariant (roadhog.dll.js:5142)...

Hi, this HTML code `bold` is transformed as `bold`. I'm using the following code for testing purposes: ``` import { EditorState, convertToRaw, ContentState } from 'draft-js'; import htmlToDraft from 'html-to-draftjs';...

how to support video audio and custom tag

Hi, I'm trying to upgrade to react 16 and enzyme 3. However, my tests which were working before are now failing due to missing HtmlElement. Can you please have a...

Hi, I am trying to use html-draft and draft-html libraries to convert a html markup like below with custom tags. `I'm a heading Custom data Custom Html text Italicstrongbold italic`...