I was wondering whether it would make sense to use the $ prefix for createRemarkImport and exportLexicalToMarkdown, since internally they use $getRoot, and to signal that they should only be used within methods like the EditorState's read or Editor's update.
Hi!
I was wondering whether it would make sense to use the $ prefix for
createRemarkImport
andexportLexicalToMarkdown
, since internally they use$getRoot
, and to signal that they should only be used within methods like the EditorState'sread
or Editor'supdate
.What do you think?