debanjandhar12 / logseq-anki-sync

An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.
GNU Affero General Public License v3.0
462 stars 34 forks source link

specifying tags by property should be case insensitive (tags==Tags) #184

Closed thiswillbeyourgithub closed 1 year ago

thiswillbeyourgithub commented 1 year ago

the addon only works with "tags" and not "Tags" even though logseq is case insensitive regarding properties. This is problematic because if you have Tags:: something, and turn it into tags:: something Logseq will ignore the change.

Expected behavior is then to fetch tags properties case insensitively.

related to #147