Skip to content

Provide an inlining tool for single file presentations #3

@berb

Description

@berb

In order to provide self-contained presentations, an inlining tool would be helpful. It should provide the following features:

  • embed all stylesheets and script files directly into the HTML file
  • resolve any external resources (image files etc.) and create base64 encoded versions
  • embded the external resources into the HTML file using data-URIs

Possible solution:
node.js-based script using jsdom for accessing and manipulating the HTML5 DOM.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions