An open API service indexing awesome lists of open source software.

https://github.com/dgf/dm4-images

DeepaMehta 4 Images
https://github.com/dgf/dm4-images

Last synced: 9 months ago
JSON representation

DeepaMehta 4 Images

Awesome Lists containing this project

README

          

# DeepaMehta 4 Images

Enables the browsing and upload of images while editing HTML content in [CKEditor](http://ckeditor.com/).

## Requirements

* [DeepaMehta 4](http://github.com/jri/deepamehta) 4.2

## Usage

This plugin activates the [Upload](http://docs.cksource.com/CKEditor_3.x/Users_Guide/Rich_Text/Images#Upload) tab
and the [Browse Server](http://docs.cksource.com/CKEditor_3.x/Users_Guide/Rich_Text/Images#Link) button of CKEditor.

![upload tab](https://github.com/dgf/dm4-images/raw/master/doc/upload.png)

every uploaded file is stored in the *images* directory

![file topics map](https://github.com/dgf/dm4-images/raw/master/doc/screenshot.png)

this directory is also the base of the image browser that pops up after a click on *Browse Server*

![browse server](https://github.com/dgf/dm4-images/raw/master/doc/browse.png)

## Development

clone this repo and install the plugin before starting the runner

git clone https://github.com/dgf/dm4-images
cd dm4-images
mvn install
mvn pax:run