-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Creating daily note using od
doesn't expand variables in daily note template
#39
Comments
Unfortunately, this workflow doesn't handle the expansion right now. All it does is simply make a copy of your template. I'll consider implementing it in the future! |
Thanks for your answer. I am wondering if it would make sense to re-implement the expansion again in the plugin. Maybe there's a better way. My current workaround will be using this plugin https://github.com/Vinzent03/obsidian-advanced-uri and triggering this URI |
Thanks for the suggestions! For now, I'm not very keen on introducing dependencies since I want to avoid situations where this workflow breaks because a community plugin it depends on breaks for some reason. Makes me wonder if a good compromise would be to simply open a blank daily note (if it doesn't already exist) and let users insert their own template manually. It's one extra step, but maybe it won't really be such a hassle? |
That's exactly what I am doing.
Which part isn't clear here? Using the URL I mentioned above, with the plugin installed it does exactly that. |
@wrtsprt Where exactly do you put the URI? In the dailyabspath, dailytempabspath, or dailytodaypath? Sorry, I'm extremely new to both Alfred and Alfred workflows, so I'm still figuring things out. I appreciate your reply! |
How can i do that? I also have the same problem |
My daily note template contains a variable for the date in the title
When creating the daily note (first open of the day) using
od
the variable is not expanded. So instead of seeing the actual date of that day as a title I am seeing the expression above including the curly braces.Obsidian: v0.12.15
Alfred workflow: v0.3.7
BTW same for usage of
otmr
.The text was updated successfully, but these errors were encountered: