Closed andreykp closed 1 year ago
I think the related code is here: https://github.com/dartungar/obsidian-simple-note-review/blob/master/src/settings/settingsTab.ts#L148
@andreykp the plugin does not indicate if user makes a mistake in noteset configuration - am I understanding this correctly?
@andreykp the plugin does not indicate if user makes a mistake in noteset configuration - am I understanding this correctly?
Yes. Highlight error. Or I can suggest to turn CRLF into comma, but it will be more code.
@andreykp I see; I will probably implement simple warnings if noteset looks empty or query has error some time soon!
Implemented some noteset rules validation in v1.2.0.
To reproduce: place multiply tags in settings, using new line as delimiter, without comma try to open "next note to review"
plug-in will not do anything. It will look as just broken.
I think there should be notification or error shown