markdown-editable-textinput icon indicating copy to clipboard operation
markdown-editable-textinput copied to clipboard

MarkdownEditableTextInput is a TextField Widget that allow you to convert easily what's in the TextField to Markdown.

Results 17 markdown-editable-textinput issues
Sort by recently updated
recently updated
newest added

Hi, I would want buildCounter support in the same way as TextField. This implementation though would receive int currentMarkdownLength and int currentPlainTextLength. ``` typedef InputCounterWidgetBuilder = Widget? Function( BuildContext context,...

First I want to give thank you to create such a wonderful library. After testing I found the following issue in this library 1. When I am typing text after...

In Apollo you can see the effective formatting like **bold** *cursive* and [links](Example.com) as you type. - any Chance 1. to also support this > in this Plugin? ![4CE058D9-3BCB-4FF7-8AA7-FFDF41666591](https://user-images.githubusercontent.com/36509607/89218133-c9ddf500-d5cd-11ea-9cf0-efacd5656873.png)

This PR adds the ability to set the URL directly using this package.

The style of the TextFormField was recently changed to bodyText1. Now you can provide a style if you want.

The outside TextEditingController should not be disposed of in the inner of _MarkdownTextInputState, because the outside controller may have its life cycle. In my case, I use markdown-editable-text input and...