indexer-plus-plus
indexer-plus-plus copied to clipboard
Save as HTML
Currently search results can be saved as TXT and CSV files. I would appreciate an option to save search results as HTML file.
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!
@dfs-minded
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.