-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add summary into YAML field summary #8
Comments
Hi, @dxcore35, Can you provide more detailed usage instructions regarding what you are referring to? |
This is YAML header. I would like that there is command that will take all the note and create the summary and add it to field |
Oh, that is a really good usage example. Setting:Note that I changed the
and run Result example: |
It is crazy. I used same prompt as you but is is giving me very bad summarization. Sometimes it is just taking what is in the note and put it there, no summarization. What is this?
|
This prompt is more reliable.
-> This is intended to force the output of chatGPT in JSON format for postprocessing in plugin logic. If the
-> I made a mistake. If not the classification case, it's better to remove it. |
Thank you. It is much better. But he is splitting lines in YAML which is not optimal. |
I don't see how I can add this tool a second time to my obsidian to get both the tagging functionality as well as the summary functionality. Could we maybe get multiple/repeating tagging? I can see this for adding this summary capability - which I like using with dataview to view a bit of what the notes are about. I am currently doing this with an external python script manually run weekly. I would like also use the 'title' capability for my daily notes, which I am currently manually adding title addendums because just the date isn't helpful. But I can also see this as a way to blend a number of 'curated' tags plus creating some new tags. |
Can you expand functionality to extract whatever user define in settings of the plugin and then insert or replace the output text into YAML? I tried it with current plugin but it doesn't work!
The text was updated successfully, but these errors were encountered: