-
Notifications
You must be signed in to change notification settings - Fork 11
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
Save as HTML #38
Comments
Hi @smaragdus! Could you please give some example, how this HTML might look like? |
This is a cool idea. Basically you save it as a long list of anchor elements that link to the folder on the system. something like <a href="file://c:/..."> PATH </a> |
Aha, ok, makes sense. Maybe you have also suggestions on metadata (like creation/modification timestamps, size etc)? |
I'm not sure how you feel about it, but you could add a javascript file somewhere in the project directory and make it interactive (ie sort by creation date). Would make for a nice way to snapshot data, and view it. |
Interesting idea, thanks for it! |
You mentioned example- I imagined something like that: This is HTML file inside ZIP archive. Of course the HTML file can be much simpler. |
I'll spend some time looking into it. |
Currently search results can be saved as TXT and CSV files. I would appreciate an option to save search results as HTML file.
The text was updated successfully, but these errors were encountered: