~/.mozilla/firefox/<PROFILE>/mimeTypes.rdf
ผมต้องแก้ไขด้วยตนเองของฉัน การตรวจสอบของ addon นี้พูดว่า:
สำหรับผู้ใช้ linux ลองเพิ่ม "md" เป็น. mozilla / *. default / mimeTypes.rdf บรรทัดนี้: mdin text / plain section :)
อืมมม ฉันไม่พบtext/plain
หัวข้อ แต่พบหน้านี้มีประโยชน์:
หากยังไม่มีโหนด RDF ที่มีอยู่สำหรับ 'text / plain' ให้เพิ่มและเพิ่ม "md" เป็นนามสกุลไฟล์
<RDF:Description RDF:about="urn:mimetype:text/plain"
NC:value="text/plain"
NC:fileExtensions="md"
NC:description="Text Document">
<NC:handlerProp RDF:resource="urn:mimetype:handler:text/plain"/>
</RDF:Description>
อย่างไรก็ตามสิ่งที่ฉันทำคือ:
<RDF:Description RDF:about="urn:mimetype:text/plain; charset=utf8"
NC:value="text/plain; charset=utf8"
NC:handleInternal="true"
NC:description="Markdown Document">
<NC:fileExtensions>md</NC:fileExtensions>
<NC:fileExtensions>mkd</NC:fileExtensions>
<NC:fileExtensions>mdown</NC:fileExtensions>
<NC:fileExtensions>markdown</NC:fileExtensions>
<NC:handlerProp RDF:resource="urn:mimetype:handler:text/plain; charset=utf8"/>
</RDF:Description>
ดูเหมือนว่าเป็นสิ่งNC:handInternal="true"
ที่ทำเคล็ดลับ น่าสนใจดูเหมือนว่าจะไม่ทำงานกับประเภท MIME text/markdown
หรือ เป็นเพราะผมเขียน Makefiles ของฉันทั้งหมดใน Unicodetext/x-markdown
charset=utf8