Skip to content

catonzio/MdEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Markdown Editor & Previewer

This Flutter app provides a user-friendly interface to edit and preview Markdown files. Markdown is a lightweight markup language used for formatting text. It is widely used for creating documentation, README files, and more. If you're new to Markdown, you can learn more about it from the official Markdown guide.

Features

  • Full-featured custom text editor.
  • Live Markdown preview.
  • File load and save functionality.
  • Editing options (e.g., bold, italics, headings).
  • Preferences settings (e.g., theme customization).

Getting Started

To get started with the app, follow these steps:

  1. Install Flutter. Navigate to the installation guide and follow the instructions.

  2. Clone this repository to your local machine:

    git clone https://github.com/catonzio/MdEditor.git
  3. Navigate to the project directory:

    cd MdEditor
  4. Install the required packages:

    flutter pub get
  5. Run the app on your device or emulator:

    flutter run

Contributing

Contributions are welcome! If you'd like to add new features, fix bugs, or improve the app, please open an issue or create a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Packages

Happy Markdown editing and previewing!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published