andysylvester / MyStatusToolDemo

A microblogging app based on RSS and rssCloud
MIT License
1 stars 0 forks source link

Extending MST for replies #1

Open colin-walker opened 1 year ago

colin-walker commented 1 year ago

I was wondering about the possibilities for replies via RSS.

I've, obviously, got namespaces on the brain right now but what about a 'mst' namespace that provides some additional item level elements like specific status ID, inReplyTo, etc. so that we could get conversations going between feeds.

It's out of the scope of this demo but something worth thinking about for the future.

andysylvester commented 1 year ago

Colin, I think that is an excellent idea! My first improvement is probably going to be in the text editor area (perhaps incorporating medium-editor), but I definitely want to support a method for replies. If you have any ideas for pushing the concept further, I am all ears!

colin-walker commented 1 year ago

I'm building a PHP tool so once I've got that up and running I'll have a think and see what I can come up with.