-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add URI to run QuickAdd externally #722
base: master
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
a2cb6c3
to
e1eb330
Compare
I have tried tested, and looks good 👍 |
Co-authored-by: Chainarong Tangsurakit <chaintng@gmail.com>
Thanks @Ovyerus can't wait to see this merged and ready to use! 😍 |
@chaintng Is there any chance this could get merged? I'd love to use this. 😄 |
@LandonSchropp Unfortunately, I'm not the maintainer 😅 for now, if u sync to laptop. u can use vscode to edit these file manually until maintainer merged this MR and release new version |
@chaintng Ah, gotcha. My bad. Thanks! |
Adds support for running a QuickAdd choice from an external script or application, through the use of an
obsidian://quickadd
URI.The choice to run is given by the
choice
parameter, and then any variables that are needed by it can be given through additional parameters prefixed withvalue-
(does not work for unnamed variables, those will still prompt the user for input within Obsidian).Example
This runs the choice
Daily log
and provides "Lorem ipsum." as thecontents
variables.Resolves #256, resolves #369, and resolves #648.