搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

How to add new MIME-type

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 cor-el

more options

I have a one-off problem I hope someone can help me with. I use an old version of Firefox (3.6.28) because I use TiddlyWiki (v2.8.1) which is a self-modifying html file. TW uses javascript to write to local disk, which has been deemed unsafe and those features removed in modern builds.

I use these files to keep all of my development notes in one place. In my notes I have links to various code fragments, mainly in Python. When I click on those links, Firefox opens the file in another tab and displays it as text.

I'd like to add a MIME-type to Firefox to tell it to open .py files using Sublime Text. Is there a way to do that?

Paul

I have a one-off problem I hope someone can help me with. I use an old version of Firefox (3.6.28) because I use TiddlyWiki (v2.8.1) which is a self-modifying html file. TW uses javascript to write to local disk, which has been deemed unsafe and those features removed in modern builds. I use these files to keep all of my development notes in one place. In my notes I have links to various code fragments, mainly in Python. When I click on those links, Firefox opens the file in another tab and displays it as text. I'd like to add a MIME-type to Firefox to tell it to open .py files using Sublime Text. Is there a way to do that? Paul

所有回复 (2)

more options

Unfortunately for here is firefox End user forum that can only can help with newer version of firefox not older versions because of security problems. If your using a specific MIME you should contact the site or creator to give further assistance to using it.

more options

If you set .py files in Windows File Explorer to open by default with Sublime Text then Firefox would offer this choice in an open with dialog. With links to local files this can be more challenging because there is no server involved that can send a file with a specific MIME (content) type. Maybe use server software and localhost.

Note that you can use the Scratchpad to take notes.