benbrown / shuttlecraft

a single user activitypub server - join the federation!
https://shuttlecraft.net
MIT License
264 stars 30 forks source link

Need to explore: are there meta tags to help discovery #96

Open benbrown opened 1 year ago

benbrown commented 1 year ago

I notice re:toot seemingly able to identify mastodon posts and get content. How does that work?

benbrown commented 1 year ago

doesn't look like anything more exciting than standard meta tags

PurpleStarChild commented 1 year ago

Is this related to the behavior of when making a post with tags having the server recognize and highlight the tags accordingly? (ie. if you were to make a post with #shuttlecraft would that then be recognized as a tag?)

Or is this separate?

benbrown commented 1 year ago

That would be separate. There is actually a pr that implements tag links in posts, but doesn't fully implement the resulting tag pages or feeds.

benbrown commented 1 year ago

@PurpleStarChild see #59

PurpleStarChild commented 1 year ago

ahhh TY, I'll check that out :)

On Wed, Jan 11, 2023 at 12:52 PM Ben Brown @.***> wrote:

@PurpleStarChild https://github.com/PurpleStarChild see #59 https://github.com/benbrown/shuttlecraft/pull/59

— Reply to this email directly, view it on GitHub https://github.com/benbrown/shuttlecraft/issues/96#issuecomment-1379267140, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIG3PAFMYEA4GGNGCYGV7KLWR3XNBANCNFSM6AAAAAATUHRQ5Q . You are receiving this because you were mentioned.Message ID: @.***>

ringtailsoftware commented 1 year ago

The tag pages are done in https://github.com/ringtailsoftware/shuttlecraft/commit/71f4f5b14b5447ac0acb2e44187d8c73fe4869b5

I should put together a proper PR, but don't have time at the moment.

ringtailsoftware commented 1 year ago

Cleaned up PR for this in https://github.com/benbrown/shuttlecraft/pull/113