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

Inline Markdown Shortcuts (WYSIWYG) #360

Open
d-e-v-esh opened this issue Dec 21, 2021 · 2 comments · May be fixed by #361
Open

Inline Markdown Shortcuts (WYSIWYG) #360

d-e-v-esh opened this issue Dec 21, 2021 · 2 comments · May be fixed by #361

Comments

@d-e-v-esh
Copy link
Contributor

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 added a commit to d-e-v-esh/web-components that referenced this issue Dec 21, 2021
d-e-v-esh added a commit to d-e-v-esh/web-components that referenced this issue Dec 21, 2021
@d-e-v-esh d-e-v-esh linked a pull request Dec 21, 2021 that will close this issue
9 tasks
@irmerk
Copy link
Member

irmerk commented Dec 21, 2021

This feels like a duplicate of #321. Is there something different about it?

@d-e-v-esh
Copy link
Contributor Author

d-e-v-esh commented Dec 22, 2021

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 added a commit to d-e-v-esh/web-components that referenced this issue Dec 22, 2021
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 a pull request may close this issue.

2 participants