EdgeViewer - Modern HTML viewer plugin
Moderators: Hacker, petermad, Stefan2, white
Re: EdgeViewer - Modern HTML viewer plugin
Thank you for update.
Please, add page encoding for mht/mhtml files.
As example, page with Cyrillic symbols. Saved in Edge (the same situation if it saved in Chrome)
https://www.upload.ee/files/15713391/Page.mhtml.html
Edge displays it correctly, TC plugin HTMLView - correctly.
EdgeViewer - кракозябры. Image: https://i.imgur.com/o3fhqhg.png
Please, add page encoding for mht/mhtml files.
As example, page with Cyrillic symbols. Saved in Edge (the same situation if it saved in Chrome)
https://www.upload.ee/files/15713391/Page.mhtml.html
Edge displays it correctly, TC plugin HTMLView - correctly.
EdgeViewer - кракозябры. Image: https://i.imgur.com/o3fhqhg.png
"I used to feel guilty in Cambridge that I spent all day playing games, while I was supposed to be doing mathematics. Then, when I discovered surreal numbers, I realized that playing games IS math." John Horton Conway
- rg_software
- Member
- Posts: 140
- Joined: 2009-08-06, 12:59 UTC
- Location: Aizu-Wakamatsu, Japan
Re: EdgeViewer - Modern HTML viewer plugin
This is a recurring topic here. I don't know how to combine this functionality with detect string. It seems that a directory doesn't match any detect string, so my ListLoad() is not called. It seems the only way to get ListLoad() called is to completely abandon a detect string. Correct me if I am wrong.Horst.Epp wrote: 2023-09-22, 09:58 UTC For me, it doesn't.
I have HTMLView and the EdgeViewer installed.
This way, HTMLView displays dir content.
- rg_software
- Member
- Posts: 140
- Joined: 2009-08-06, 12:59 UTC
- Location: Aizu-Wakamatsu, Japan
Re: EdgeViewer - Modern HTML viewer plugin
Will try to investigate. It seems that the conversion module mangles itLonerD wrote: 2023-09-22, 13:26 UTC Thank you for update.
Please, add page encoding for mht/mhtml files.

Re: EdgeViewer - Modern HTML viewer plugin
You are wrongrg_software wrote: 2023-09-22, 16:21 UTC This is a recurring topic here. I don't know how to combine this functionality with detect string. It seems that a directory doesn't match any detect string, so my ListLoad() is not called. It seems the only way to get ListLoad() called is to completely abandon a detect string. Correct me if I am wrong.

Even with an empty detect string, EdgeViewer doesn't display dirs.
HTMLView always displays dirs.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
- rg_software
- Member
- Posts: 140
- Joined: 2009-08-06, 12:59 UTC
- Location: Aizu-Wakamatsu, Japan
Re: EdgeViewer - Modern HTML viewer plugin
I can do it with an empty detect string, but I can't do it when it isn't empty. Does HTMLView display dirs with a non-empty detect string? F3, Ctrl+Q, go to next file?Horst.Epp wrote: 2023-09-22, 16:34 UTC You are wrong![]()
Even with an empty detect string, EdgeViewer doesn't display dirs.
HTMLView always displays dirs.
Re: EdgeViewer - Modern HTML viewer plugin
Does HTMLView display dirs with a non-empty detect string? F3, Ctrl+Q, go to next file?
Yes. (for Ctrl+Q when ShowDirs=1 is set in the [options] section of HTMLView.ini)
Yes. (for Ctrl+Q when ShowDirs=1 is set in the [options] section of HTMLView.ini)
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: EdgeViewer - Modern HTML viewer plugin
No, Dir display is only working with an empty detect string.rg_software wrote: 2023-09-22, 23:08 UTC I can do it with an empty detect string, but I can't do it when it isn't empty. Does HTMLView display dirs with a non-empty detect string? F3, Ctrl+Q, go to next file?
With a non-empty string, TC shows the details about the dir
or in my case, DirSizeCalc shows a graphic with the sizes of the dir entries.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: EdgeViewer - Modern HTML viewer plugin
You can use for example:With a non-empty string, TC shows the details about the dir
Code: Select all
X_detect="EXT="" | EXT="PDF" | EXT="HTM""
Code: Select all
X_detect="EXT="" | EXT="PDF" | FORCE"
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: EdgeViewer - Modern HTML viewer plugin
2petermad
You are right, as always
"EXT="" does the job.
You are right, as always

"EXT="" does the job.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: EdgeViewer - Modern HTML viewer plugin
I have some old MHTs - https://www.upload.ee/files/15718654/TEST_MHT.rar.html
None of them could be opened with 1.0.3 version. I see just blank white page.
wincmd.ini :
None of them could be opened with 1.0.3 version. I see just blank white page.
wincmd.ini :
Code: Select all
2=%COMMANDER_PATH%\Plugins\wlx\EdgeViewer\EdgeViewer.wlx
2_detect="EXT="HTM"|EXT="HTML"|EXT="XML"|EXT="PDF"|EXT="PHP"|EXT="MD"|EXT="MARKDOWN"|EXT="ADOC"|EXT="ASCIIDOC"|EXT="URL"|EXT="MHT"|EXT="MHTML""
Ukrainian Total Commander Translator. Feedback and discuss.
Re: EdgeViewer - Modern HTML viewer plugin
Same here.MaxX wrote: 2023-09-24, 06:54 UTC I have some old MHTs - https://www.upload.ee/files/15718654/TEST_MHT.rar.html
None of them could be opened with 1.0.3 version. I see just blank white page.
All of them can be shown with HTMLView, ULister or MS Edge.
EdgeViewer only shows blank pages.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
- rg_software
- Member
- Posts: 140
- Joined: 2009-08-06, 12:59 UTC
- Location: Aizu-Wakamatsu, Japan
Re: EdgeViewer - Modern HTML viewer plugin
They aren't blank pages, they are conversion errors of mhtml2html library. Someone will have to fix that.EdgeViewer only shows blank pages.
Speaking of directories, are you guys mostly interested in image thumbnails? It seems that the old HTMLView is pretty robust, BUT it doesn't really do anything itself, its all the functionality of underlying IE engine. Edge doesn't have it, so I can make an image gallery, for example, or something more interesting, but in any case it would be my job to decide how to show the dir content.
Re: EdgeViewer - Modern HTML viewer plugin
With HMTMLView I like the display of directory thumbnails
and for files the details list.
and for files the details list.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: EdgeViewer - Modern HTML viewer plugin
What can we do with that ourselves now?rg_software wrote: 2023-09-24, 14:33 UTCThey aren't blank pages, they are conversion errors of mhtml2html library. Someone will have to fix that.EdgeViewer only shows blank pages.
Ukrainian Total Commander Translator. Feedback and discuss.
Re: EdgeViewer - Modern HTML viewer plugin
Wait until someone fixes it and use HTMLView

Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64