Replies: 0 comments 3 replies
-
we sort of get there with {select note} >> r-click >> Advanced >> Apply bulk actions which has an [Execute script] field we can type or paste a one-liner. Our hello world test doesn't work though. It executes successfully but no message is shown. I'm guessing this means only JS Backend is involved? |
Beta Was this translation helpful? Give feedback.
2 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.
-
I have created a note and made it a script by setting type
JS frontend
. I can navigate to that note and run it using the play button orctrl-enter
, great! but how do I pass parameters to it? Or prompt for a note to select somewhere else and have it do it's thing there instead?hello-world.js:
Desired result:
Beta Was this translation helpful? Give feedback.
All reactions