Skip to content

Instantly share code, notes, and snippets.

@alexdevero
Last active June 19, 2022 06:55
Embed
What would you like to do?
Add markdown as an item to “New” context menu in Windows 10 (https://superuser.com/questions/638755/add-item-to-new-context-menu-in-windows-8#640486).
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.md]
@="markdown"
[HKEY_CLASSES_ROOT\.md\ShellNew]
"NullFile"=""
[HKEY_CLASSES_ROOT\markdown]
@="Blank Markdown file"
@endolith
Copy link

Nice!

@gecko-8
Copy link

gecko-8 commented Feb 2, 2022

Thanks for this!

@sharego
Copy link

sharego commented Mar 18, 2022

👍 Great! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment