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

Show markdown when editing is complete. #4

Open
emmggi opened this issue Jan 19, 2022 · 4 comments
Open

Show markdown when editing is complete. #4

emmggi opened this issue Jan 19, 2022 · 4 comments

Comments

@emmggi
Copy link

emmggi commented Jan 19, 2022

Hello.

First of all, thank you for creating this. This will save me a lot of time.

But is there a chance you could add showing the markdown once you finished editing (ie when it's unfocused) for MarkdownFormField? Hitting the formfield would refocus it again and show the raw text.

Syntax example:

MarkdownFormField(
    controller: _controller,
    enableToolBar: true,
    emojiConvert: true,
    autoCloseAfterSelectEmoji: true,
    autoPreviewAfterUnfocus: true,
)
@zahniar88
Copy link
Owner

Hello.

First of all, thank you for creating this. This will save me a lot of time.

But is there a chance you could add showing the markdown once you finished editing (ie when it's unfocused) for MarkdownFormField? Hitting the formfield would refocus it again and show the raw text.

Syntax example:

MarkdownFormField(
    controller: _controller,
    enableToolBar: true,
    emojiConvert: true,
    autoCloseAfterSelectEmoji: true,
    autoPreviewAfterUnfocus: true,
)

Hello,
thanks for the advice. I will try to add it in a future update.

@emmggi
Copy link
Author

emmggi commented Jan 20, 2022

Thank you. I appreciate it.

zahniar88 added a commit that referenced this issue Jan 21, 2022
@emmggi emmggi closed this as completed Jan 23, 2022
@emmggi
Copy link
Author

emmggi commented Jan 23, 2022

There's an issue where you select an icon from the toolbar and it unfocuses and shows preview.

@emmggi emmggi reopened this Jan 23, 2022
@zahniar88
Copy link
Owner

There's an issue where you select an icon from the toolbar and it unfocuses and shows preview.

Thanks for your feedback.

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