# Flutter Markdown Editor **Repository Path**: SuperWindcloud/flutter-markdown-editor ## Basic Information - **Project Name**: Flutter Markdown Editor - **Description**: 基于 flutter的Markdown编辑器 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-16 - **Last Updated**: 2025-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 📝 Flutter Markdown Editor 引入Markdown Editor应用程序,这是需要轻松创建和编辑Markdown文件的任何人的理想工具。有了可以直接从资源管理器打开“ .md”文件的功能,您可以轻松访问文件并立即开始处理它们。 该应用程序还提供了一种方便的方式,可以使用大胆,斜体,标题等诸如诸如大胆的选项进行样式。添加链接对于简单接口也很轻松。 此外,您可以在应用程序内预览JPEG,PNG,GIF,WebP,BMP和WBMP图像格式。您可以轻松地从预览中打开链接,从而易于在不同的文件和源之间导航。 在光和深色主题模式之间进行选择,并使用双视图模式同时查看预览和编辑视图。另外,您可以使用单个视图模式专注于预览或编辑视图。 该应用程序还提供了清除文本和从头开始的能力,以及创建新的.md文件或编辑现有文件。 该编辑器是使用Flutter开发的,主要针对移动设备,因为目前没有任何独立的Markdown编辑器可用。 如果您喜欢所看到的,请星仓库。 ## 💻 Installation links [Get it on Google Play](https://play.google.com/store/apps/details?id=com.adeeteya.markdown_editor&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1) --- ## ✨ Features - [x] 能够直接从资源管理器打开.md文件 - [x] 样式文本的方便方式(粗体,斜体,标题等) - [x] 添加链接的方便方法 - [x] 能够预览JPEG,PNG,GIF,WebP,BMP和WBMP图像格式的能力。 - [x] 轻松从预览中打开链接 - [x] 可用的光和深色主题模式 - [x] 双视图模式可用(预览和编辑视图) - [x] 可用的单视图(预览或编辑视图) - [x] 添加了多语言支持(对于世界上一些最受欢迎的语言) - [x] 能够清除文本并从头开始 - [x] 创建新的.md文件 - [x] 编辑现有的.md文件 ## 📸 Screenshots Light Mode Image Dark Mode Image File Explorer Image Add Link Image Markdown Preview Image Markdown Editor Image ## 🔌 Plugins | Name | Usage | |-----------------------------------------------------------------------------|-------------------------------------------------------------| | [**flutter_markdown**](https://pub.dev/packages/flutter_markdown) | To render markdown text | | [**permission_handler**](https://pub.dev/packages/permission_handler) | To get storage permissions for opening and saving .md files | | [**url_launcher**](https://pub.dev/packages/url_launcher) | To launch markdown links | | [**file_picker**](https://pub.dev/packages/file_picker) | To open markdown files directly from the app | | [**expandable**](https://pub.dev/packages/expandable) | To create expandable header buttons | | [**flutter_localizations**](https://pub.dev/packages/flutter_localizations) | Internationalizing app | | [**intl**](https://pub.dev/packages/intl) | Provides internationalization and localization facilities | | [**flutter_lints**](https://pub.dev/packages/flutter_lints) | For linting |