sawhney17 / logseq-citation-manager

73 stars 12 forks source link

Insert inline not working #65

Open Lightup1 opened 1 year ago

Lightup1 commented 1 year ago

A block template:

image

setting:

image

Click insert inline:

image

nothing shows.

Logseq version: 0.9.3 Operating system: windows 11

basimon commented 7 months ago

I noticed the same behaviour. Any updates on this?

ehehela commented 5 months ago

I had the same problem. Any solutions?

ehehela commented 5 months ago

I have solved this problem. You can try the following template on a new page and write citation_manager_block_template in templateBlock for plugin setting.

- remain blank
-
  template:: citation_manager_block_template
    - {citekey}
        -
          author:: {author}
          entrytitle:: {title}
          year:: {year}
          entrytype:: #{type}

Screenshot

image