Simple template for export of annotations and comments to a file #1473
Replies: 2 comments
-
|
I assume you already have a note template, or at least you can get one from the discussions. If you are looking for a way to automate the export of annotations -> markdown with the template, try something based on windingwind/zotero-actions-tags#108 and its variations for exporting, use zotero-better-notes/src/api.ts Lines 143 to 144 in a555f05 |
Beta Was this translation helpful? Give feedback.
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am looking for a simple template for the export of annotations and notes.
I am a medical professional. I read articles in medical journals and annotate the PDF with highlights. I also include comments.
I extract these annotations as a note.
I would like to export this note to an AI. My goal is to use the AI to produce a reflection suitable for entry into a CPD diary based on my annotations. I am using a Mac and have access to automation tools such as Hazel, Automator and shortcuts.
I do not have a pay to ChatGPT subscription. I can't use python.
I am currently trying develop a suitable note template that I can export as a markdown file and upload to the LLM for parsing to produce a first draft of a reflection.
I would want to include sufficient article citation identifiers that the LLM could produce a heading for my reflection. I want to include my annotations to to provide the raw material for the reflection.
Currently, I'm trying a manual workflow. I tried to automate a workflow without success.
Can any one suggest a possible template? Any suggestions on a method to automate all or part of my workflow?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions