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

Magic Shortcuts for Markdown #321

Open
jeromesimeon opened this issue Mar 25, 2021 · 5 comments
Open

Magic Shortcuts for Markdown #321

jeromesimeon opened this issue Mar 25, 2021 · 5 comments

Comments

@jeromesimeon
Copy link
Member

jeromesimeon commented Mar 25, 2021

Feature Request 🛍️

I like not having to move my cursor when I write text and one way to do that is to use markdown things in your text and have the editor automatically convert them as you write. Am I the only one who likes that kind of editing?

Demoed here on the editor from Slab: https://slab.com
EditingShortcuts

Use Case

As a user who understands markdown, I like to be able to type markdown in the editor and have it converted for me to WYSIWYG.

Possible Solution

Look at sequences of characters during editing and detect markdown things in 'em.

Notes

The example above was written without moving the cursor to go to the toolbar, or having to select parts of the text, but only by typing.

@Cronus1007
Copy link
Contributor

@jeromesimeon I would like to implement this one.

@d-e-v-esh
Copy link
Contributor

This seems to be lots of small features. Should this be all in one go or should we go one by one?

@irmerk
Copy link
Member

irmerk commented Mar 26, 2021

@d-e-v-esh I agree, this will be incremental. I think we should go one by one and use this Issue to track the changes.

@d-e-v-esh
Copy link
Contributor

@jeromesimeon @irmerk I created a PR #288 a while ago that does exactly the same thing. Maybe we can build on top of that to implement these features after that is merged.

@irmerk
Copy link
Member

irmerk commented Apr 2, 2021

To reiterate from my comment in #288, that's a good start to build on for this Issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants