posit-dev / py-htmltools

Tools for HTML generation and output
MIT License
19 stars 4 forks source link

Should allow HTML dependencies from remote URLs #52

Closed wch closed 1 year ago

wch commented 1 year ago

HTML dependencies currently only can be defined with local URLs; we should add support for remote URLs.

schloerke commented 1 year ago

Shiny would need to know of the new type once implemented

schloerke commented 1 year ago

Related: https://github.com/rstudio/py-htmltools/blob/39e450e5877daafc3f8407ad5fe2a93e345b9a8e/htmltools/_core.py#L899-L901