ep_headings2 0.2.108 → 0.2.109
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 +18 -1
- package/demo.gif +0 -0
- package/demo.png +0 -0
- package/package.json +3 -3
- package/screenshot.png +0 -0
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
An Etherpad Plugin to apply h1 etc. headings to a pad.
|
|
5
5
|
|
|
6
|
-

|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
|
@@ -15,6 +15,23 @@ An Etherpad Plugin to apply h1 etc. headings to a pad.
|
|
|
15
15
|
- [x] Shows active Heading
|
|
16
16
|
- [x] Maintained by the Etherpad Foundation
|
|
17
17
|
|
|
18
|
+
## Installation
|
|
19
|
+
|
|
20
|
+
Install from the Etherpad admin UI (**Admin → Manage Plugins**,
|
|
21
|
+
search for `ep_headings2` and click *Install*), or from the Etherpad
|
|
22
|
+
root directory:
|
|
23
|
+
|
|
24
|
+
```sh
|
|
25
|
+
pnpm run plugins install ep_headings2
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
> ⚠️ Don't run `npm i` / `npm install` yourself from the Etherpad
|
|
29
|
+
> source tree — Etherpad tracks installed plugins through its own
|
|
30
|
+
> plugin-manager, and hand-editing `package.json` can leave the
|
|
31
|
+
> server unable to start.
|
|
32
|
+
|
|
33
|
+
After installing, restart Etherpad.
|
|
34
|
+
|
|
18
35
|
## Copyright and License
|
|
19
36
|
|
|
20
37
|
Copyright the ep_headings2 authors and contributors.
|
package/demo.gif
ADDED
|
Binary file
|
package/demo.png
ADDED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc.",
|
|
3
3
|
"name": "ep_headings2",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.109",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
7
7
|
"email": "john@mclear.co.uk"
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"eslint": "^8.57.1",
|
|
41
|
-
"eslint-config-etherpad": "^4.0.
|
|
42
|
-
"typescript": "^6.0.
|
|
41
|
+
"eslint-config-etherpad": "^4.0.5",
|
|
42
|
+
"typescript": "^6.0.3"
|
|
43
43
|
},
|
|
44
44
|
"repository": {
|
|
45
45
|
"type": "git",
|
package/screenshot.png
DELETED
|
Binary file
|