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.
- Host: GitHub
- URL: https://github.com/adityasinh-sodha/maxedit
- Owner: Adityasinh-Sodha
- License: mit
- Created: 2024-11-20T05:16:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T08:00:38.000Z (over 1 year ago)
- Last Synced: 2025-03-24T15:52:36.301Z (about 1 year ago)
- Topics: codeeditor, css, editor, html, javascript, liveeditor, markdown, markdown-editor, markdown-live-editor, maxedit, md, mdeditor
- Language: JavaScript
- Homepage: https://adityasinh-sodha.github.io/MaxEdit/
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# MaxEdit

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**.