You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
I'm not sure if MarkdownPreview is currently intended to support Windows 7, but I would like to report that I did manage to get this working in Windows 7, but I had to manually edit the registry. I had initially run the install.bat months ago, and after many restarts, it never took effect. Today, I really wanted to see some markdown files in the explorer preview pane, so I went digging in regedit and found HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\MarkdownPreview.MarkdownPreviewHandler which is referenced via CLSID within HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\md.1 in the registry and copied the ...\md.1\ShellEx into the registry keys for the markdown file extensions. I'm not sure if the CLSID values generated when the DLL is registered by ServerRegistrationManager.exe are expected to be consistent across systems, YMMV.
So if anyone is stubbornly still running Windows 7, like me, and can't get MarkdownPreview to show up, and is comfortable messing with the windows registry, give the above a try. (You may want to check that the CLSIDs match up, though.)
Also, it would be pretty cool, if this could be automated into the install.bat
[Edit: removed extra "m" in one of the extensions.]
The text was updated successfully, but these errors were encountered:
I'm not sure if MarkdownPreview is currently intended to support Windows 7, but I would like to report that I did manage to get this working in Windows 7, but I had to manually edit the registry. I had initially run the install.bat months ago, and after many restarts, it never took effect. Today, I really wanted to see some markdown files in the explorer preview pane, so I went digging in regedit and found HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\MarkdownPreview.MarkdownPreviewHandler which is referenced via CLSID within HKEY_LOCAL_MACHINE\SOFTWARE\CLASSES\md.1 in the registry and copied the ...\md.1\ShellEx into the registry keys for the markdown file extensions. I'm not sure if the CLSID values generated when the DLL is registered by ServerRegistrationManager.exe are expected to be consistent across systems, YMMV.
ApplyMarkdownPreviewHandlerToMdExts.reg
So if anyone is stubbornly still running Windows 7, like me, and can't get MarkdownPreview to show up, and is comfortable messing with the windows registry, give the above a try. (You may want to check that the CLSIDs match up, though.)
Also, it would be pretty cool, if this could be automated into the install.bat
[Edit: removed extra "m" in one of the extensions.]
The text was updated successfully, but these errors were encountered: