Saving with a generated title #473
Unanswered
RobertClayton
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there 👋🏻
I'm trying to work out how to save a custom title. I'm using
save
to send notes into Obsidian, but wanted to use a custom title. I've been trying the below, but this always crashes:yt --transcript https://youtu.be/X8Op-foRxNM?si=RW3actfJF0r4c5Im | fabric -p extract_wisdom | save "$(fabric -p create_title)"
create_title
is a custom pattern I created. I also wanted to add automated tags if possible, I seelabel_and_rate
produces some nice ones. Does anyone have any ideas how to do this? 🙏🏻 Thank you!My create title prompt:
Beta Was this translation helpful? Give feedback.
All reactions