ep_table_of_contents 0.3.57 → 0.3.59
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 +2 -0
- package/locales/bn.json +3 -1
- package/locales/ia.json +1 -0
- package/locales/ja.json +8 -0
- package/locales/ro.json +8 -0
- package/locales/skr-arab.json +1 -0
- package/locales/sl.json +1 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -15,6 +15,8 @@ If you want to have the TOC shown by default, add following snippet to your `set
|
|
|
15
15
|
},
|
|
16
16
|
```
|
|
17
17
|
|
|
18
|
+
You can also set this on a per-pad basis by setting the URL parameter `toc` to `true` or `false`.
|
|
19
|
+
|
|
18
20
|
If you want to have a button in the toolbar to toggle the TOC, add following snippet to your `settings.json`:
|
|
19
21
|
|
|
20
22
|
```json
|
package/locales/bn.json
CHANGED
package/locales/ia.json
CHANGED
package/locales/ja.json
ADDED
package/locales/ro.json
ADDED
package/locales/skr-arab.json
CHANGED
package/locales/sl.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ep_table_of_contents",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.59",
|
|
4
4
|
"description": "View a table of contents for your pad",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "John McLear",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"url": "https://etherpad.org/"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"eslint": "^8.
|
|
32
|
+
"eslint": "^8.35.0",
|
|
33
33
|
"eslint-config-etherpad": "^3.0.9",
|
|
34
|
-
"typescript": "^4.
|
|
34
|
+
"typescript": "^4.9.5"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"lint": "eslint .",
|