How to trigger a file-shortcut? #101
Unanswered
laowantong
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.
-
I am new to this plugin, and would like to use it to make a "dynamic" converter from RMB to Euros. As a simple shortcut (see below for the regex and the JS code), it works. Specifically, when I type this in a note:
The text is replaced by:
So far, so good. Now, instead of replacing what I type by a static text, I would like to replace it by something which would update each time I click it (after having updated
RATEelsewhere). So, I created the following "rmb.md" file:I have added this shortcut-file in the setting pane and deleted the previous non-shortcut-file.
Now, I have no idea what to type in my document to trigger the execution of the shortcut. None of the following work:
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions