The novel browsing page looks like this:
PC | Android |
---|---|
![]() | ![]() |
Auto formatting can help you screen out some textual differences in novels, providing a more comfortable reading experience.
Here's a comparison:
Auto Formatting Enabled | Auto Formatting Disabled |
---|---|
![]() | ![]() |
You can adjust the font size of the novel through the
Body Size
setting. This will also adjust the line height accordingly.
Indents the first line by 2 character widths
Due to a Compose bug, this can only be implemented by adding spaces to achieve indent.
Uses regular expressions to remove excess blank lines
Completely removes spaces before and after each paragraph
If you want to know the specific code implementation of auto formatting, please refer to rich-text.kt
You've probably seen this type of content with excessive tags in search results:
This feature can approximately block such articles by checking the length of the TAGs.
There is a tendency that preview-type articles also have this trend of using extremely long TAGs for traffic.
If this feature affects your user experience, please turn it off (it's off by default).
You've probably seen these kinds of articles with no substance yet taking up space when searching:
This feature can block such content by checking the total word count of these articles, making the search results show the content you want rather than these contact exchanges or role-playing messages.
Of course, this feature can also be used to only view articles that exceed a specified word count.