Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linkesch/medium-editor-mobile-plugin
Mobile support for MediumEditor
https://github.com/linkesch/medium-editor-mobile-plugin
Last synced: 13 days ago
JSON representation
Mobile support for MediumEditor
- Host: GitHub
- URL: https://github.com/linkesch/medium-editor-mobile-plugin
- Owner: linkesch
- License: mit
- Archived: true
- Created: 2014-11-19T13:34:35.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-19T17:29:56.000Z (almost 10 years ago)
- Last Synced: 2024-10-09T21:16:26.529Z (about 1 month ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 24
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile support for MediumEditor
This is a simple plugin that adds mobile support to [MediumEditor](https://github.com/daviferreira/medium-editor) (a clone of medium.com WYSIWYG editor).
According to an [issue #81](https://github.com/daviferreira/medium-editor/issues/81) in MediumEditor there is no plan to add mobile support to the editor any time soon.This plugin is a work in progress. Currently it solves an issue when after selecting text (longer touch), editor's toolbar isn't visible.
The plugin was tested in Chrome 39 in Android and PhantomJS.
## Download
Bower (recommended): ```bower install medium-editor-mobile-plugin --save```
Manual: [Download the latest release as ZIP](https://github.com/orthes/medium-editor-mobile-plugin/archive/master.zip)
## Usage
```
```
That's it. No need for initialization, just make sure the script is placed after MediumEditor's script and before the editor is called for the first time.
## Author
Pavel Linkesch | [@linkesch](http://twitter.com/linkesch) | [http://www.linkesch.sk](http://www.linkesch.sk)