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 9 forks source link

Support tabs (move elements within a document by id) #163

Open roll opened 3 years ago

roll commented 3 years ago

Overview

Consider we have 3 charts but we want to have them in the tabs HTML markup. To achieve it we might need a mechanism that allow to move or mentions HTML elements in the document.

We have

'''html markup
# bootstrap tabs
# I want to put my charts here
'''

As a solution: a snippet can have a universal ID prop that we can use as a reference in other compoentns.