jalvesaq / zotcite

Neovim plugin for integration with Zotero
GNU General Public License v3.0
177 stars 15 forks source link

open html attachments in zotero #95

Closed kucaiyi closed 2 months ago

kucaiyi commented 2 months ago

I would like to be able to open html attachments when open_in_zotero is set to true.

jalvesaq commented 2 months ago

Does the PDF open in Zotero 7.0? Please, see https://github.com/jalvesaq/zotcite/issues/79

kucaiyi commented 2 months ago

On my side, both pdf and html can be opened in zotero.

I am using Zotero 7.0.5 and have:

        config = function()
            require("zotcite").setup({
                -- your options here (see doc/zotcite.txt)
                open_in_zotero = true,
                wait_attachment = true,
            })
        end,

I have also configured zotero as the default app to open zotero://

jalvesaq commented 2 months ago

I updated Zotero to version 7.0.5, but it still doesn't work. Anyway, I'm glad to know that it works on your side.