Is there an existing issue for this?
Environment
OS: Windows 25H2
- Zotero Version: 9.0.0
- Plugin Version: 3.0.3
Describe the feature request
Why do you need this feature?
I recently derived a series of equations in my Zotero notes, and then used "LLM for Zotero" with a custom skill to generate Python code from the notes and append it back into the note.
With this feature, I can generate a code file from my notes and use it in other software, enabling a workflow like:
note → code → simulation
Describe the solution you'd like
The solution you'd like
An option to export a note as a .py file, with the following behavior:
- keep code sections as executable Python code
- convert non-code parts of the note into Python comments
- export the result as a
.py file
Anything else?
No response
Is there an existing issue for this?
Environment
OS: Windows 25H2
Describe the feature request
Why do you need this feature?
I recently derived a series of equations in my Zotero notes, and then used "LLM for Zotero" with a custom skill to generate Python code from the notes and append it back into the note.
With this feature, I can generate a code file from my notes and use it in other software, enabling a workflow like:
note → code → simulation
Describe the solution you'd like
The solution you'd like
An option to export a note as a
.pyfile, with the following behavior:.pyfileAnything else?
No response