Really? Try this.
EdgeViewer - Modern HTML viewer plugin
Moderators: Hacker, petermad, Stefan2, white
- rg_software
- Member
- Posts: 140
- Joined: 2009-08-06, 12:59 UTC
- Location: Aizu-Wakamatsu, Japan
Re: EdgeViewer - Modern HTML viewer plugin
Yes, way back from November 2022!That links to a very old version of EdgeViewer.
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
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, 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
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.In no way a substitute for HTMLView.
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.
Re: EdgeViewer - Modern HTML viewer plugin
2rg_software
May I suggest that you add webp - like:
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.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
I mean "plain text" as regular text with no html/xml/other markup.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
Any saved "php" link becomes a regular html file with .php extension on user side.
Ukrainian Total Commander Translator. Feedback and discuss.
Re: EdgeViewer - Modern HTML viewer plugin
That needs a server component, which is not available by just viewing a PHP script.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.
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
Correct. Well, PHP files are a kind of special. Depending on where they appear their content is completely different.MaxX wrote: 2023-09-29, 18:33 UTCAny saved "php" link becomes a regular html file with .php extension on user side.
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
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: EdgeViewer - Modern HTML viewer plugin
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.
Re: EdgeViewer - Modern HTML viewer plugin
any news?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.
OS: Win10 | TC: latest x64
- rg_software
- Member
- Posts: 140
- Joined: 2009-08-06, 12:59 UTC
- Location: Aizu-Wakamatsu, Japan
Re: EdgeViewer - Modern HTML viewer plugin
Not yet; I have just uploaded the current version of Edge Viewer to totalcmd.net, so will take a look at markdown viewer.KozakMak wrote: 2023-10-25, 07:03 UTCany news?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.
Anything in particular you are interested in?
Re: EdgeViewer - Modern HTML viewer plugin
It dos'n like specials characters in file name.
for example: á.htm
for example: á.htm
Re: EdgeViewer - Modern HTML viewer plugin
ConfirmedJoco wrote: 2023-10-26, 18:27 UTC It dos'n like specials characters in file name.
for example: á.htm
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