der-tobi / obsidian-simple-mention

Obsidian plugin for mentioning people
GNU General Public License v3.0
35 stars 5 forks source link

Tags are also found in images #6

Closed MarcelH20 closed 1 year ago

MarcelH20 commented 1 year ago

Hi,

while I use your plugin I've found another issue with the mention tags. Not only in codeblocks (#5). It seems that the search logic is too general for tags. The search is applied everywhere also in binary images.

Unfortunately this ended in some performance issue, so I have to disable the plugin until there is a solution. But you already work on the performance issues, right?

issue-with-mentions
der-tobi commented 1 year ago

Hello @MarcelH20

Thank you for your feedback. I have also noticed this and I will fix it.

Cheers

peterkruty commented 1 year ago

Great plugin, unfortunately also have this problem. It also causes some performance problems.

mizmiller commented 1 year ago

Hi, good work with this plugin, it is really helpful! I was about to report the same problem, so +1 here :-) Any update regarding the fix?

der-tobi commented 1 year ago

Version 1.0.0 has just been released (https://github.com/der-tobi/obsidian-simple-mention/tree/1.0.0) which fixes this bug by indexing Markdown files only.