Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomCasavant authored Mar 15, 2024
1 parent 9cd4fec commit 2673153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Modified an android client to handle editing posts (still need to make changes t
## TODO:

- Editing a post in the web-ui will remove the hashtags from the activitypub activity and it's not clear to the user. Ideally when the user edits a post the hashtags will be appended to the end of their editing window (This is now fixed for an android client)
- Hide in-line hashtags but keep their links. e.g. "Posting from #mastodon" -> "Posting from <a href='#mastodon'>mastodon</a>" but current experiments with that link to the specific instance where the post originates which would be a bad experience
- Hide tags from other users posts (do not edit the activity, just when the tags are _displayed_ a user of the instance)
- Hide in-line hashtags but keep their links. e.g. "Posting from #mastodon" -> "Posting from <a href='#mastodon'>mastodon</a>" but current experiments with that link to the specific instance where the post originates which would be a bad experience (visually this is fixed in the Web-UI but posts I create still federate to other instances with the inline '#' symbol present)
- Hide categorical tags from other users posts (do not edit the activity, just when the tags are _displayed_ a user of the instance)
- Editing a post will remove all tag associations

## Original README
Expand Down

0 comments on commit 2673153

Please sign in to comment.