https://github.com/rededge967/mdown-editor
A markdown editor playground with preview panel written in Angular with html5, css3 and javascript
https://github.com/rededge967/mdown-editor
markdown markdown-editor markdown-parser markdown-playground markdown-viewer playground web-based web-based-application web-editor
Last synced: 4 months ago
JSON representation
A markdown editor playground with preview panel written in Angular with html5, css3 and javascript
- Host: GitHub
- URL: https://github.com/rededge967/mdown-editor
- Owner: RedEdge967
- Created: 2022-02-23T01:07:33.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-23T01:50:15.000Z (about 4 years ago)
- Last Synced: 2025-01-19T12:52:13.298Z (over 1 year ago)
- Topics: markdown, markdown-editor, markdown-parser, markdown-playground, markdown-viewer, playground, web-based, web-based-application, web-editor
- Language: JavaScript
- Homepage: https://RedEdge967.github.io/mdown-editor
- Size: 30.3 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MDown Editor
A markdown editor playground with preview panel written in Angular with html5, css3 and javascript
# Built with
- **[marked](https://github.com/chjj/marked)** for Parsing Markdown
- **[angular-marked](https://github.com/Hypercubed/angular-marked)** for easier usage of *marked*
- **[highlight-js](https://github.com/isagalaev/highlight.js)** for code highlighting
- **[github-markdown-css](https://github.com/sindresorhus/github-markdown-css)** for beautifying markdown output
- **[highlight-js css](https://github.com/isagalaev/highlight.js/tree/master/src/styles)** for beautifying code output
# How to run?
## Running `online`
- open a browser window
- Go to https://rededge967.github.io/mdown-editor
## Running `offline`
- Go to the [releases](https://github.com/RedEdge967/mdown-editor/releases) of this repo
- Download the latest version (Download the `source code (zip)` file)
- Extract the folder
- Run `Index.html` on your browser

*Used https://browserframe.com to make the upper image.*
# Can I Contribute?
- Sure. Open an issue, point out errors and what not? wanna fix something yourself, open a PR and I appreciate it.
> If you have found this open source as a helpful project, please consider supporting this project by starring this repo and fork too...