danielmagnussons/orgmode

Add a generic open external link file plugin

Open

#64 geöffnet am 21. März 2016

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (72 Forks)batch import
All Platformshelp wanted

Repository-Metriken

Stars
 (752 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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