-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
[FR] Markdown divider implement ___ #2372
[FR] Markdown divider implement ___ #2372
Comments
Hey there, I would like to work on this. If I'm right this is similar to our Octernship task right? |
This is to implement a markdown syntax |
I would like to but I didn't get what you exactly meant by implementing a markdown syntax. If something similar is already implemented could you please redirect me? |
The Markdown guidebook: https://appflowy.gitbook.io/docs/essential-documentation/markdown |
Yeah this is similar to the Octernship task... I can surely work on this |
Sounds good! Thank you 🙏 |
Hey there, sorry I was busy so this issue went inactive. I just now started looking at this issue, however I just noticed that |
It should be implemented in the appflowy_editor repository. Most, if not all, issues that have the tag All that has happened, is that the editor itself was decoupled from AppFlowy project, allowing others to easily adopt the Editor to build their own applications. |
Okay great thanks a lot for the clarification @Xazin. However, I believe that we are supposed to create the shortcuts, builders and menu item within the main project itself, as we already have a few under Can you please clarify on this @LucasXu0. |
I don't think so, divider is a common markdown syntax, I'm not sure why it was implemented in the main project, it's most likely a remnant. This https://github.com/AppFlowy-IO/AppFlowy/tree/main/frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/divider should be moved to the editor at this location https://github.com/AppFlowy-IO/appflowy-editor/tree/main/lib/src/render Along with what it touches. (And support for Similary the markdown encoder/decoder should be updated to include the divider notation support. See https://github.com/AppFlowy-IO/appflowy-editor/tree/main/lib/src/plugins/markdown |
Okay, so we are supposed to make the changes in the editor repo. Sorry for the delay, now that it's clear I will work on this immediately. ✨ |
Not related to the thread... |
@AmanNegi , are you still working on this? |
Yep now I am working on this, was waiting for the merging of |
See for reference AppFlowy-IO/appflowy-editor#118 On editor repo. |
Thanks for the reference @Xazin. Perhaps should I move this issue in the |
No need, it's fine, we can still link to this issue from the PR. |
Okay great! 😺 |
Description
You can use ___ on its own line to add a horizontal bar.
Impact
Markdown users
Additional Context
No response
The text was updated successfully, but these errors were encountered: