MDView - New Markdown viewer plugin for Total Commander

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

Moderators: petermad, Stefan2, white, Hacker

AkulaBig
Power Member
Power Member
Posts: 707
Joined: 2021-09-09, 17:28 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *AkulaBig »

Nigurrath wrote: 2026-04-01, 18:13 UTC I compiled the WinXP version using VS 2026 in Win11
Difficulties in translation prevent us from understanding each other. VS 2026 does not have the v141_xp tool and SDK 7. I showed this in the screenshots. That is, you cannot compile your plugin by installing VS 2026. VS 2026 will complain about the absence of these components, as I showed in the screenshot. And you cannot install them from VS2026. To do this, you first need to install the version of VS,
containing the components you use. And I'm using the components provided by VS2026. Is it clear now?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 52373
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *ghisler(Author) »

I don't use VS 2026 myself, so I can't say whether it works or not.
Have you tried following this guide?
https://learn.microsoft.com/en-us/cpp/build/configuring-programs-for-windows-xp?view=msvc-180
Author of Total Commander
https://www.ghisler.com
AkulaBig
Power Member
Power Member
Posts: 707
Joined: 2021-09-09, 17:28 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *AkulaBig »

ghisler(Author) wrote: 2026-04-05, 07:58 UTC Have you tried following this guide?
Yes. This tutorial is for VS2017. VS2026 does not have the v141_xp tool, but it does have v141. Which is compatible with XP. Also there is no SDK7, but SDK10.0.22621.0. Which is compatible with XP.
Doesn't compile:
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/f211387c81d5e649cb0c46f1b522c720.png[/img]
Compiles:
[img]https://s1.hostingkartinok.com/uploads/thumbs/2026/04/697c975f4b5afa9ef4ff5e79a6afe364.png[/img]
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 268
Joined: 2003-02-05, 12:41 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *Nigurrath »

v3.0 added chars with spaces count and renamed the project

https://github.com/jumpifequal/mdview-for-Total-Commander
always the latest 32b TC on a WIN11 64b
AkulaBig
Power Member
Power Member
Posts: 707
Joined: 2021-09-09, 17:28 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *AkulaBig »

I decided to make a permanent link to my version of the project. The content will be updated depending on the plugin version update:
https://www.dropbox.com/scl/fi/4a8vctzhja29i29c05ns8/wlx_mdview.7z?rlkey=c2lvni6gz9zs6ibroxqovk4w2&st=l78ia7fr&dl=1
Differences from the version Nigurrath:
- in the archive there is a plugin of both bit levels with support for Win XP
- the sources are configured to compile with VS2026 without installing intermediate versions of the compiler.
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 268
Joined: 2003-02-05, 12:41 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *Nigurrath »

I added your project sln files to a dedicated folder in the GitHub repository w credits and also cleaned a bit the repo
always the latest 32b TC on a WIN11 64b
AkulaBig
Power Member
Power Member
Posts: 707
Joined: 2021-09-09, 17:28 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *AkulaBig »

Nigurrath wrote: 2026-04-09, 09:20 UTC I added your project sln files to a dedicated folder in the GitHub repository w credits and also cleaned a bit the repo
OK, thank you. And you don't plan to support TC? That is, the plugin must meet the concept adopted in TC. For keys 1..9, N, P to work. Yes, and the TC menu should work. Although it is not always possible to get the menu to work.
User avatar
AntonyD
Power Member
Power Member
Posts: 1999
Joined: 2006-11-04, 15:30 UTC
Location: Russian Federation

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *AntonyD »

BTW all problems mentioned in my post viewtopic.php?p=480444#p480444 are still here.

And 2 suggestions in the next 2 posts after mine from a link at above - are also desirable to get in a code ;))
#146217 personal license
dapa1
Junior Member
Junior Member
Posts: 9
Joined: 2009-07-31, 16:24 UTC
Location: Helsinki

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *dapa1 »

Tried the latest jumpifequal: WLX_mdview_TC-plugin_v3.0.zip with xPDFSearch: readme.md which renders fine with VSCode, but with MDView shows kind of garbage starting with chapter "2\. Field descriptions":

Code: Select all

2\. Field descriptions<a id='2'></a>

<table> <tbody> <tr> <td>Title</td> <td>The document title.</td> </tr> <tr> <td>Subject</td> <td>The document subject.</td> </tr> <tr> <td>Keywords</td> <td>Keywords describing the document.</td> </tr> <tr> <td>Author</td> <td>The document author.</td> </tr> <tr> <td>Application</td> <td>The application which has been used to create the document.</td> </tr> <tr> <td>PDF Producer</td> <td>The 

User avatar
Nigurrath
Senior Member
Senior Member
Posts: 268
Joined: 2003-02-05, 12:41 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *Nigurrath »

dapa1 wrote: 2026-04-13, 14:42 UTC Tried the latest jumpifequal: WLX_mdview_TC-plugin_v3.0.zip with xPDFSearch: readme.md which renders fine with VSCode, but with MDView shows kind of garbage starting with chapter "2\. Field descriptions":

Code: Select all

2\. Field descriptions<a id='2'></a>

<table> <tbody> <tr> <td>Title</td> <td>The document title.</td> </tr> <tr> <td>Subject</td> <td>The document subject.</td> </tr> <tr> <td>Keywords</td> <td>Keywords describing the document.</td> </tr> <tr> <td>Author</td> <td>The document author.</td> </tr> <tr> <td>Application</td> <td>The application which has been used to create the document.</td> </tr> <tr> <td>PDF Producer</td> <td>The 

confirmed. will dig into
always the latest 32b TC on a WIN11 64b
User avatar
Elwin_Ransom
Junior Member
Junior Member
Posts: 42
Joined: 2022-07-31, 18:14 UTC
Location: Perelandra

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *Elwin_Ransom »

@Nigurrath
The Issues section is disabled in your GitHub repository. If this happened by accident, it might be a good idea to enable it—it makes it easier to keep track of issues and feature requests.
dnknitro
Junior Member
Junior Member
Posts: 2
Joined: 2010-09-28, 21:35 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *dnknitro »

The github repo (and downloadable zip plugin) contains `Trojan:Win32/Bearfoos.B!ml` malware. Whoever downloaded/installed it - I suggest full system scan for viruses/trojans.
dapa1
Junior Member
Junior Member
Posts: 9
Joined: 2009-07-31, 16:24 UTC
Location: Helsinki

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *dapa1 »

dnknitro wrote: 2026-04-16, 15:24 UTC The github repo (and downloadable zip plugin) contains `Trojan:Win32/Bearfoos.B!ml` malware. Whoever downloaded/installed it - I suggest full system scan for viruses/trojans.
dnknitro: you are talking about the original FrankEBailey: mdview: virustotal for MDView_TC_Plugin_2.3.zip.
jumpifequal: mdview-for-Total-Commander is clean, see WLX_mdview_TC-plugin_v3.0.zip!
User avatar
Nigurrath
Senior Member
Senior Member
Posts: 268
Joined: 2003-02-05, 12:41 UTC

Re: MDView - New Markdown viewer plugin for Total Commander

Post by *Nigurrath »

It's a false positive caused by using the VS2026 preview. I know there are no viruses on my system 110%. But you don't have to trust me; that's why I provide the full source code.
always the latest 32b TC on a WIN11 64b
Post Reply