You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently there's no task list support in stacks-editor, as described in GFM dialect. Also, when typing [ ] in markdown mode, then switching to rich text mode, then going back to markdown mode, the text is changed to \[ \].
Describe the solution you'd like
Add checkbox tool that can be accessed through the rich text mode toolbar and brackets in markdown mode.
Describe alternatives you've considered
It seems like the editor has support for custom plugins, but I couldn't find any documentation on how to implement one. If it's not possible to add this feature, I'd ask for any orientation on how to accomplish that by creating a custom plugin for it
Additional context
The editor is being used in Tasks.md and this feature is being requested for different users
The text was updated successfully, but these errors were encountered:
While this feature request is certainly reasonable (at the time of writing) it is not in our roadmap and I don't expect it to be any time soon.
The Stacks Editor is built on top of prosemirror and you can extend it via writing your own plugins We don't have extended documentation on how to do that but you can look into our sample plugins to get an idea of how to build one. Be aware that you will need to familiarize yourself with prosemirror APIs in order to create a plugin.
I hope this is helpful. I will keep this issue open for now.
Feel free to circle back here in case you decide to go ahead and build a plugin.
Thank you.
Is your feature request related to a problem? Please describe.
Currently there's no task list support in stacks-editor, as described in GFM dialect. Also, when typing [ ] in markdown mode, then switching to rich text mode, then going back to markdown mode, the text is changed to
\[ \]
.Describe the solution you'd like
Add checkbox tool that can be accessed through the rich text mode toolbar and brackets in markdown mode.
Describe alternatives you've considered
It seems like the editor has support for custom plugins, but I couldn't find any documentation on how to implement one. If it's not possible to add this feature, I'd ask for any orientation on how to accomplish that by creating a custom plugin for it
Additional context
The editor is being used in Tasks.md and this feature is being requested for different users
The text was updated successfully, but these errors were encountered: