mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 12:56:59 +00:00
[GH-ISSUE #2309] [FR] = + > then ⇒ #971
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#971
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@rimildeyjsr commented on GitHub (Apr 22, 2023):
@annieappflowy - Hey, can i work on this?
@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
@Grbmax commented on GitHub (Apr 28, 2023):
@annieappflowy Is this issue up for taking?
@annieappflowy commented on GitHub (Apr 28, 2023):
Hi @rimildeyjsr , are you working on this issue?
@rimildeyjsr commented on GitHub (Apr 28, 2023):
@annieappflowy - yes i am!
@rimildeyjsr commented on GitHub (May 1, 2023):
@LucasXu0 - I have reached out to you on discord regarding a few doubts
@annieappflowy commented on GitHub (Jul 11, 2023):
Are you still working on this issue, @rimildeyjsr ?
@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!
@MayurSMahajan commented on GitHub (Jul 14, 2023):
Hey @rimildeyjsr, can you tell us more about what doubts you have?
@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! 🙌
@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:
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
@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
@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
@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
@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.