SunnyCapt
SunnyCapt
Прошел регистрацию
okay, thanks
> Firstly, we need to find out the reason of that problem. @neSpecc The reason is simple: Google Docs only applies formatting through the style attribute ([my simple solution](https://gist.github.com/SunnyCapt/5c7da2c7f8a020c758b53a304c8cb41d)): ```html...
@neSpecc sounds good and about handling patterns: currently when you paste multiple formatted blocks editorjs calls [processText(data, isHTML = true)](https://github.com/codex-team/editor.js/blob/next/src/components/modules/paste.ts#L233 ) in the case when there are [more then one...
@neSpecc sorry, I just wanted to explain a scenario in which patterns aren't processed: 1. You have a Google Doc containing formatted text, plain text, and links (without formatting), as...
@neSpecc should I create separate issues for discussed features (one for processPattern and one for getTagsConfig) or we can keep it here?
@piotrp321 if you need some solution for now you can use [my patch](https://github.com/tylox-team/editor.js/commits/v2.30.6.patched/) but it is for v2.30.6