Replies: 1 comment 5 replies
-
I'm not sure either of those necessarily requires "ground up" rethinking. I believe an actual draft mode was planned, though I'm not sure exactly how; I haven't gotten around to it yet - partly because I found how the ability to manage "pages" worked instead, and for my purposes that's almost as good - but I think I had a pretty solid idea of how to implement non-federated posts... Wait. No, on second thought, I'm not sure I did. I think what I had was an idea for how to keep a post from being sent to any other instances. But what I wanted at the time was mostly a way to post something publicly without shoving it into my followers' timelines. I suspect if I did it the way I had in mind, it would technically still be a Fediverse post and if someone actually searched for it explicitly from their instance, or did the "interact from your instance" song and dance from looking at it on mine, it would still function as one otherwise. Which...I think for my purposes is actually a good thing, but might not be what you have in mind or what other people might want. Setting aside the "whether to federate" part, I think an implementation of the ability to edit, including correct handling of sending updates in both contexts, might be able to substitute. At one point I tried using a mentioned-actors-only post that didn't mention anyone as a draft mode, but to draft formatting without an edit mode (and without digging it out of the database on the server to work on it again), I would have needed to put it in a code block...and therefore not use any code blocks...plus it just seemed more of a hassle than it was worth, so I went back to using local .md files for my drafts. Sorry, most of this turned into a not-very useful ramble. |
Beta Was this translation helpful? Give feedback.
-
As a user, I think that the Blog part of it is too intertwined with the Federation part of it.
What if I want to write something, maybe a draft, maybe a longer post that I don't want to send out right to the Fediverse?
At least from the perspective of the UI (I am still examining the backend code), there is no blogging without federation. I would love to have that.
What if, from the ground up, we rethink this software as a federatable, but more importantly, hyper-personal place? The minimum I'd suggest changing it would be to give control to the owner, what do you want to do with this post: draft, post on the website only, send it out to followers, etc?
Beta Was this translation helpful? Give feedback.
All reactions