From 42e62896f7461d75bfe252431c084f104e45495f Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Mon, 1 Jul 2019 14:07:59 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b9ec3b08c..e2f206068 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ But it's also open to abuse with people quote-tweeting things they disagree with What does this have to do with content types? Well, if we support an `Article` content type and a `Note` content type, we can support quoting for an `Article` but not for a `Note`. In practice this means that you can quote blog posts and news articles, but you can't quote a quick personal microblog note. +> Hometown doesn't support quoting articles yet... but it will. + ## Better list management If Hometown is going to be a universal reader, you're going to need better control over organizing your feeds than mainline Mastodon provides. From 704e2cdd6a05c58391f0ab777e4faab44e5b1212 Mon Sep 17 00:00:00 2001 From: Darius Kazemi Date: Mon, 1 Jul 2019 14:10:25 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2f206068..9c3b0dd2e 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Hometown is launching with a few key differences from Mastodon. * Local only posting (aka posts that never federate) * Accepting more content types "natively", like in-line reading of full articles (behind a cut for length) -* Better list management +* Better list management (not implemented yet but will come in the first release) * Some accessibility features set to default Those are the only changes! They are pretty minor in terms of the source code involved, but they drastically change the experience of being on Mastodon. I'll explain each of these in more detail now. @@ -67,6 +67,8 @@ My first plan is to introduce a new kind of _exclusive list_. Right now if you a Or another case: I might have all the blogs I read in one list, but I only check it on Saturdays when I have time to read things. In that case I don't want updates from those blogs clogging up my home timeline. +> This is not yet implemented but will be available in the first release. + ## Better accessibility defaults Look, right now this pretty much just means that we underline hyperlinks by default. I'm of course open to implementing other obviously beneficial accessibilty defaults that Mastodon itself doesn't implement.