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

[Question] how to generate markdown or convert delta to markdown? #810

Open
Romavic opened this issue May 30, 2024 · 1 comment
Open

[Question] how to generate markdown or convert delta to markdown? #810

Romavic opened this issue May 30, 2024 · 1 comment

Comments

@Romavic
Copy link

Romavic commented May 30, 2024

Bug Description

Question

How to Reproduce

Question

Expected Behavior

Question

Operating System

Android, Ios and Web

AppFlowy Editor Version(s)

Last versio

Screenshots

No response

Additional Context

No response

@melatoninmei
Copy link

If you're using Delta Quill format, a conversion example is here:
https://github.com/AppFlowy-IO/appflowy-editor/blob/main/documentation/importing.md

If you're converting the document to and from markdown, you can do the following:

String markdownText = documentToMarkdown(document);
Document document = markdownToDocument(String: markdownText)

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

2 participants