A TextField Widget that allow you to convert easily what's in the TextField to Markdown with custom toolbar support.set maxlines or add read more text using which editor is subitable
kudos to your amazing work. I heard that new selection API will come to flutter soon, so do you think that will solve the problem that you trying to do via your package. What's your thoughts. Thanks.
I haven't seen the final API. When I reviewed the original proposal I pointed out a number of things that would be difficult/impossible with their API. They ignored my comments. So my guess is that this new selection API will mostly be applicable for simple web use-cases.
At some point super_editor will offer a read-only document layout, which will include selection controls, but without editing controls. You can populate that document with Markdown. If you want HTML support, then you can convert HTML to Markdown, and then convert the Markdown to the super_editor document structure.
Exciting news! Keep going! 💙
This is beautiful! 💙
A TextField Widget that allow you to convert easily what's in the TextField to Markdown with custom toolbar support.set maxlines or add read more text using which editor is subitable
kudos to your amazing work.
I heard that new selection API will come to flutter soon, so do you think that will solve the problem that you trying to do via your package. What's your thoughts. Thanks.
I haven't seen the final API. When I reviewed the original proposal I pointed out a number of things that would be difficult/impossible with their API. They ignored my comments. So my guess is that this new selection API will mostly be applicable for simple web use-cases.
It looks amazing
Is it possible to those text selection controls for selectable text/html? As in, non editable text.
At some point super_editor will offer a read-only document layout, which will include selection controls, but without editing controls. You can populate that document with Markdown. If you want HTML support, then you can convert HTML to Markdown, and then convert the Markdown to the super_editor document structure.
@@FlutterBountyHunters Thanks for all your work
Will exporting to PDF become a feature soon? Haven't found a solution yet where I can maintain the text formatting outside of the app
We don't have any plans for PDF exporting, but if you know of a company that would like to fund that ability, we can look into it.
hi can we add images, embeds
Yeah