-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
[Question] Is it possible to run a template and create a new note via a link? #172
Comments
I didn't read what you asked properly. this is not as solution, and I confused this plugin with "actions-uri". In actions-uri there are specific commands for triggering templates, and for setting and getting properties.
obsidian://advanced-uri?vault=Zotero&filepath=my-file&data=---%0Aproperty:%2520value%0A---%0AThis%2520text%2520is%2520overwritten&mode=overwrite Result: ---
property: value
---
This text is overwritten
```</strike> |
I've tried doing the same using Raycast. It creates a link like that |
I'm trying to create a file based on a template same as OP I'm following the advice at https://vinzent03.github.io/obsidian-advanced-uri/tips#insert-templates-templater-supported and do this:
Nothing happens though. In the console I see:
But nothing happens. In the "Hotkeys for templates:"
The documentation at https://vinzent03.github.io/obsidian-advanced-uri/tips#insert-templates-templater-supported seems to support my approach but it lacks an example and is not clear on explaining if the filepath needs be a full file path or just to the directory, or if the path needs to match any of the saved mappings (i just assume so). What am I doing wrong? |
I have a template with code from templater plugin, is it possible to run this template via advanced uri to create a new note ?
And I also need to change the Frontmatter field, it is clear how to do it, but it is not clear whether it can be combined in one link, so that first created a note on the template, and then changed the Frontmatter field to a given value and all this in one link ?
The text was updated successfully, but these errors were encountered: