Update README.md

This commit is contained in:
Darius Kazemi 2019-07-01 14:10:25 -07:00 committed by GitHub
parent 42e62896f7
commit 704e2cdd6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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.