themagickoala / lexical-remark

This package contains Markdown helpers and functionality for Lexical using remark-parse.
MIT License
18 stars 3 forks source link

Encapsulate Collapsible Content parsing as a remark-plugin #7

Open themagickoala opened 1 year ago

themagickoala commented 1 year ago

At the moment for collapsible sections, I'm converting straight from remark html nodes -> lexical nodes, but for youtube, I'm converting remark paragraph nodes -> remark youtube nodes with a custom plugin, and then those to lexical nodes. I should probably be doing the same for collapsible sections.