friends icon indicating copy to clipboard operation
friends copied to clipboard

Add Tagging to the Keyword Matcher

Open alecmuffett opened this issue 2 years ago • 2 comments

Example content which would otherwise be hard to find:

Screenshot 2023-01-10 at 12 01 54

Implementation Suggestion

Perhaps this is a general requirement, and incoming posts could be scanned for references to yourself and/or to other people, and then have specially-formatted Tags applied to them in order to surface them to the site user (i.e. Myself) in a Wordpressy kind of way?

Then we could have a Friends-plugin feature which would be a simple table of:

keywords or regexp | tag to apply

...with options to add more?

alecmuffett avatar Jan 10 '23 12:01 alecmuffett

There are already keyword notifications (which I realized recently fail for your own URL since it strips all tags before checking for it and the URL is usually inside an HTML tag, I need to rework this):

Screenshot 2023-01-10 at 16 14 45

It could be interesting to make this more versatile like you suggest so that you can choose what should be done when a keywords is matched.

akirk avatar Jan 10 '23 15:01 akirk

You can find the Keyword Notifications in the Friends Settings and they are also exposed in the Notification Manager:

Screenshot 2023-01-10 at 16 20 59

akirk avatar Jan 10 '23 15:01 akirk