-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Article View Padding #233
Comments
Hey @ddkasa, please excuse my late reply. Regarding the padding, should this padding be applied to the whole application (including searchbar, statusbar, etc) or just the article and the table of contents? |
Hi @Builditluc
Yes, I think it should hide everything except the article, as it's essentially a distraction free reading mode. Unless you can find a way to integrate the table of contents more seamlessly, such as creating a navigation bar with just the header/chapter numbers.
I was particularly thinking of the article view where most of my time is spent anyway. The application already has configurable themes for each of the sections, so if it's easy to integrate; my opinion is that having more options is better. |
I've implemented a The documentation for the |
I have tried the dev version and everything is looking pretty good. My only suggestion would be to allow for a |
Makes sense, yes. I would add an option to set a horizontal and vertical constraint, so you have more freedom in how you'd like to read the content in zen-mode. (the page view would be a centered rect where a constraint would look and be configured like this) |
Pushed d713a9d which adds size constraints for the content in zen-mode. Documentation for the feature is also live at: https://wiki-tui.net/develop/configuration/page/#changing-the-size-of-the-content-in-zen-mode |
Closing this, as the feature was shipped with v0.9.0 |
Is your feature request related to a problem? Please describe.
Article text is to close to the edge and doesn't provide a great reading experience.
Describe the solution you'd like
I would like to have two different things added :
For example:
Essentially a hotkey that allows you toggle a more narrow and distraction free mode when viewing an article.
Additional context
Checklist
CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: