mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 22:41:53 +08:00
Add Markdown MimeType (#648)
* Add Markdown MimeType XDG Desktop components will identify this program as a Markdown editor * Add mimetype to package.json * Removing old Mime
This commit is contained in:
parent
13321bdb55
commit
844479b326
@ -118,6 +118,7 @@
|
|||||||
},
|
},
|
||||||
"linux": {
|
"linux": {
|
||||||
"category": "Office;TextEditor;Utility",
|
"category": "Office;TextEditor;Utility",
|
||||||
|
"mimeTypes": [ "text/markdown" ],
|
||||||
"icon": "resources/icons",
|
"icon": "resources/icons",
|
||||||
"artifactName": "marktext-${version}-${arch}.${ext}",
|
"artifactName": "marktext-${version}-${arch}.${ext}",
|
||||||
"target": [
|
"target": [
|
||||||
|
@ -6,3 +6,4 @@ Terminal=false
|
|||||||
Type=Application
|
Type=Application
|
||||||
Icon=marktext
|
Icon=marktext
|
||||||
Categories=Office;TextEditor;Utility;
|
Categories=Office;TextEditor;Utility;
|
||||||
|
MimeType=text/markdown;
|
||||||
|
Loading…
Reference in New Issue
Block a user