danielmagnussons/orgmode

Add a generic open external link file plugin

Open

#64 ouverte le 21 mars 2016

Voir sur GitHub
 (7 commentaires) (0 réactions) (0 assignés)Python (72 forks)batch import
All Platformshelp wanted

Métriques du dépôt

Stars
 (752 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur