yatt-ai / yattie

A tool to help testers test.
GNU General Public License v3.0
61 stars 10 forks source link

feat: Allow exporting to .docx and .html #60

Open dacoaster opened 1 year ago

dacoaster commented 1 year ago

Feature Request

Extend document export with .docx and .html options.

vijiboy commented 1 year ago

especially "export to html" to play those local video files of screen recordings.

dacoaster commented 1 year ago

Good point @vijiboy. This should be a simple enough change, so I will try to get it in the next release after the one going out this week.

dacoaster commented 1 year ago

I mocked this up and the results weren't very satisfying. The HTML documents required all of the assets to be kept alongside the file so it overall wasn't very portable.

I'm going to work on making this more portable/easy to share, but it's going to take a bit longer than expected. Hopefully on the order of a few weeks.

vijiboy commented 1 year ago

great to see your quick response !

Good point @vijiboy. This should be a simple enough change, so I will try to get it in the next release after the one going out this week.

seems not that simple enough. kudos to you for keeping the feature work, in-progress. 🤩 I feel this "export to HTML for videos" will be a very useful feature. 👍

dacoaster commented 1 year ago

This will be addressed with #64 . I'll keep it open until that is fixed!