gadenbuie / js4shiny

Companion Package for JavaScript for Shiny Users

Home Page:http://pkg.js4shiny.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to open html example

gadenbuie opened this issue · comments

Add ability to find example slugs for .html files that are opened with live_preview() by default.

Should it support both this-example.html and this-example/index.html?

added internal open_html_example() that supports this-example when this-example/index.html.

Also will read from registry.yml in that folder and if type: html-external will open the preview in an external browser

71d9478