ep_export_cp_html_image
v1.2.7
Published
HTML export from pad AS YOU SEE
Maintainers
Readme
Tested on NodeJs v4.3.1 and etherpad v1.6.0
Exports par by client HTML hook with styles,it means it export pad in HTML as you see it
Features:
- Ability to export pad as HTML
- Ability to export pad in localstorage
How to change export method
- Open settings tab in etherpad
- Find "Etherpad export method" and change value on what you needet Default value is: HTML
LocalStorage export method
To export pad in localstorage you can now simply use function "ExportPadInLocalStorage()"" (developers) and still change export method in client pad settings tab;
- Full HTML - localStorage.getItem("etherpadHTML");
- Body HTML - localStorage.getItem("etherpadHTML_body")
- Styles - localStorage.getItem("etherpadHTML_styles");
Export type method in javascript
You can get export type method by using variable "export_type",just write it in developer console "export_type"
Values:
- HTML
- localStorage
TODO
Export in PDF
##Changelog Fixed utf-8 encoding
License
ISC
