markdown-editable-textinput
markdown-editable-textinput copied to clipboard
Improves field customization, adds the possibility to choose the available functionalities.
Hi, thanks for your work, but we won't be going to merge. Indeed, the feature of choosing the actions of the input is already available. You can set it with the actions property as follows :
MarkdownTextInput(
actions: [MarkdownType.bold, MarkdownType.italic, MarkdownType.code], //If you want only bold, italic and code actions
)