ep_images_extended 1.0.5 → 1.0.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,8 +4,7 @@
4
4
  `ep_images_extended` builds on `ep_image_insert` and other image upload plugins.
5
5
  The main difference is that images are built as custom span structures using the CSS background image attribute. This bypasses the Content Collector which always requires images to be block-level styles (so they couldn't share the line with text). As a result, we can now type around images, which allows the creation of more interactive pad content. The plugin includes some other features like click + drag resize, image float, and cut/copy/delete through a context menu. It was designed for compatibility with my forthcoming tables plugin. It's a pretty heavyweight plugin (some would say overengineered), because I was prioritizing meeting functional requirements for my project. Etherpad wizards might have tips for optimization, it would surely be appreciated.
6
6
 
7
- ![Demo](https://imgur.com/a/ubRzNjQ)
8
- ---
7
+ ![Demo](https://i.imgur.com/qGOBRep.png)
9
8
 
10
9
  ## Installation
11
10
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ep_images_extended",
3
3
  "description": "Insert images inline with text, float them, resize them, and more.",
4
- "version": "1.0.5",
4
+ "version": "1.0.51",
5
5
  "author": {
6
6
  "name": "DCastelone",
7
7
  "url": "https://github.com/dcastelone"
@@ -17,9 +17,9 @@
17
17
  "etherpad",
18
18
  "plugin",
19
19
  "ep",
20
- "hyperlink",
21
- "link",
22
- "url"
20
+ "images",
21
+ "upload",
22
+ "img"
23
23
  ],
24
24
  "repository": {
25
25
  "type": "git",