Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitmerchant1990/markdownify-web
:orange_book: Web version of Markdownify app. (Not actively maintaining)
https://github.com/amitmerchant1990/markdownify-web
emoji jquery livepreview markdown markdownify markdownify-web
Last synced: about 2 months ago
JSON representation
:orange_book: Web version of Markdownify app. (Not actively maintaining)
- Host: GitHub
- URL: https://github.com/amitmerchant1990/markdownify-web
- Owner: amitmerchant1990
- License: mit
- Created: 2016-06-08T10:36:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-27T10:53:56.000Z (almost 8 years ago)
- Last Synced: 2024-08-13T03:04:21.042Z (5 months ago)
- Topics: emoji, jquery, livepreview, markdown, markdownify, markdownify-web
- Language: JavaScript
- Homepage: http://www.amitmerchant.com/markdownify-web
- Size: 4.51 MB
- Stars: 18
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Markdownify Web
This is a web version of Markdownify app which is based on Electron.
## Key Features
* LivePreview - Make changes, See changes
- Instantly see what your Markdown documents look like in HTML as you create them.
- While you type, LivePreview will automatically scroll to the current location you're editing.
* GitHub Flavored Markdown
* Syntax highlighting
* Dark/Light mode
* Toolbar for basic Markdown formatting
* Emoji support in preview :tada:## Credits
This website uses code from several open source packages.
- [Marked - a markdown parser](https://github.com/chjj/marked)
- [showdown](http://showdownjs.github.io/showdown/)
- [CodeMirror](http://codemirror.net/)
- Emojis are taken from [here](https://github.com/arvida/emoji-cheat-sheet.com)#### License
MIT