Add document title in topbar and allow params with user extensions (#720)

* use document title to display the current file
* add document title in top bar
This commit is contained in:
JFH
2022-01-31 23:36:57 +01:00
committed by GitHub
parent 5d1ba0205b
commit db8522fcb7
12 changed files with 654 additions and 507 deletions

View File

@@ -83,12 +83,12 @@
"dependencies": {
"@babel/polyfill": "7.12.1",
"browser-fs-access": "0.24.0",
"canvg": "3.0.9",
"canvg": "3.0.10",
"core-js": "3.20.3",
"elix": "15.0.1",
"html2canvas": "1.4.1",
"i18next": "21.6.7",
"jspdf": "2.5.0",
"i18next": "21.6.10",
"jspdf": "2.5.1",
"pathseg": "1.2.1",
"regenerator-runtime": "0.13.9",
"rollup-plugin-polyfill-node": "0.8.0",
@@ -108,16 +108,16 @@
"@rollup/plugin-replace": "3.0.1",
"@rollup/plugin-url": "6.1.0",
"@web/dev-server": "0.1.29",
"@web/dev-server-rollup": "0.3.14",
"@web/dev-server-rollup": "0.3.15",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"copyfiles": "2.4.1",
"core-js-bundle": "3.20.3",
"cp-cli": "2.0.0",
"cypress": "9.3.1",
"cypress": "9.4.1",
"cypress-multi-reporters": "1.5.0",
"cypress-plugin-snapshots": "1.4.4",
"jamilih": "0.54.0",
"jsdoc": "3.6.9",
"jsdoc": "3.6.10",
"node-static": "0.7.11",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
@@ -128,10 +128,10 @@
"remark-cli": "10.0.1",
"remark-lint-ordered-list-marker-value": "3.1.1",
"rimraf": "3.0.2",
"rollup": "2.66.0",
"rollup": "2.66.1",
"rollup-plugin-copy": "3.4.0",
"rollup-plugin-filesize": "9.1.2",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-html": "0.2.1",
"rollup-plugin-node-polyfills": "0.2.1",
"rollup-plugin-progress": "1.1.2",
"rollup-plugin-re": "1.0.7",