-
-
Notifications
You must be signed in to change notification settings - Fork 63
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- I have read the docs and checked that the feature I am requesting is not already implemented
- My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
No response
Describe the Feature you'd like
I would like to be able to use a string property when I create a bind target, for example
VIEW[{{OtherFile}#PropertyName}+{PropertyName}][math]
Where OtherFile is a string property that I set through a suggester(optionQuery) to sample the files I could want, and these files would have PropertyName same as this file would.
Alternatives
Some alternative way of using another property inside a bind target structure.
Additional Context
I am trying to create a RPG charactersheet where I can have other notes containing data you can grab from. For example Species or Class would contain data that you can grab, and I would then like to be able to choose which species my character is with a suggester filled by optionQuery(#species) or such, and then the stats from that species would be used in my character sheet.