Henrik Frisk <fris...@gmail.com> writes:

> Ihor Radchenko recently mentioned org-capture-ref and I decided to try to
> use it, but I'm having trouble getting it to work. I have org-protocl
> working for me so I'm suspecting that it is the syntax of the bookmarklet
> I'm using that is at fault. I merely changed the capture template key from
> the example here:
>
> https://github.com/alphapapa/org-protocol-capture-html#org-protocol-instructions
>
> but that doesn't work (I get an empty buffer with what looks as the the
> link contents as name). Apart from that I have just copied the template
> from here:

Do I understand correctly that you used the following bookmarklet:

javascript:location.href = 'org-protocol://capture-html?template=w&url=...

?

Is so, you probably need

org-protocol://capture?template...
instead of
org-protocol://capture-html?template...

Best,
Ihor

Reply via email to