EdgeViewer - Modern HTML viewer plugin

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
rg_software
Member
Member
Posts: 113
Joined: 2009-08-06, 12:59 UTC
Location: Aizu-Wakamatsu, Japan

Re: EdgeViewer - Modern HTML viewer plugin

Post by *rg_software »

Horst.Epp wrote: 2023-09-29, 09:35 UTC That links to a very old version of EdgeViewer.
Really? Try this.
User avatar
petermad
Power Member
Power Member
Posts: 14853
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: EdgeViewer - Modern HTML viewer plugin

Post by *petermad »

That links to a very old version of EdgeViewer.
Yes, way back from November 2022!
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6512
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Horst.Epp »

rg_software wrote: 2023-09-29, 11:17 UTC
Horst.Epp wrote: 2023-09-29, 09:35 UTC That links to a very old version of EdgeViewer.
Really? Try this.
That works.
The Dir mode is almost useless.
It only shows a few thumbnails on some dirs and a blank page on most others.
In no way a substitute for HTMLView.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3593)
TC 11.03 x64 / x86
Everything 1.5.0.1376a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.78
QAP 11.6.3.3 x64
User avatar
rg_software
Member
Member
Posts: 113
Joined: 2009-08-06, 12:59 UTC
Location: Aizu-Wakamatsu, Japan

Re: EdgeViewer - Modern HTML viewer plugin

Post by *rg_software »

In no way a substitute for HTMLView.
Yeah, the challenge is to figure out what actually should be done. I have no idea how HTMLView works. At a glance, it simply opens a folder in IE. I can't reproduce this behavior in Edge or even in IE.

If you try opening a folder in a browser, it simply shows files and folders, just like Windows Explorer.

I am planning to make a little update of my other plugin (wcx-markdown-viewer), which is based on HTMLView, so I'll look closer what's going on there.
User avatar
petermad
Power Member
Power Member
Posts: 14853
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: EdgeViewer - Modern HTML viewer plugin

Post by *petermad »

2rg_software
May I suggest that you add webp - like:

Code: Select all

; also show directory contents
Dirs=1
DirImageExt=jpg|jpeg|png|gif|svg|bmp|webp
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
MaxX
Power Member
Power Member
Posts: 1034
Joined: 2012-03-23, 18:15 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *MaxX »

Dalai wrote: 2023-09-28, 13:38 UTC 2MaxX
PHP files are plain text, that is until they're executed (by some web server). Such execution usually results in HTML code which is then interpreted by a web browser displaying a web page. But after they're executed, they're not PHP files per se anymore.

NB: HTML and PHP are both plain text, but with different syntax.

Regards
Dalai
I mean "plain text" as regular text with no html/xml/other markup.
Any saved "php" link becomes a regular html file with .php extension on user side.
Ukrainian Total Commander Translator. Feedback and discuss.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6512
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Horst.Epp »

MaxX wrote: 2023-09-29, 18:33 UTC I mean "plain text" as regular text with no html/xml/other markup.
Any saved "php" link becomes a regular html file with .php extension on user side.
That needs a server component, which is not available by just viewing a PHP script.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3593)
TC 11.03 x64 / x86
Everything 1.5.0.1376a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.78
QAP 11.6.3.3 x64
User avatar
Dalai
Power Member
Power Member
Posts: 9422
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Dalai »

MaxX wrote: 2023-09-29, 18:33 UTCAny saved "php" link becomes a regular html file with .php extension on user side.
Correct. Well, PHP files are a kind of special. Depending on where they appear their content is completely different.

Still, such files shouldn't be interpreted as HTML by default because people who know PHP expect it to be handled as a PHP script file.

Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
MaxX
Power Member
Power Member
Posts: 1034
Joined: 2012-03-23, 18:15 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *MaxX »

Well, that's not a problem for me to write PHP and some another extensions myself. No need to break existing standards.
Ukrainian Total Commander Translator. Feedback and discuss.
KozakMak
Senior Member
Senior Member
Posts: 372
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *KozakMak »

rg_software wrote: 2023-09-29, 13:01 UTC I am planning to make a little update of my other plugin (wcx-markdown-viewer), which is based on HTMLView, so I'll look closer what's going on there.
any news?
OS: Win10 | TC: latest x64
User avatar
rg_software
Member
Member
Posts: 113
Joined: 2009-08-06, 12:59 UTC
Location: Aizu-Wakamatsu, Japan

Re: EdgeViewer - Modern HTML viewer plugin

Post by *rg_software »

KozakMak wrote: 2023-10-25, 07:03 UTC
rg_software wrote: 2023-09-29, 13:01 UTC I am planning to make a little update of my other plugin (wcx-markdown-viewer), which is based on HTMLView, so I'll look closer what's going on there.
any news?
Not yet; I have just uploaded the current version of Edge Viewer to totalcmd.net, so will take a look at markdown viewer.

Anything in particular you are interested in?
KozakMak
Senior Member
Senior Member
Posts: 372
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *KozakMak »

rg_software wrote: 2023-10-26, 12:57 UTC Anything in particular you are interested in?
Directory view support
OS: Win10 | TC: latest x64
Joco
Junior Member
Junior Member
Posts: 10
Joined: 2019-11-22, 18:46 UTC

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Joco »

It dos'n like specials characters in file name.

for example: á.htm
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6512
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Horst.Epp »

Joco wrote: 2023-10-26, 18:27 UTC It dos'n like specials characters in file name.

for example: á.htm
Confirmed
Windows 11 Home x64 Version 23H2 (OS Build 22631.3593)
TC 11.03 x64 / x86
Everything 1.5.0.1376a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.78
QAP 11.6.3.3 x64
User avatar
rg_software
Member
Member
Posts: 113
Joined: 2009-08-06, 12:59 UTC
Location: Aizu-Wakamatsu, Japan

Re: EdgeViewer - Modern HTML viewer plugin

Post by *rg_software »

Horst.Epp wrote: 2023-10-26, 19:53 UTC
Joco wrote: 2023-10-26, 18:27 UTC It dos'n like specials characters in file name.

for example: á.htm
Confirmed
Sure. Some code is shared between these projects. So I fixed it in EdgeViewer, will check if the same bug is in the other plugin.
Post Reply