web-components icon indicating copy to clipboard operation
web-components copied to clipboard

Inline Markdown Shortcuts (WYSIWYG)

Open d-e-v-esh opened this issue 3 years ago • 2 comments

Feature Request 🛍️

This feature will be the next part of implementing WYSIWYG #321. As we already added #346 that helps us write heading directly with markdown shortcuts, this will build on top of that.

This feature will help us format text that is inline. This includes:

  1. Code Inline
  2. Italic Text
  3. Bold Text
  4. Bold and Italic Text

Use Case

People will be directly able to write formatted text with the help of markdown shortcuts. They will be implemented as follows:

  1. Code Inline => `code inline` => code inline
  2. Italic Text => *italic text* => italic text
  3. Bold Text => **bold text** => bold text
  4. Bold and Italic Text => ***bold and italic text*** => bold and italic text

d-e-v-esh avatar Dec 21 '21 15:12 d-e-v-esh

This feels like a duplicate of https://github.com/accordproject/web-components/issues/321. Is there something different about it?

jolanglinais avatar Dec 21 '21 17:12 jolanglinais

You said here that it will be incremental and to add the changes one by one and use #321 to track all the changes. This is just one part of the entire feature. The entire feature will be added in smaller parts one by one.

d-e-v-esh avatar Dec 22 '21 08:12 d-e-v-esh