Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

explainST: HTML format should emit chunks #11

Open
dylanbeaudette opened this issue Apr 18, 2019 · 1 comment
Open

explainST: HTML format should emit chunks #11

dylanbeaudette opened this issue Apr 18, 2019 · 1 comment

Comments

@dylanbeaudette
Copy link
Member

Also, how can we encode spacing to match font size of subgroup taxa? SVG output is likely the best route here.

@brownag brownag changed the title HTML format should emit chunks explainST: HTML format should emit chunks Oct 1, 2024
@brownag
Copy link
Member

brownag commented Oct 1, 2024

For "emit chunks" is this to allow for vector input of taxon names and list output of HTML? i.e. same as lapply(taxa, explainST, format="html")? Currently we don't support multiple taxa on the same HTML page or in text output without manually iterating.

I believe the spacing issue was resolved using div styles with monospace font family.

SVG output might be useful but not sure where I would use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants