mirror of
https://github.com/marktext/marktext.git
synced 2025-05-02 10:49:21 +08:00

* Files via command-line are opened in the best window * Don't show FSW changed notification while saving * Fixed source-code mode setting and remove focus/typewritter option * Simplify ignore list * Fix invalid dialog parameter * Fix invalid dialog parameter (2) * Use async message box dialog * Update documentation * few changes * Check timer before calling clearTimeout * Improve switch style * Fix style
18 lines
346 B
Desktop File
18 lines
346 B
Desktop File
[Desktop Entry]
|
|
Name=Mark Text
|
|
Comment=Next generation markdown editor
|
|
Exec=marktext %F
|
|
Terminal=false
|
|
Type=Application
|
|
Icon=marktext
|
|
Categories=Office;TextEditor;Utility;
|
|
MimeType=text/markdown;
|
|
Keywords=marktext;
|
|
StartupWMClass=marktext
|
|
Actions=NewWindow;
|
|
|
|
[Desktop Action NewWindow]
|
|
Name=New Window
|
|
Exec=marktext --new-window %F
|
|
Icon=marktext
|