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
- Host: GitHub
- URL: https://github.com/dgf/dm4-images
- Owner: dgf
- Created: 2012-08-29T07:32:03.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T14:31:54.000Z (about 5 years ago)
- Last Synced: 2025-03-16T19:26:07.269Z (over 1 year ago)
- Language: Java
- Size: 283 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

every uploaded file is stored in the *images* directory

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

## 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