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 »

Hi all,
I have published the updated Markdown Viewer. It now supports the old HTMLView functionality (HTMLs and directories) and has a collection of Github-themed CSS files, including dark-styled.

There is still no detect string (HTMLView has neither?) and no fancy "light/dark autoswitch", but I guess it isn't high on my priority list.
KozakMak
Senior Member
Senior Member
Posts: 370
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *KozakMak »

rg_software wrote: 2023-11-06, 16:59 UTC no fancy "light/dark autoswitch", but I guess it isn't high on my priority list.
:?
OS: Win10 | TC: latest x64
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6498
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Horst.Epp »

2rg_software
Thanks for version 2.4 of the Markdown viewer.
Switched to the github.dark.css, works fine.

Do you also have a darkmode css for the EdgeViewer ?
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
MaxX
Power Member
Power Member
Posts: 1029
Joined: 2012-03-23, 18:15 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *MaxX »

2rg_software
rg_software wrote: 2023-11-01, 12:36 UTCSure. Not convinced about offline mode though, some people wanted to open URL files, but it won't work in offline of course.
No problem there.
Also you can ignore the switch "--proxy-server="0.0.0.0:0"" for online mode.
Ukrainian Total Commander Translator. Feedback and discuss.
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-11-06, 17:21 UTC
rg_software wrote: 2023-11-06, 16:59 UTC no fancy "light/dark autoswitch", but I guess it isn't high on my priority list.
:?
I am not entirely sure how to do it technically. There is a dark/light switch in Windows and a separate switch in TC. Furthermore, I am more comfortable with testing this idea in EdgeViewer first, because it is entirely my codebase, not a mix of HTMLView and my pieces.
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-11-06, 17:32 UTC 2rg_software
Thanks for version 2.4 of the Markdown viewer.
Switched to the github.dark.css, works fine.

Do you also have a darkmode css for the EdgeViewer ?
I will encorporate something dark in the next revision. I got the collection of darkmode css for MarkdownViewer from a user, who said he had to tinker with them to make them compatible with the old IE. There is no such problem with Edge, so I guess I'll download something else. You don't have to wait, though, try this.
KozakMak
Senior Member
Senior Member
Posts: 370
Joined: 2021-05-24, 12:39 UTC
Location: UA

Re: EdgeViewer - Modern HTML viewer plugin

Post by *KozakMak »

rg_software wrote: 2023-11-07, 01:53 UTC I am not entirely sure how to do it technically.
viewtopic.php?p=414987#p414987
OS: Win10 | TC: latest x64
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6498
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Horst.Epp »

rg_software wrote: 2023-11-07, 01:56 UTC I will encorporate something dark in the next revision. I got the collection of darkmode css for MarkdownViewer from a user, who said he had to tinker with them to make them compatible with the old IE. There is no such problem with Edge, so I guess I'll download something else. You don't have to wait, though, try this.
I stored it as follows in the ini, but it doesn't change anything

Code: Select all

[Markdown]
; from the "markdown" subfolder
CSS=github-markdown-dark.css
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
AntonyD
Power Member
Power Member
Posts: 1249
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: EdgeViewer - Modern HTML viewer plugin

Post by *AntonyD »

rg_software wrote: 2023-11-06, 16:59 UTC I have published the updated Markdown Viewer.
Prev. version had inside the archive file MarkdownView.md with some additional help/comments/description/ what ever it is - I mean some useful text which could helped to tune the plugins functionality. Current build/archive "has lost" this file by occasionally? Or what?
#146217 personal license
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 »

AntonyD wrote: 2023-11-07, 09:36 UTC
rg_software wrote: 2023-11-06, 16:59 UTC I have published the updated Markdown Viewer.
Prev. version had inside the archive file MarkdownView.md with some additional help/comments/description/ what ever it is - I mean some useful text which could helped to tune the plugins functionality. Current build/archive "has lost" this file by occasionally? Or what?
Accidental of course. It's the same as Readme on Github I guess.
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-11-07, 08:39 UTC
rg_software wrote: 2023-11-07, 01:56 UTC I will encorporate something dark in the next revision. I got the collection of darkmode css for MarkdownViewer from a user, who said he had to tinker with them to make them compatible with the old IE. There is no such problem with Edge, so I guess I'll download something else. You don't have to wait, though, try this.
I stored it as follows in the ini, but it doesn't change anything

Code: Select all

[Markdown]
; from the "markdown" subfolder
CSS=github-markdown-dark.css
Have to reload TC for some reason. Also, try this file, it works for me.
User avatar
AntonyD
Power Member
Power Member
Posts: 1249
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: EdgeViewer - Modern HTML viewer plugin

Post by *AntonyD »

Accidental of course.
so I suggest to reupload release archive - but now with proper MD file inside it ;)))
Because NO - previously available file contained another portion of information -
not the same as current Readme has on a GitHub....
#146217 personal license
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 »

AntonyD wrote: 2023-11-07, 12:29 UTC
Accidental of course.
so I suggest to reupload release archive - but now with proper MD file inside it ;)))
Because NO - previously available file contained another portion of information -
not the same as current Readme has on a GitHub....
Are you sure? The previous version on Github (markdown.zip v2.3) has no documentation inside.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6498
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: EdgeViewer - Modern HTML viewer plugin

Post by *Horst.Epp »

rg_software wrote: 2023-11-07, 11:33 UTC Have to reload TC for some reason. Also, try this file, it works for me.
I always reload TC after making config changes.
Thanks for the new css, this works for me :D
I like it even more than the Markdown plugin in dark mode.
Windows 11 Home x64 Version 23H2 (OS Build 22631.3527)
TC 11.03 x64 / x86
Everything 1.5.0.1373a (x64), Everything Toolbar 1.3.3, Listary Pro 6.3.0.73
QAP 11.6.3.2 x64
User avatar
AntonyD
Power Member
Power Member
Posts: 1249
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: EdgeViewer - Modern HTML viewer plugin

Post by *AntonyD »

Are you sure?
https://pixeldrain.com/u/tZ2d6kDd

I understand that this version of MarkdownView.md needs to be improved/expanded in any case. Something like that - to compile the help of your plugin and its fundamentals - hoedown engine. In the previous version of MarkdownView.md there was, IMHO, just such an attempt.
It just needs to be improved...
#146217 personal license
Post Reply