html2notebook

Convert static HTML files to notebooks

MIT License

Downloads
379
Stars
3
Committers
2

Bot releases are visible (Hide)

html2notebook - v1.2.1 Latest Release

Published by github-actions[bot] over 1 year ago

Added

  • Added repository info to package.json

Fixed

  • Missing compiled lib/
html2notebook - v1.2.0

Published by github-actions[bot] over 1 year ago

Added

  • Added notebook configuration option replaceNode()

Removed

  • Removed notebook configuration option getTextCells()

Changed

  • Migrated source code to Typescript
  • Renamed notebook configuration option html2data() to html2cells()
  • Renamed notebook configuration option data2notebook() to cells2notebook()
html2notebook - v1.1.0

Published by github-actions[bot] over 1 year ago

Fixed

  • Properly prepend user-defined styles to text-type notebook cells

Changed

  • Start a new cell if cell type has changed and on every code cell
  • Allow text cells matching only whitespace characters to be appended

Removed

  • Removed dependencies typescript, typedoc
html2notebook - v1.0.0

Published by github-actions[bot] over 1 year ago

  • Initial code base