svelte-lexical icon indicating copy to clipboard operation
svelte-lexical copied to clipboard

Implement importJSON, exportJSON and importDOM methods for HorizontalRuleNode and ImageNode

Open umaranis opened this issue 3 years ago • 0 comments

Following warnings are generated from lexical:

HorizontalRuleNode should implement "importJSON" method to ensure JSON serialization works as expected
HorizontalRuleNode should implement "exportJSON" method to ensure JSON serialization works as expected
ImageNode should implement "importDOM" method to ensure HTML serialization (important for copy & paste) works as expected
ImageNode should implement "importJSON" method to ensure JSON serialization works as expected
ImageNode should implement "exportJSON" method to ensure JSON serialization works as expected

umaranis avatar Jun 05 '22 09:06 umaranis