diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4081f12..2012ecb 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -40,9 +40,17 @@ "fileAssociations": [ { "ext": ["md", "markdown"], + "mimeType": "text/markdown", "name": "Markdown File", "description": "Opens Markdown files with Markpad", "role": "Viewer" + }, + { + "ext": ["txt"], + "mimeType": "text/plain", + "name": "Text File", + "description": "Opens Text files with Markpad", + "role": "Viewer" } ], "windows": {