Using tryQueryMarkdown returns Markdown links that always include the path and the file extension #2412
Unanswered
dsebastien
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When the
tryQueryMarkdown
method is used, it always converts links to "absolute" Markdown links that include both the full path and the file extension. Is there a way to generate simple links instead?What I currently get:
[[30 Areas/32 Literature notes/32.05 Quotes/A note is an action potential.md|A note is an action potential]]
What I would prefer (whenever possible):
[[A note is an action potential]]
I know that the path is sometimes necessary for disambiguation, but in general, it's not.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions