louietan / anki-editor

Emacs minor mode for making Anki cards with Org
699 stars 87 forks source link

Anki not importing link text #66

Open nanjigen opened 4 years ago

nanjigen commented 4 years ago

I am experimenting with having pdf-tools links in anki that are clickable and allow you to open to a position in pdf-tools.

The link format for these links is an orgmode type link: pdftools:~/Documents/PDF/roberts2013.pdf::4++0.583333;;annot-4-3

However either anki-editor or Anki remove a portion of the link, namely "pdftools", producing ~/Documents/PDF/roberts2013.pdf::4++0.583333;;annot-4-3 instead.

What could be causing this?