Created
June 6, 2015 02:33
-
-
Save donlindsay/7ed85b52a4d2d7e48cfb to your computer and use it in GitHub Desktop.
org-mode mimetype definition for firefox mimeTypes.rdf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RDF:Description RDF:about="urn:mimetype:text/x-org-mode" | |
NC:prettyName="Org-Mode file" | |
NC:value="text/x-org-mode" | |
NC:editable="true" | |
NC:description="A file formatted in Emacs Org Mode." | |
NC:fileExtensions="org"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently Firefox 35.0.8 doesn't have an easy way to add custom mime types other than editing this file (profile/mimeTypes.rdf), apparently.
You can add a handler declaration, too, if you want to send it straight to Emacs, or whatever, with
NC:handlerProp or NC:externalApplication, but this is probably better done with Firefox's own dialogs.