danielmagnussons/orgmode

Add a generic open external link file plugin

Open

#64 opened on Mar 21, 2016

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Python (72 forks)batch import
All Platformshelp wanted

Repository metrics

Stars
 (752 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I have some file (ex: pdf) that I want to link in my file but sublime cannot open them. Adding a file plugin with [[file:]] could send a request to the os to open a file. For example on osx the call would become "open " and let the os figure it out.

Contributor guide