custom open command to open md files #1263
-
Hi, I'm trying to set a default program to open md file extensions.
I guess I can't use mime type since it shows me text/plain:
Any ideas how I can archive this? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
joelim-work
May 24, 2023
Replies: 1 comment 1 reply
-
You can just add another
You can use this (and |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
techeddie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just add another
case
statement:You can use this (and
if
statements) to adjust the logic to suit your needs - it's a lot like other programming languages.