Raffaele Mancuso

Results 296 comments of Raffaele Mancuso

Duplicate of https://github.com/MuiseDestiny/zotero-reference/issues/305

I have pinned pydantic to 2.11.9 in my `pyproject.toml`: ``` dependencies = [ # pin pydantic to < 2.12 # see https://github.com/fastapi/sqlmodel/issues/1623 "sqlmodel==0.0.26", "pydantic==2.11.9", ``` and `uv sync` but I...

I think this should be closed. The PR has been merged @tridao

Uhm the problem seems to have been that my bibliography entry was double quoted: ``` bibliography: "/home/USERNAME/Documents/MyLib.bib" ``` Removing the double quotes make this plugin works: ``` bibliography: /home/USERNAME/Documents/MyLib.bib ```...

You are right, sorry for that :) TBH I think it should be on by default thanks

> I am pretty sure that you have the option if you use the custom mode. I use it for CSV The option is in fact turned on by default...

I'm gonna re-open it as a proposal to make that option on by default for consistency with the csv exporter

> Can you open a pull request please ? Done, I hope I have understood your request correctly

It looks like at a certain point in time you had this kind of files: ``` -80105090 testing/AI_generated_text.pdf -23644 testing/Example.pdf -30794 testing/Example_Sticker_Mode.pdf -650 testing/Readme.md -9564 testing/Separator.pdf -14326 testing/Separator_Page_Areas.odt -14184 testing/Separator_Page_Template.odt...

@digidigital can you fix it by rebasing the history?