Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitbravo/vikids_editor
Custom Medium Editor
https://github.com/bitbravo/vikids_editor
html html-parser javascript jquery-file-upload jquery-plugin medium
Last synced: 6 days ago
JSON representation
Custom Medium Editor
- Host: GitHub
- URL: https://github.com/bitbravo/vikids_editor
- Owner: BitBravo
- License: other
- Created: 2019-06-14T05:19:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T05:22:11.000Z (over 5 years ago)
- Last Synced: 2024-02-02T12:38:14.908Z (10 months ago)
- Topics: html, html-parser, javascript, jquery-file-upload, jquery-plugin, medium
- Language: HTML
- Size: 43.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is a HTML code editor.
This is a customize MediumEditor with the additional features than other Edit.
User can generate all html contents by using special pattern.
Live URL: https://medium-editor-3379b.firebaseapp.com
- How to create img and video elements
```[![image caption](image_path)]```
```[@[video caption](video url)]```Example:
```[![Houses](http://sfeizigroup.com/wp-content/uploads/2017/05/slide-5.jpg)]```
[![Houses](http://sfeizigroup.com/wp-content/uploads/2017/05/slide-5.jpg)]```[@[video caption](video url)]```
## Main features
- User authentication
- Text Edit tool
- New Line
- Bold, italic, underlined.
- Paste from buffer as plain text
- URL Parse
- Custom Emoji
....## How to install dependencies
$ cd vikids_editor
$ npm install