add linkchecker and tinycomments auxillary files
This commit is contained in:
parent
bcdaae9743
commit
0500dbd7dd
10
plugins/linkchecker/plugin.min.js
vendored
Normal file
10
plugins/linkchecker/plugin.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
10
plugins/tinycomments/css/tinycomments.css
Normal file
10
plugins/tinycomments/css/tinycomments.css
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
/*!
|
||||||
|
* Tiny Comments plugin
|
||||||
|
*
|
||||||
|
* Copyright (c) 2023 Ephox Corporation DBA Tiny Technologies, Inc.
|
||||||
|
* Licensed under the Tiny commercial license. See https://www.tiny.cloud/legal/
|
||||||
|
*
|
||||||
|
* Version: 3.4.0-125
|
||||||
|
*/
|
||||||
|
|
||||||
|
.tox .tox-conversations{display:flex;flex-direction:column;position:relative}.tox .tox-conversations__header{align-items:center;display:flex;justify-content:space-between}.tox .tox-conversations__title{font-size:20px;font-weight:400;padding:8px 0 8px 0}.tox-comment__scroll .tox-comment.tox-comment--disappearing{transition:opacity .5s ease}.tox-comment__scroll .tox-comment[data-transitioning-destination="deleting"]{opacity:0}.tox .tox-comment__body{max-height:7em;overflow:hidden;transition:max-height .5s cubic-bezier(0, 1, 0, 1);position:relative}.tox .tox-comment__body.tox-comment__body--expanded{max-height:100em;transition:max-height 1s ease-in-out}.tox .tox-comment .tox-comment__body.tox-comment__body--pending{transition:max-height 0s}.tox .tox-conversations{min-width:300px;max-width:300px;width:300px}.tox .tox-comment:focus{background-color:rgba(34,47,62,0.1)}.tox .tox-comment__expander p:focus{font-weight:bold}
|
10
plugins/tinycomments/js/tinycomments-sidebar.min.js
vendored
Normal file
10
plugins/tinycomments/js/tinycomments-sidebar.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -5,7 +5,7 @@ import {resolve, dirname} from "path";
|
|||||||
const freeKey = "qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc";
|
const freeKey = "qagffr3pkuv17a8on1afax661irst1hbr4e6tbv888sz91jc";
|
||||||
const skins = ["dark", "default", "document", "tinymce-5", "tinymce-5-dark", "writer"];
|
const skins = ["dark", "default", "document", "tinymce-5", "tinymce-5-dark", "writer"];
|
||||||
const uis = ["oxide", "oxide-dark", "tinymce-5", "tinymce-5-dark"];
|
const uis = ["oxide", "oxide-dark", "tinymce-5", "tinymce-5-dark"];
|
||||||
const pluginList = "a11ychecker advcode advtable advtemplate typography ai casechange checklist comments editimage mediaembed export footnotes formatpainter inlinecss linkchecker mentions mergetags moxiemanager pageembed permanentpen powerpaste rtc spellchecker autocorrect tableofcontents tinydrive accordion advlist anchor autolink autoresize autosave charmap code codesample directionality emoticons fullscreen help image importcss insertdatetime link lists media nonbreaking pagebreak preview quickbars save searchreplace table template visualblocks visualchars wordcount";
|
const pluginList = "a11ychecker advcode advtable advtemplate typography ai casechange checklist tinycomments editimage mediaembed export footnotes formatpainter inlinecss linkchecker mentions mergetags moxiemanager pageembed permanentpen powerpaste rtc spellchecker autocorrect tableofcontents tinydrive accordion advlist anchor autolink autoresize autosave charmap code codesample directionality emoticons fullscreen help image importcss insertdatetime link lists media nonbreaking pagebreak preview quickbars save searchreplace table template visualblocks visualchars wordcount";
|
||||||
const base = `https://cdn.tiny.cloud/1/${freeKey}/tinymce/6`
|
const base = `https://cdn.tiny.cloud/1/${freeKey}/tinymce/6`
|
||||||
|
|
||||||
let headers = {
|
let headers = {
|
||||||
@ -31,6 +31,8 @@ async function main() {
|
|||||||
await fetchAux("/plugins/a11ychecker/css/annotations.css");
|
await fetchAux("/plugins/a11ychecker/css/annotations.css");
|
||||||
await fetchAux("/plugins/pageembed/css/empa30.css");
|
await fetchAux("/plugins/pageembed/css/empa30.css");
|
||||||
await fetchAux("/plugins/mediaembed/content.min.css");
|
await fetchAux("/plugins/mediaembed/content.min.css");
|
||||||
|
await fetchAux("/plugins/tinycomments/css/tinycomments.css");
|
||||||
|
await fetchAux("/plugins/tinycomments/js/tinycomments-sidebar.min.js");
|
||||||
for(let t of skins) {
|
for(let t of skins) {
|
||||||
await fetchAux(`/skins/content/${t}/content.min.css`)
|
await fetchAux(`/skins/content/${t}/content.min.css`)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user