-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature Request: Default Values #48
Comments
This was in my roadmap, indeed. api.openForm('person', { values: { name: this.file.title }})
// this is an actual usecase of mine 😅 That aditional configuration option will also allow to set other options like fields to hide and fields to pick as stated on #39 |
This has been addressed in #53 for basic input types. I'm not sure yet about the more complex ones |
Yeah, works fine. Everything related to dataview related fields seem to not yet work. So might need to think about something in this regards. Now I think one big quality of live improvement for me would be cross reference. E.g. if one field is a project, and another one is persons, to change the query based on the selected project. But that's probably going to be tough. |
@danielo515: Should it work for Text Area? Seemed to fail for me for that one when passing in a string. |
I probably overlooked it. Gonna have a look
…On Sat, Oct 7, 2023 at 3:00 PM Tobias Steckenborn ***@***.***> wrote:
@danielo515 <https://github.com/danielo515>: Should it work for Text
Area? Seemed to fail for me for that one when passing in a string.
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWKEWCAIBF24PQR2GSDX6FHANAVCNFSM6AAAAAA5F2OEGOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONJRG4YDOMBQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
---
https://danielorodriguez.com
|
By the way are you planning to release officially? Got quite some cool uses out of it and would like to refer to it more easily (even though text areas still seem bugged 😅) |
What do you mean to release officially? On obsidian plugin store? I'm
waiting for approval
El vie, 13 oct 2023, 19:08, Tobias Steckenborn ***@***.***>
escribió:
… By the way are you planning to release officially? Got quite some cool
uses out of it and would like to refer to it more easily (even though text
areas still seem bugged 😅)
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AARKJWOQO45MRIKGHFYBEWDX7FYRHAVCNFSM6AAAAAA5F2OEGOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRRHAZTMNJXHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Defaulting to fixed or dynamically calculated values would be a great addition.
The text was updated successfully, but these errors were encountered: