1.2.7 • Published 8 years ago

ep_export_cp_html_image v1.2.7

Weekly downloads
29
License
ISC
Repository
github
Last release
8 years ago

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

  1. Open settings tab in etherpad
  2. 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; 1. Full HTML - localStorage.getItem("etherpadHTML"); 2. Body HTML - localStorage.getItem("etherpadHTML_body") 3. 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:

  1. HTML
  2. localStorage

TODO

Export in PDF

##Changelog Fixed utf-8 encoding

License

ISC

1.2.7

8 years ago

1.2.6

8 years ago

1.2.5

8 years ago

1.2.4

8 years ago

1.2.3

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.9

8 years ago

1.1.8

8 years ago

1.1.7

8 years ago

1.1.6

8 years ago

1.1.5

8 years ago

1.1.4

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago