Index: lams_build/conf/etherpad/readme.txt =================================================================== diff -u -r27d84ad0362923ebbebc8520626d01e898934850 -rc83cefc8bdfd1eb8860c4d8c56b1468d0eea5079 --- lams_build/conf/etherpad/readme.txt (.../readme.txt) (revision 27d84ad0362923ebbebc8520626d01e898934850) +++ lams_build/conf/etherpad/readme.txt (.../readme.txt) (revision c83cefc8bdfd1eb8860c4d8c56b1468d0eea5079) @@ -21,6 +21,17 @@ comments_page: Adds comments on sidebar and link it to the text 0.1.63 export_authors: Etherpad plugin to add author information to the html export 0.1.1 headings2: Adds heading support 0.2.30 + ice_tables: Add tables to etherpad 0.0.3 + + If this plugin installs correctly but does not display in Etherpad, + manually add following section to package-lock.json after all other plugins (for example after ep_stats section) + + "ep_ice_tables": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/ep_ice_tables/-/ep_ice_tables-0.0.3.tgz", + "integrity": "sha512-vOoY42DZq7EvpbLdiknQ+1GjQoK9iQIOp2XdUXhPBgPyBzBj3TSQTfzxwge5iQUbXY9hvvOwoh7U+jXm4u/xbQ==" + }, + image_upload: Add images to etherpad 1.0.51 After installing set up ep_image_upload section at the botton of settings.json @@ -33,7 +44,7 @@ "integrity": "sha512-zQvEJO4vPVh/GSBGg/8sus+VcF7R6nO1ZjQPkC+Ks1zPbplZU3R7vng56uCpxReJ/ABK8CKm4Zliq0fp8++uiw==" }, - previewimages Preview image when pasting a link to an image 0.0.13 + previewimages: Preview image when pasting a link to an image 0.0.13 If this plugin installs correctly but does not display in Etherpad, manually add following section to package-lock.json after all other plugins (for example after ep_stats section)