Skip to content

Commit

Permalink
Merge pull request atom#575 from UziTech/patch-4
Browse files Browse the repository at this point in the history
Document core URI handler
  • Loading branch information
darangi authored Dec 11, 2020
2 parents 2b16177 + 3749011 commit 8cd9156
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions content/hacking-atom/sections/handling-uris.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ Before doing this, make sure your package actually needs to be activated immedia
#### Linux Support

Because URI handling is different across operating systems and distributions, there is no built-in URI handler support for Atom on Linux. If you want to configure URI handling on your system yourself, then you should configure `atom:` protocol URI's to trigger atom with the `--uri-handler` flag; for example, the URI `atom://test/uri` should launch Atom via `atom --uri-handler atom://test/uri`.

### Core URIs

Atom provides a core URI to handle opening files with the syntax `atom://core/open/file?filename=<filepath>&line=<line>&column=<col>`

0 comments on commit 8cd9156

Please sign in to comment.