An open API service indexing awesome lists of open source software.

https://github.com/adityasinh-sodha/maxedit

MaxEdit Is Simple Live Markdown editor that support html too.
https://github.com/adityasinh-sodha/maxedit

codeeditor css editor html javascript liveeditor markdown markdown-editor markdown-live-editor maxedit md mdeditor

Last synced: about 1 year ago
JSON representation

MaxEdit Is Simple Live Markdown editor that support html too.

Awesome Lists containing this project

README

          

# MaxEdit
![fff](https://github.com/user-attachments/assets/57515eef-c1ef-484f-b202-b7f002754726)

The MaxEdit is a modern, web-based editor designed for effortless Markdown editing and live previewing. It's perfect for developers, writers, and anyone who frequently works with Markdown.

## Features

- **Live Markdown Rendering:** See your Markdown formatted in real-time.
- **Secure HTML Output:** HTML is sanitized with `DOMPurify` to ensure safety.
- **Word Count Tracker:** Keep track of your word count dynamically as you type.
- **Theme Toggle:** Switch between light and dark themes to suit your preference.
- **Copy HTML Output:** Easily copy the rendered HTML content to the clipboard.
- **MaxEdit** is **Live** at **[Github.io](https://adityasinh-sodha.github.io/MaxEdit/)** and **[Codepen.io](https://codepen.io/Adityasinh-Sodha/full/vYowzNP).**

## Technologies Used

- Just Simple **HTML5, CSS and JS**
- **[Marked.js](https://github.com/markedjs/marked)** For Markdown parsing.
- **[DOMPurify](https://github.com/cure53/DOMPurify)** For sanitizing HTML output.
- **[Highlight.js](https://github.com/highlightjs/highlight.js)** For syntax highlighting in code blocks.
- **[Prism.js](https://github.com/PrismJS/prism)** For lightweight, customizable code syntax highlighting.
- **[Prism Markdown Component](https://github.com/PrismJS/prism)** Adds Markdown language support to Prism.js.
- **[GitHub Dark Theme](https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github-dark.min.css)** Highlight.js GitHub Dark theme for code styling.
- **[Prism.css Theme](https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css)** Prism.js default theme for code block styling.

## License

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

## Author
Developed by **Adityasinh**.