You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first use of the OAuth system ( Issue #76 ) will be to pull in bookmarks from mastodon.
as a user I'd like to be able to note some of my posts as worth archiving (for journaling purposes if nothing else) so that I can have a centralized record of thoughts worth keeping
Implementation-wise i'm imagining some sort of mastodon ingester with the option to pull in bookmarks, and/or posts that you've created which also have the #bb tag.
It'd be nice (maybe for a future iteration of this) to have it ingest the entirety of any thread I started that has #bb in any of my posts. I'd definitely want it to make local copies of images (Issue #52).
ex. a thread of replies like this
my post: "foo"
my post: "bar"
my post: "baz #bb"
someone else replies to 3
i reply to 4
would ingest 1-3 (as a single document?) but while ignoring any reply that wasn't both mine, and directly replying to one of my own posts.
You'd have to give it your username, and i assume we'd hardcode the tag as #bb
The text was updated successfully, but these errors were encountered:
The first use of the OAuth system ( Issue #76 ) will be to pull in bookmarks from mastodon.
as a user I'd like to be able to note some of my posts as worth archiving (for journaling purposes if nothing else) so that I can have a centralized record of thoughts worth keeping
prerequisites
Implementation thoughts
Implementation-wise i'm imagining some sort of mastodon ingester with the option to pull in bookmarks, and/or posts that you've created which also have the
#bb
tag.It'd be nice (maybe for a future iteration of this) to have it ingest the entirety of any thread I started that has
#bb
in any of my posts. I'd definitely want it to make local copies of images (Issue #52).ex. a thread of replies like this
would ingest 1-3 (as a single document?) but while ignoring any reply that wasn't both mine, and directly replying to one of my own posts.
You'd have to give it your username, and i assume we'd hardcode the tag as
#bb
The text was updated successfully, but these errors were encountered: