-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add an HTML export #61
Comments
Thanks for working on this! Very promising! Please don't forget to escape HTML in the input; use Also, I think HTML exports should be self-contained, so please avoid stylesheets from external sources. You probably wanted to hack something together quickly, so I understand that you took a few shortcuts. :) |
Yes this is indeed a quick a dirty version. I will remove watercss later on. I now next to nothing about Golang. I would love to extract the html from the Go file and put in a proper html file. Feel free to help with that (with a package or file loading/import logic maybe?) |
You can use the embed package:
|
Thank you I will look into that next week |
Great! |
This would be awesome!! |
Hello,
I am playing with the idea of an HTML export:
the goal would be to have a gui export. It would be easier to read by non tech folks. What do you think?
The text was updated successfully, but these errors were encountered: