You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following search term: notebook:Watchlist Netflix -"Watch State: watched":
Search only in the notebook Watchlist
Search the term Netflix
Exclude the term Watch State: watched
In the usual Joplin search bar, it works. But the plugin throws an error. Here is the complete plugin block:
<!-- note-overview-plugin
search: notebook:Watchlist Netflix -"Watch State: watched"
fields: title
sort: title DESC
-->
This is the error in the dialog:
Noteoverview error
Note: Test
YAML parse error
Nested mappings are not allowed in compact mappings
search: notebook:Watchlist Netflix -"Watch State: watched"
fields: title
sort: title DESC
I guess Watch State: watched is parsed as key-value mapping, but it's only a string.
The text was updated successfully, but these errors were encountered:
I have the following search term:
notebook:Watchlist Netflix -"Watch State: watched"
:Watchlist
Netflix
Watch State: watched
In the usual Joplin search bar, it works. But the plugin throws an error. Here is the complete plugin block:
This is the error in the dialog:
I guess
Watch State: watched
is parsed as key-value mapping, but it's only a string.The text was updated successfully, but these errors were encountered: