file menu new link variable #221
imed-ghomari
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Hi, it's a really good idea! 🙂 I never came to think about it myself, but I can definitely see it would be useful. I tried to do some research on Obsidian's API, but unfortunately I could not find a way to implement this, at least yet. I opened up a discussion about it on Obsidian's forums. Let's hope it will get some answer! I'd really want to do this kind of improvement for the file menu. 👍 |
Beta Was this translation helpful? Give feedback.
3 replies
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.
-
Hi, I'm currently using the file menu event to change yaml of some files, and it's been working very nicely.
However, now, I'm using a new type of link (provided by dataview plugin) which includes a heading section like this
note > heading
.The variables {{event_file_name}} and {{event_title}} return only the note title. So I was thinking maybe add a new variable {{event_link}} which would return the full link name, including the heading section (if possible) ?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions