Closed newyorkthink closed 5 months ago
Are you selecting multiple files to open? $fx
file list is separated with \n
by default and that probably would not work. If you are selecting only one file, can you try to remove error redirection to see if the app used showed some errors
Are you selecting multiple files to open?
$fx
file list is separated with\n
by default and that probably would not work. If you are selecting only one file, can you try to remove error redirection to see if the app used showed some errors
i just only select one item
And you are sure one of those mime types matches markdown?
If you set text/*
in the first case (only as a test), does it open?
Did you see any errors without error redirection?
And you are sure one of those mime types matches markdown? If you set
text/*
in the first case (only as a test), does it open? Did you see any errors without error redirection?
If i set text/* in the first, the csv cannot open with moderncsv, and cannot only with typora, the will all redirect using nvim
I meant to use text/* only as a temporary test. To eliminate type as a issue. Did that open the markdown in that app? Have you tried removing error redirection? Did you try to see if file command returns expected output?
I tried running file --mime-type
on a Markdown file and got text/plain
. Since file
can't distinguish between Markdown files and other types of text files based on the content, you should check for an extension of .md
instead.
i want to open markdown file with typora when i selected the .md item
i config all about .md file , it not work not working to open markdown with typora