-
Notifications
You must be signed in to change notification settings - Fork 550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Converting markdown to notus #116
Comments
I found |
Hello everybody, any updates on that? Facing the same issue. If you know when it will be implemented or any workarounds, please let me know. |
I am also wanna convert makrdown to notus.Document object. I have markdowns with raw markdown from web (github or my webserver). This is really very basic usage. |
@pulyaevskiy Here is the lib most are using: https://github.com/DavBfr/dart_pdf/tree/master/pdf I see there is '''_NotusMarkdownEncoder ''', which converts from quill delta to markdown. |
PR: #191 |
Hi there. I'm new to Zefyr and trying to wrap my head around it.
Currently, I have a web app with a rich text editor (Quill) that saves the output in markdown. I'm hoping to make this markdown Zefyr-compatible for use in my Flutter app. I would also like to output Zefyr's changes to markdown as well.
Would you point me in the right direction? Is this possible? Thanks.
The text was updated successfully, but these errors were encountered: