weichenw / obsidian-hypothesis-plugin

An Obsidian.md plugin that syncs highlights from Hypothesis.
MIT License
235 stars 20 forks source link

Add suffix to file name to avoid creation failure #51

Closed tanjoe closed 2 years ago

tanjoe commented 2 years ago

Articles may have different URLs but share the same title (say, you highlight content from different pages in the same forum discussion). getNewArticleFilePath() now may add a suffix to the file name to avoid creation failure caused by name collision.

weichenw commented 2 years ago

Thanks, mate. For some strange reason, it doesn't work properly with Reddit. I suspect it has something to do with reddit. Will look into it next time.