MintedTextEditor - A Rich Text Editor for .NET MAUI
Following KumikoUI, Michael Stonis tackles another gap in the .NET MAUI ecosystem: rich text editing without an expensive suite license. MintedTextEditor is fully canvas-drawn using SkiaSharp, delivering consistent cross-platform rendering with no dependency on native text editor controls.
What you will learn
- Character formatting: bold, italic, underline, strikethrough, subscript, superscript, font family, size, color, and highlight
- Paragraph formatting: alignment, indentation, line spacing, headings, ordered/unordered lists, and block quotes
- Inline content support: hyperlinks, images, and tables
- HTML import and export for interoperability
- Built-in light, dark, and high contrast themes with automatic dark mode handling
- Three embedded icon packs (Lucide, Heroicons, Material Symbols) that recolor at draw time
- Accessibility and RTL localization support
- How to get started with the NuGet package and sample app