Replies: 3 comments 1 reply
-
|
Damn, I forgot to add the options. Still, getting an empty array. const quickAddApi = this.app.plugins.plugins.quickadd.api;
const values = await quickAddApi.fieldSuggestions.getFieldValues("Id",
{
includeInline: true
});
console.log(values); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@chhoumann Should I convert this to an issue? |
Beta Was this translation helpful? Give feedback.
1 reply
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 tried this code in a dataviewjs block:
where I have
Id:: 1000in a note, I get an empty array in the console log.I then tried with having the
Idas a note propertyand now this time I get an array with the value 1000.
Is that the intended behavior, only using properties and not fields?
Beta Was this translation helpful? Give feedback.
All reactions