Skip to content
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

Open
Jethro87 opened this issue Jun 24, 2019 · 5 comments
Open

Converting markdown to notus #116

Jethro87 opened this issue Jun 24, 2019 · 5 comments

Comments

@Jethro87
Copy link

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.

@Jethro87
Copy link
Author

I found notus.convert. Good stuff! Any timeline as to when decoding will be implemented? This functionality is exactly what I was looking for. Thanks.

@flschlosser
Copy link

flschlosser commented Jul 7, 2019

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.

@lucasjinreal
Copy link

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.

@joeblew99
Copy link

joeblew99 commented Sep 13, 2019

@pulyaevskiy
I want to convert from quill to PDF, so i can print zefyr documents.

Here is the lib most are using: https://github.com/DavBfr/dart_pdf/tree/master/pdf
Its pure Dart with no reliance on platform so it will work in Flutter Web also. There is an example.
I saw that zefyr running on Flutter Web looks like there are no technical boundaries.
So this is doable !!

I see there is '''_NotusMarkdownEncoder ''', which converts from quill delta to markdown.
SO probably easiest to do a Markdown to PDF.

@nalbion
Copy link

nalbion commented Oct 24, 2019

PR: #191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants