ianm / synopsis
Show summary excerpts on discussion lists.
Installs: 163
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 9
Open Issues: 1
Language:JavaScript
Type:flarum-extension
Requires
- flarum/core: ^0.1.0-beta.15
Conflicts
This package is auto-updated.
Last update: 2021-01-17 15:59:34 UTC
README
A Flarum extension which adds summary excerpts to the discussion list. This is essentially the same as jordanjay29's Summaries, with extra customisable options. If you don't need the extra options, I recommend using Summaries instead.
Features
As well as displaying an excerpt as a summary (with configurable length):
- All display strings are translatable
- Toggle between displaying plain or rich content in the summary (admin)
- Choose from using either the first or latest post in the summary (admin)
- User preference to show/hide summaries
- User preference to enable summaries on mobile
Screenshots
Admin settings
Rich content in summary
User settings
Installation
composer require ianm/synopsis
Updating
composer require ianm/synopsis
php flarum migrate
php flarum cache:clear