ep_template_content 0.0.25 → 0.0.35
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.
- package/README.md +16 -16
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
  [](https://github.com/ether/ep_template_content/actions/workflows/test-and-release.yml)
|
|
2
2
|
|
|
3
|
-
[](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
|
-

|
|
10
|
-
|
|
11
|
-
## Installing
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
or Use the Etherpad ``/admin`` interface.
|
|
15
|
-
|
|
16
|
-
## LICENSE
|
|
17
|
-
Apache 2.0
|
|
3
|
+
[](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
|
+

|
|
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.
|
|
4
|
+
"version": "0.0.35",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
7
7
|
"email": "john@mclear.co.uk"
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"repository": {
|
|
13
13
|
"type": "git",
|
|
14
|
-
"url": "
|
|
14
|
+
"url": "https://github.com/ether/ep_template_content.git"
|
|
15
15
|
},
|
|
16
16
|
"funding": {
|
|
17
17
|
"type": "individual",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"eslint": "^8.57.1",
|
|
22
22
|
"eslint-config-etherpad": "^4.0.4",
|
|
23
|
-
"typescript": "^
|
|
23
|
+
"typescript": "^5.9.3"
|
|
24
24
|
},
|
|
25
25
|
"scripts": {
|
|
26
26
|
"lint": "eslint .",
|
|
27
27
|
"lint:fix": "eslint --fix ."
|
|
28
28
|
}
|
|
29
|
-
}
|
|
29
|
+
}
|