Yiannis128 / markdown_editor

Flutter markdown editor widget library.
GNU Affero General Public License v3.0
0 stars 0 forks source link

Extendable editor engine interface #18

Open Yiannis128 opened 1 year ago

Yiannis128 commented 1 year ago

Add the ability to endlessly customize the editor as required. This includes:

The feature should be facilitated using callbacks and by passing custom classes into the Engine. More research is needed.