You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i have a possible enhancement request but i may not be understanding something in the options correctly.
when in the extension options you can configure each of the presets for notes (append, create, etc.) and in the template i can change the fields in the frontmatter but i don't know if the extension would be aware of that since i can't configure one differently or map from one to another.
e.g. the options says:
When the URL of the page you are visiting has been found to match the url field in the frontmatter of an existing note in your vault, suggest this template for updating the existing note:
but i'm using uri in my notes not url, and if it's doing a greedy match of some sort to find a url by looking for a line with https or http in the frontmatter or another method.
for years in my website posts and obsidian vaults i use uri in my yaml and it's usually a url but sometimes it isn't and i am still experimenting with how to best use your extension.
This discussion was converted from issue #60 on October 31, 2022 22:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello,
i have a possible enhancement request but i may not be understanding something in the options correctly.
when in the extension options you can configure each of the presets for notes (append, create, etc.) and in the template i can change the fields in the frontmatter but i don't know if the extension would be aware of that since i can't configure one differently or map from one to another.
e.g. the options says:
but i'm using
uri
in my notes noturl
, and if it's doing a greedy match of some sort to find a url by looking for a line withhttps
orhttp
in the frontmatter or another method.for years in my website posts and obsidian vaults i use
uri
in my yaml and it's usually a url but sometimes it isn't and i am still experimenting with how to best use your extension.edit: clarity
Beta Was this translation helpful? Give feedback.
All reactions