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

feat(cardInput): allow keyboard shortcuts for Bold, underline and Italic #42

Open
ShragaUser opened this issue Apr 2, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request ui

Comments

@ShragaUser
Copy link
Member

implement:

CTRL + B
CTRL + U
CTRL + I

actions on card input

@ShragaUser ShragaUser added enhancement New feature or request ui labels Apr 2, 2019
@Daniel231 Daniel231 self-assigned this Apr 3, 2019
@ShragaUser
Copy link
Member Author

for bold:

text ( ** text **)

for italic:

text (_ text _)

for underline:

not supported with markdown - either special css and conditional styling or withdraw.

@Daniel231
Copy link
Contributor

  • Support double b / i
  • support b and i together (add and subtract - i & b , i || b , b || i )

Daniel231 added a commit that referenced this issue May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui
Projects
None yet
Development

No branches or pull requests

2 participants