Skip to content
Trevor Williams edited this page Jun 8, 2023 · 3 revisions

Frequently Asked Questions


Q. I would like to store .minder files in Git, but I run into merge issues with the filetype. How should I handle this?

A. Create a .gitattributes file in the root repository directory and add the following contents to it: *.minder -diff merge=binary This will treat .minder files as binary files, replacing the previous version with the new version when Git commits take place.


Q. I am seeing Minder-Markdown show up in other Gtk applications like Gedit. How can I get rid of that syntax file?

A. Minder 1.15.3 and later versions have changed where the Minder Markdown syntax files are loaded from which is specific to Minder and no longer interferes with other Gtk applications. If you are using version 1.15.3 or later, you can safely remove these files by deleting the following files:

  • /usr/local/share/gtksourceview-4/language-specs/com.github.phase1geo.minder-markdown.lang
  • /usr/local/share/gtksourceview-4/styles/com.github.phase1geo.minder.xml

Clone this wiki locally