theBenForce / logseq-plugin-my-highlights

Import highlights from various sources
MIT License
36 stars 4 forks source link

highlights pages don't show up on android due to %2F / %3A in the filenames #38

Closed Dieterbe closed 1 year ago

Dieterbe commented 1 year ago

I use syncthing and can see that all highlighs pages get successfully synced to android. however they don't show up in the app (0.8.5), even after refresh or re-index. It is due to the %2F / %3A in the filenames, because if i e.g. run mv 'A New Earth%2Fhighlights.md' 'A New Earth highlights.md', wait for syncthing to sync and do a rescan in android, then the page will show up.

I'm not sure if this is a bug in logseq itself, or a known limitation that the plugin is supposed to handle somehow.

theBenForce commented 1 year ago

@Dieterbe thanks for reporting this. It looks like a bug with logseq since I'm not adding %2F in the plugin.