nhn / tui.editor

🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
http://ui.toast.com/tui-editor
MIT License
17.13k stars 1.74k forks source link

Creating a bullet point with by typing "*" followed with a space #3119

Open tengkuizdihar opened 1 year ago

tengkuizdihar commented 1 year ago

Version

3.2.3 react

Development Environment

Tauri + React on Linux

Current Behavior

Currently when you're typing "*" followed with a space, it doesn't create a bullet point automatically.

Expected Behavior

It will create a bullet point automatically by typing "*" followed with a space, you can try it here https://remirror.io/.

Thank you for making this library btw, it ran surprisingly well in my old laptop. Other WYSIWYG doesn't have this much feature and performance, not that I've found at least.