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

UBERF-7330: Improve text editor UX #5909

Merged
merged 3 commits into from
Jun 24, 2024
Merged

Conversation

lexiv0re
Copy link
Collaborator

@lexiv0re lexiv0re commented Jun 24, 2024

Updates key bindings:

Full editor

  • Enter: new paragraph
  • Shift + Enter: hard break
  • Mod + Enter: submit (where applicable)

Compact editor

  • Enter: submit
  • Shift + Enter: new paragraph
  • Alt + Enter: hard break
  • Ctrl + Enter: hard break

Updates code block related UX:

  • "```" - new code block
  • "``" - then type or paste into the ticks: inline code block
  • Updates inline code block styles
  • Fixes caret appearance at the beginning and end of inline code blocks
CodeBlocks

Related to: https://front.hc.engineering/workbench/platform/tracker/UBERF-7330
Closes: #5863

Huly®: UBERF-7388

lexiv0re added 2 commits June 24, 2024 15:16
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
@lexiv0re lexiv0re requested a review from aonnikov June 24, 2024 14:29
Copy link

typo-app bot commented Jun 24, 2024

Typo Code Review 📊

✅ All checks passed!

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
@haiodo haiodo merged commit ff96ce1 into main Jun 24, 2024
9 checks passed
@haiodo haiodo deleted the uberf-7330/improve-editor-ux branch June 24, 2024 18:41
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

Successfully merging this pull request may close these issues.

Improve code block shortcuts in text editor
3 participants