Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by Biff »

Is it possible to show the content (in the "Preview" panel) of offline files, e.g. txt files, when the content (e.g. of txt files) is indexed?
void
Developer
Posts: 16698
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by void »

No.

I will consider an option to preview the indexed text/plain content.

Thank you for the suggestion.
Thy Grand Voidinesss
Posts: 690
Joined: Wed Jun 01, 2022 5:01 pm

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by Thy Grand Voidinesss »

void wrote: Fri Jul 14, 2023 9:07 amNo.
It is a long shot, but: would you consider adding such option for previewing for text-based ones, which file formats of interest user could define; starting with TXT and BAT, PS1, VBS, AHK etc.?

A second database could be created to store them [and this option should be by default turned off so to not drain user's resources]
Last edited by Thy Grand Voidinesss on Fri Jun 07, 2024 8:02 am, edited 4 times in total.
void
Developer
Posts: 16698
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by void »

I am considering an option to do this for text/plain files.

Thank you for the suggestion.
Biff
Posts: 1158
Joined: Mon May 25, 2015 7:09 am

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by Biff »

Thank you very much!
Thy Grand Voidinesss
Posts: 690
Joined: Wed Jun 01, 2022 5:01 pm

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by Thy Grand Voidinesss »

Thy Grand Voidinesss wrote: Sat Jul 15, 2023 2:16 pm [...]
consider adding such option for previewing for text based ones, which file formats of interest user could define; starting with TXT and BAT, PS1, VBS, AHK etc.?

A second database could be created to store them
[...]
But how would one tackle the issue of plain text files having different encoding pages? I mean: the database itself could not be plain text, right?
void
Developer
Posts: 16698
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by void »

The Everything database stores content as text/plain.

If previewing offline content ever becomes an option, the preview would be in text/plain only.
Thy Grand Voidinesss
Posts: 690
Joined: Wed Jun 01, 2022 5:01 pm

Re: Is it possible to show the content of offline files, e.g. txt files when the content is indexed?

Post by Thy Grand Voidinesss »

Oh, now I get it


The fact that in a TXT file for example the

Code: Select all

sign seen in Unicode as an a filled rectangle but seen as

Code: Select all

-
in ANSI does not mean that I will not find it when I will search for

Code: Select all

while having ANSI page-coded files


Well, I am not a coder, hence my [stupid] question I posted
Post Reply