Stored Procedure Equivalent #954
Answered
by
AB1908
AmbushXXVI
asked this question in
Q&A
-
Is there any way to implement some kind of vault level named template that could be called from individual notes? I use a couple of queries that only vary in a parameter or two. If I decide to update those with a new feature, I then have to find every instance of them and update them manually. Characters:
Characters
|
Beta Was this translation helpful? Give feedback.
Answered by
AB1908
Mar 17, 2022
Replies: 1 comment 1 reply
-
I feel like I've answered this before but perhaps it wasn't you. The current way to reuse queries is to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AmbushXXVI
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I feel like I've answered this before but perhaps it wasn't you. The current way to reuse queries is to use
dv.view()
. For bulk find and replace, you can use any other tool for regex replacement. I happen to use VS Code.