[GH-ISSUE #2309] [FR] = + > then ⇒ #971

Closed
opened 2026-03-23 20:43:50 +00:00 by mirror · 15 comments
Owner

Originally created by @annieappflowy on GitHub (Apr 21, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2309

Description

Enable users to type = + > to insert ⇒

Impact

Shortcut users

Additional Context

No response

Originally created by @annieappflowy on GitHub (Apr 21, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2309 ### Description Enable users to type `=` + `>` to insert ⇒ ### Impact Shortcut users ### Additional Context _No response_
Author
Owner

@rimildeyjsr commented on GitHub (Apr 22, 2023):

@annieappflowy - Hey, can i work on this?

<!-- gh-comment-id:1518502881 --> @rimildeyjsr commented on GitHub (Apr 22, 2023): @annieappflowy - Hey, can i work on this?
Author
Owner

@annieappflowy commented on GitHub (Apr 22, 2023):

Sure! Thanks @rimildeyjsr for offering the help!
Your mentor is @LucasXu0 for completing this task. Please feel free to reach out on Discord

<!-- gh-comment-id:1518556706 --> @annieappflowy commented on GitHub (Apr 22, 2023): Sure! Thanks @rimildeyjsr for offering the help! Your mentor is @LucasXu0 for completing this task. Please feel free to reach out on [Discord](https://discord.gg/9Q2xaN37tV)
Author
Owner

@Grbmax commented on GitHub (Apr 28, 2023):

@annieappflowy Is this issue up for taking?

<!-- gh-comment-id:1527452061 --> @Grbmax commented on GitHub (Apr 28, 2023): @annieappflowy Is this issue up for taking?
Author
Owner

@annieappflowy commented on GitHub (Apr 28, 2023):

Hi @rimildeyjsr , are you working on this issue?

<!-- gh-comment-id:1527551553 --> @annieappflowy commented on GitHub (Apr 28, 2023): Hi @rimildeyjsr , are you working on this issue?
Author
Owner

@rimildeyjsr commented on GitHub (Apr 28, 2023):

@annieappflowy - yes i am!

<!-- gh-comment-id:1527799440 --> @rimildeyjsr commented on GitHub (Apr 28, 2023): @annieappflowy - yes i am!
Author
Owner

@rimildeyjsr commented on GitHub (May 1, 2023):

@LucasXu0 - I have reached out to you on discord regarding a few doubts

<!-- gh-comment-id:1529322401 --> @rimildeyjsr commented on GitHub (May 1, 2023): @LucasXu0 - I have reached out to you on discord regarding a few doubts
Author
Owner

@annieappflowy commented on GitHub (Jul 11, 2023):

Are you still working on this issue, @rimildeyjsr ?

<!-- gh-comment-id:1630895324 --> @annieappflowy commented on GitHub (Jul 11, 2023): Are you still working on this issue, @rimildeyjsr ?
Author
Owner

@rimildeyjsr commented on GitHub (Jul 11, 2023):

@annieappflowy - I couldn't get the setup to work and I had reached out regarding a few doubts, but could not proceed beyond it!

<!-- gh-comment-id:1630946207 --> @rimildeyjsr commented on GitHub (Jul 11, 2023): @annieappflowy - I couldn't get the setup to work and I had reached out regarding a few doubts, but could not proceed beyond it!
Author
Owner

@MayurSMahajan commented on GitHub (Jul 14, 2023):

Hey @rimildeyjsr, can you tell us more about what doubts you have?

<!-- gh-comment-id:1636088132 --> @MayurSMahajan commented on GitHub (Jul 14, 2023): Hey @rimildeyjsr, can you tell us more about what doubts you have?
Author
Owner

@Gen1us1100 commented on GitHub (Sep 30, 2023):

hey @annieappflowy I am new to open source and I want to try to fix this issue, can you tell me what would be a good starting point? my question is where can I actually find the shortcut key bindings and their handler functions? Thanks in advance! 🙌

<!-- gh-comment-id:1741808442 --> @Gen1us1100 commented on GitHub (Sep 30, 2023): hey @annieappflowy I am new to open source and I want to try to fix this issue, can you tell me what would be a good starting point? my question is where can I actually find the shortcut key bindings and their handler functions? Thanks in advance! 🙌
Author
Owner

@MayurSMahajan commented on GitHub (Oct 1, 2023):

Hey @Gen1us1100! Thanks for showing interest in this. The shortcut bindings and their handlers are in the AppFlowy Editor Repository. So currently we have two types of shortcuts:

  1. Character Shortcuts
  2. Command Shortcuts

This issue can be solved by creating a new Character shortcut. So in the AppFlowy Editor repo, you can look up shortcuts here: https://github.com/AppFlowy-IO/appflowy-editor/tree/main/lib/src/editor/editor_component/service/shortcuts

<!-- gh-comment-id:1741980673 --> @MayurSMahajan commented on GitHub (Oct 1, 2023): Hey @Gen1us1100! Thanks for showing interest in this. The shortcut bindings and their handlers are in the AppFlowy Editor Repository. So currently we have two types of shortcuts: 1. Character Shortcuts 2. Command Shortcuts This issue can be solved by creating a new Character shortcut. So in the AppFlowy Editor repo, you can look up shortcuts here: https://github.com/AppFlowy-IO/appflowy-editor/tree/main/lib/src/editor/editor_component/service/shortcuts
Author
Owner

@rituraj2000 commented on GitHub (Oct 4, 2023):

@MayurSMahajan @annieappflowy Could you please assign this issue to me ? I am new to open source and would love to make this the starting point of my opensource journey

<!-- gh-comment-id:1746178894 --> @rituraj2000 commented on GitHub (Oct 4, 2023): @MayurSMahajan @annieappflowy Could you please assign this issue to me ? I am new to open source and would love to make this the starting point of my opensource journey
Author
Owner

@MayurSMahajan commented on GitHub (Oct 4, 2023):

This is an open issue since @Gen1us1100 did not ask to be assigned. But I am not going to assign it, because they might have begun working, so whoever submits a PR will be assigned. Fair enough? @rituraj2000 @Gen1us1100

<!-- gh-comment-id:1746184967 --> @MayurSMahajan commented on GitHub (Oct 4, 2023): This is an open issue since @Gen1us1100 did not ask to be assigned. But I am not going to assign it, because they might have begun working, so whoever submits a PR will be assigned. Fair enough? @rituraj2000 @Gen1us1100
Author
Owner

@Gen1us1100 commented on GitHub (Oct 8, 2023):

Yes @MayurSMahajan I have setup the env and was able to build the project and I'm working on the function I'll submit the PR as soon as I'm finished

<!-- gh-comment-id:1751960790 --> @Gen1us1100 commented on GitHub (Oct 8, 2023): Yes @MayurSMahajan I have setup the env and was able to build the project and I'm working on the function I'll submit the PR as soon as I'm finished
Author
Owner

@Gen1us1100 commented on GitHub (Oct 9, 2023):

@annieappflowy @MayurSMahajan I have created a Pull Request https://github.com/AppFlowy-IO/appflowy-editor/pull/523
that fixes this issue.

<!-- gh-comment-id:1753604426 --> @Gen1us1100 commented on GitHub (Oct 9, 2023): @annieappflowy @MayurSMahajan I have created a Pull Request https://github.com/AppFlowy-IO/appflowy-editor/pull/523 that fixes this issue.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#971
No description provided.