hans / obsidian-citation-plugin

Obsidian plugin which integrates your academic reference manager with the Obsidian editor. Search your references from within Obsidian and automatically create and reference literature notes for papers and books.
MIT License
1.04k stars 76 forks source link

{{zoteroSelectURI}} not work #236

Open emmahhhhhhu opened 1 year ago

emmahhhhhhu commented 1 year ago

Describe the bug Hi, I would like to use {{zoteroSelectURI}} in Obsidian to link the reference in my zotero, but it could not generate a hyperlink, just a plain text after I use Citation plugin in Obisidian. I tried all the function including open new note, open markdown, etc. I could use this function one year ago in my obsidian. But now it doesn't work. How could I resolve this issue?

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Citations' settings
  2. Add "{{zoteroSelectURI}}" in the "Literature content template"
  3. Go back to the obsidian blank page
  4. /citations: open literature notes (and also tried other options)
  5. open the literature note inserted (e.g., @abcd2023)
  6. In the "{{zoteroSelectURI}}" section of the page @abcd2023, it's plain text "zotero://select/items/@abcd2023" rather than a hyperlink that enable me to open Zotero reference.

Screenshots

截屏2023-06-23 上午2 24 31

Platform

takashiishida commented 10 months ago

I think we need to use the markdown syntax for hyperlinks, e.g., something like [Zotero link]({{zoteroSelectURI}}) instead of {{zoteroSelectURI}}.