foldingtext-for-atom icon indicating copy to clipboard operation
foldingtext-for-atom copied to clipboard

Create a URL handler to allow other applications to open FTML files at a specific line

Open RobTrew opened this issue 9 years ago • 2 comments

Applications like DevonThink can already use Atom > Edit > Copy Path file:// links to open an FTML file in Atom, but it would be good to have a dedicated url handler which can open the files at a specific line.

RobTrew avatar Jun 26 '15 18:06 RobTrew

From what I can tell it looks like this isn't possible to do only within Atom. I think the solution then is to add the custom URL handler into the helper app that's also used to defined the ftml UTI. But I'm going to wait on doing this until I've decided on a final name for "FoldingText for Atom" so that the URL will be stable.

jessegrosjean avatar Jun 29 '15 13:06 jessegrosjean

Thanks – that makes sense. I'll use a simple ft3doc:// handler script for the moment, and then convert the links when things are settling down and you have had time to fix a name and write a more durable handler.

RobTrew avatar Jun 29 '15 13:06 RobTrew