imorland / synopsis

A Flarum extension to add summary excerpts on the discussions list page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis by IanM

License Latest Stable Version

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

image

Rich content in summary

image

User settings

image

Installation

composer require ianm/synopsis

Updating

composer require ianm/synopsis
php flarum migrate
php flarum cache:clear

Links

Support

Please consider supporting my extension development and maintenance work. Buy me a coffee

About

A Flarum extension to add summary excerpts on the discussions list page.

License:MIT License


Languages

Language:PHP 59.8%Language:TypeScript 33.6%Language:JavaScript 3.9%Language:Less 2.7%