How can I make rails_footnotes open files using Sublime Text 2?

后端 未结 2 450
悲哀的现实
悲哀的现实 2021-02-03 15:49

I\'m not asking how to tell footnotes how to do this - I\'m using this line in the initializers/footnotes.rb file:

Footnotes::Filter.prefix = \'txmt         


        
2条回答
  •  北海茫月
    2021-02-03 16:06

    subl-handler works by interpreting txmt urls, and forwarding them to Sublime. If you, like me, have TextMate or any other application currently responding to txmt, then subl-handler will never run, and won't be able to help you. If that's the case, you need a utility like RCDefaultApp to change the default handler for txmt urls from TextMate (or whatever it currently is) to subl-handler.

    So, the full instructions (per here) are:

    1. Github repo for subl-handler project Install & configure subl-handler
    2. Install RCDefaultApp
    3. Open the RCDefaultApp preference pane, and tell it to use subl-handler (not Sublime) for txmt URLs.

提交回复
热议问题