Open Ovyerus opened 3 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
quickadd | ✅ Ready (Inspect) | Visit Preview | Sep 15, 2024 0:53am |
I have tried tested, and looks good 👍 Thank you
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.