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

Request: Markdown helpers in the edit field #46

Open
tstirrat opened this issue Aug 15, 2022 · 3 comments
Open

Request: Markdown helpers in the edit field #46

tstirrat opened this issue Aug 15, 2022 · 3 comments
Labels
enhancement New feature or request partially-complete

Comments

@tstirrat
Copy link

It would be good to have some context aware markdown helpers in the comment editor. Here are my big picks that drastically improve speed when writing PRs:

  1. Paste link while text is selected -> auto linkifies. i.e. becomes [selected text](<link>)
  2. Pressing ` with text selected surrounds that text in back ticks rather than replacing the text
  3. Continue bullets when hitting return on a single line that already has * or -
  4. Cmd + b to bold selected text, same for Cmd + i for italic
@samatcodeapprove samatcodeapprove added the enhancement New feature or request label Aug 17, 2022
@samatcodeapprove
Copy link

👍 these are great improvements, thanks for the idea. I want to call out thought that (4) already works today, if it's not working for you that's a bug (it's working for me).

@tstirrat
Copy link
Author

I did notice that (4) works not long after this, thanks!

@samatcodeapprove
Copy link

Pushing a build now that implements (1) and (2)!

(3) is still on the TODO list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request partially-complete
Projects
None yet
Development

No branches or pull requests

2 participants