frictionlessdata / livemark

Data presentation framework for Python that generates static sites from extended Markdown with interactive charts, tables, scripts, and other features
https://livemark.frictionlessdata.io
MIT License
95 stars 8 forks source link

Make livemark articles self-contained? #232

Open roll opened 1 year ago

roll commented 1 year ago

Overview

It will allow us to go forward with #227

Implementation

There are only a few plugins that depend on external local files so we just need to include data of image/chart/table etc to the page.

The search index might be an exception of a shared file but only shared if there are pages. If the search index is not available the page should hide the search probably (or create index on the flight)