Hide preview of pages #426

Closed
opened 2026-02-04 19:54:16 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @viisking on GitHub (Sep 7, 2017).

Under Books, it shows pages and their preview.
Is there any way to hide page's preview, so it looks more simple and clean?
Thanks

Originally created by @viisking on GitHub (Sep 7, 2017). Under Books, it shows pages and their preview. Is there any way to hide page's preview, so it looks more simple and clean? Thanks
OVERLORD added the 🖌️ View Customization label 2026-02-04 19:54:16 +03:00
Author
Owner

@Alwaysin commented on GitHub (Sep 7, 2017):

I second this. When you have code for example, the preview is hideous!

@Alwaysin commented on GitHub (Sep 7, 2017): I second this. When you have code for example, the preview is hideous!
Author
Owner

@ezzra commented on GitHub (Nov 27, 2018):

You can use a workaround with CSS, use this as custom head in your settings:

<style>
.text-muted.break-text {
    display: none;
}
</style>

I also removed the previews (and changed a lot of other things in the listview), but actually I would like to use something like a summary for a page. It would be better if the preview would be only generated from the first line, or only if there is a special keyword, or with a specific textfield, whatever

@ezzra commented on GitHub (Nov 27, 2018): You can use a workaround with CSS, use this as custom head in your settings: ``` <style> .text-muted.break-text { display: none; } </style> ``` I also removed the previews (and changed a lot of other things in the listview), but actually I would like to use something like a summary for a page. It would be better if the preview would be only generated from the first line, or only if there is a special keyword, or with a specific textfield, whatever
Author
Owner

@ssddanbrown commented on GitHub (May 11, 2022):

I'm going to go ahead and close this off, with the intention of such tweaks being made via our flexible customization options, as per the css tweak shared above.

@ssddanbrown commented on GitHub (May 11, 2022): I'm going to go ahead and close this off, with the intention of such tweaks being made via our flexible customization options, as per the css tweak shared above.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#426