indexer-plus-plus icon indicating copy to clipboard operation
indexer-plus-plus copied to clipboard

Save as HTML

Open smaragdus opened this issue 7 years ago • 7 comments
trafficstars

Currently search results can be saved as TXT and CSV files. I would appreciate an option to save search results as HTML file.

smaragdus avatar Mar 28 '18 19:03 smaragdus

Hi @smaragdus! Could you please give some example, how this HTML might look like?

dfs-minded avatar Mar 31 '18 11:03 dfs-minded

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>

Stateford avatar Mar 31 '18 14:03 Stateford

Aha, ok, makes sense. Maybe you have also suggestions on metadata (like creation/modification timestamps, size etc)?

dfs-minded avatar Mar 31 '18 16:03 dfs-minded

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.

Stateford avatar Apr 01 '18 02:04 Stateford

Interesting idea, thanks for it!

dfs-minded avatar Apr 01 '18 09:04 dfs-minded

@dfs-minded

You mentioned example- I imagined something like that:

Indexer++ Beta Installer.zip

This is HTML file inside ZIP archive.

Of course the HTML file can be much simpler.

smaragdus avatar Nov 20 '18 22:11 smaragdus

I'll spend some time looking into it.

Stateford avatar Nov 21 '18 21:11 Stateford