Closed Klemet closed 2 years ago
please specify all fields that you use in fields.
Thanks a lot, @JackGruber ! I'm really sorry that I didn't properly read the sentence explaining it in the README. I should have taken more time to read it.
Just out of curiosity, is there a reason why the example in the README just below this sentence doesn't show both fields used being declared in the fields
argument (on this line) ?
The virtual fields like notebook
are a litte bit special.
Since these do not come directly from the Joplin notes table, they do not follow this rule. Therefore, these fields can be used without naming in fields, since they do not need to be loaded first.
That's really cool ! I'm really amazed by the capabilities of the plugin 😄
Thank you for your patience, and have a nice day !
Hello there !
Thank you for your wonderful plugin; I think it adds a lot of functionality to Joplin !
I've been having a small issue, however; I wanted to display the notes returned by the search as a list, with their name, and their body in details tags. However, the title of the note is always giving the mention "undefined".
For example, here is the code for the search:
And here is what is returned:
Would you have a pointer on how to solve this ?