In the same vein as editor.blocksToMarkdownLossy and editor.blocksToHTMLLossy, it would be nice to have a editor.blocksToPlainTextLossy converter.
The goal would be to allow converting a set of blocks to plain text, without any particular formatting. Use cases are various, the current one I have is to extract plain text from blocks to make a summary.
Would that be possible? Thanks :)
In the same vein as
editor.blocksToMarkdownLossyandeditor.blocksToHTMLLossy, it would be nice to have aeditor.blocksToPlainTextLossyconverter.The goal would be to allow converting a set of blocks to plain text, without any particular formatting. Use cases are various, the current one I have is to extract plain text from blocks to make a summary.
Would that be possible? Thanks :)