ep_template_content 0.0.25 → 0.0.26

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 +15 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
1
  ![Publish Status](https://github.com/ether/ep_template_content/workflows/Node.js%20Package/badge.svg) ![Backend Tests Status](https://github.com/ether/ep_template_content/workflows/Backend%20tests/badge.svg)
2
2
 
3
- [![Travis (.org)](https://api.travis-ci.org/johnmclear/ep_template_content.svg?branch=develop)](https://travis-ci.org/github/johnmclear/ep_template_content)
4
-
5
- # Insert template content into a pad
6
- In this example plugin we should have content can be defined and then used as a template to show a popup for user input which can then be inserted into a pad.
7
-
8
- ## Example animated gif of usage if appropriate
9
- ![Screenshot](https://user-images.githubusercontent.com/220864/99979953-97841d80-2d9f-11eb-9782-5f65817c58f4.PNG)
10
-
11
- ## Installing
12
- npm install ep_template_content
13
-
14
- or Use the Etherpad ``/admin`` interface.
15
-
16
- ## LICENSE
17
- Apache 2.0
3
+ [![Travis (.org)](https://api.travis-ci.org/johnmclear/ep_template_content.svg?branch=develop)](https://travis-ci.org/github/johnmclear/ep_template_content)
4
+
5
+ # Insert template content into a pad
6
+ In this example plugin we should have content can be defined and then used as a template to show a popup for user input which can then be inserted into a pad.
7
+
8
+ ## Example animated gif of usage if appropriate
9
+ ![Screenshot](https://user-images.githubusercontent.com/220864/99979953-97841d80-2d9f-11eb-9782-5f65817c58f4.PNG)
10
+
11
+ ## Installing
12
+ pnpm run plugins install ep_template_content
13
+
14
+ or Use the Etherpad ``/admin`` interface.
15
+
16
+ ## LICENSE
17
+ Apache 2.0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Adds the ability to insert pre-defined template content into a pad.",
3
3
  "name": "ep_template_content",
4
- "version": "0.0.25",
4
+ "version": "0.0.26",
5
5
  "author": {
6
6
  "name": "John McLear",
7
7
  "email": "john@mclear.co.uk"