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 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
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
- "আজিজ"
4
+ "আজিজ",
5
+ "আফতাবুজ্জামান"
5
6
  ]
6
7
  },
8
+ "ep_table_of_contents.toc.title": "সূচিপত্র দেখাও",
7
9
  "ep_table_of_contents.toc": "বিষয়বস্তুর সারণী দেখান"
8
10
  }
package/locales/ia.json CHANGED
@@ -4,5 +4,6 @@
4
4
  "McDutchie"
5
5
  ]
6
6
  },
7
+ "ep_table_of_contents.toc.title": "Monstrar le tabula de contento",
7
8
  "ep_table_of_contents.toc": "Monstrar le tabula de contento"
8
9
  }
@@ -0,0 +1,8 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "MagicAho"
5
+ ]
6
+ },
7
+ "ep_table_of_contents.toc.title": "目次の表示"
8
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Alesaru"
5
+ ]
6
+ },
7
+ "ep_table_of_contents.toc.title": "Arată cuprins"
8
+ }
@@ -4,5 +4,6 @@
4
4
  "Saraiki"
5
5
  ]
6
6
  },
7
+ "ep_table_of_contents.toc.title": "تندیر دی ٹیبل ݙکھاؤ",
7
8
  "ep_table_of_contents.toc": "تندیر دی ٹیبل ݙکھاؤ"
8
9
  }
package/locales/sl.json CHANGED
@@ -4,5 +4,6 @@
4
4
  "Eleassar"
5
5
  ]
6
6
  },
7
+ "ep_table_of_contents.toc.title": "Pokaži kazalo",
7
8
  "ep_table_of_contents.toc": "Prikaži kazalo:"
8
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ep_table_of_contents",
3
- "version": "0.3.57",
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.11.0",
32
+ "eslint": "^8.35.0",
33
33
  "eslint-config-etherpad": "^3.0.9",
34
- "typescript": "^4.6.2"
34
+ "typescript": "^4.9.5"
35
35
  },
36
36
  "scripts": {
37
37
  "lint": "eslint .",