mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Document hashtag stuffing collapsing implementation
This commit is contained in:
parent
635f4c1b0d
commit
a382efee5b
2 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -74,6 +74,16 @@ Everything is designed and engineered following my taste and vision. This is a p
|
||||||
- Limit up to 3 API requests as the root post may be very old or the thread is super long.
|
- Limit up to 3 API requests as the root post may be very old or the thread is super long.
|
||||||
- If index number couldn't be found, badge will fallback to showing `Thread` without the number.
|
- If index number couldn't be found, badge will fallback to showing `Thread` without the number.
|
||||||
|
|
||||||
|
### Hashtag stuffing collapsing
|
||||||
|
|
||||||
|
![Hashtag stuffing collapsing](readme-assets/hashtag-stuffing-collapsing.jpg)
|
||||||
|
|
||||||
|
- Any paragraphs, except the first one, with more than 3 hashtags will be collapsed.
|
||||||
|
- If there are text around or between the hashtags, they will not be collapsed.
|
||||||
|
- Collapsed hashtags will be a single line with `...` at the end.
|
||||||
|
- They are also slightly faded out to reduce visual noise.
|
||||||
|
- Opening the post view will reveal the hashtags uncollapsed.
|
||||||
|
|
||||||
### Filtered posts
|
### Filtered posts
|
||||||
|
|
||||||
- "Hide completely"-filtered posts will be hidden, with no UI to reveal it.
|
- "Hide completely"-filtered posts will be hidden, with no UI to reveal it.
|
||||||
|
|
BIN
readme-assets/hashtag-stuffing-collapsing.jpg
Normal file
BIN
readme-assets/hashtag-stuffing-collapsing.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
Loading…
Reference in a new issue