GitXplorerGitXplorer
f

markdown-editor

public
1 stars
0 forks
1 issues

Commits

List of commits on branch main.
Unverified
8b5d47c6a2bc805d2cdf183a03f08af3073139de

workflow

ffeliperfdev committed a year ago
Verified
d8bdfbaf79987165ab565abdeb213bcab9d17a75

Merge pull request #5 from feliperfdev/feature/v0.0.4-int

ffeliperfdev committed a year ago
Unverified
e7458280e9b95d2a02a302e5d62ca476e25b9dcb

- Markdown type Checkbox checked and unchecked included in a Dropdown

ffeliperfdev committed a year ago
Unverified
4ea1b58a367e5aca5b95ad9f4ce3cbe94869a971

github workflow

ffeliperfdev committed a year ago
Unverified
afb6e470e392b05fbfb6c05adfdf3c5dc74946ee

hotfix

ffeliperfdev committed a year ago
Verified
dcdd07897213d5d4eb41d6c2c76516e194c7d9a5

Merge pull request #4 from feliperfdev/v0.0.3-pre-md-editor

ffeliperfdev committed a year ago

README

The README file for this repository.

Markdown Editor

A flexible and easily decoratable Markdown editor designed for Flutter.

example_1

With markdown you can customize texts in your blog, diary or chats. Either increasing font size, or giving it a bold or italic appearance, underlining it, changing color, centralizing or creating different types of lists or tables.

Markdown options

The following table shows how any Markdown type is available at this package. If the markdown is only available by typing it in raw text, then Raw text field is ✅, else ❌. If the button for the respective markdown type is available, the same logic is applied to Button field.

Markdown Raw text Button
# Header
Bold
Italic
Strikethrough
Underline
• Bullet list
1. Ordered list
link_example
Image (network)
- [x] Checkbox
Code
Blockquote
Table

Platforms

Platform Status
Android
iOS
Web
Windows
Linux
macOS