0.1.3

  • Fix issue where excerpts did not show after clicking 'load more', switching between tags, etc and using lastPost as the display choice (@[deleted] )
  • Add CSS to prevent images overflowing when rich mode is used. Thanks @fakruzaruret
Updating
composer require ianm/synopsis:"*"
php flarum cache:clear

IanM Increase the excerpt length to something like 500 characters

This DOES fixes the problem. But I really don't want for a non video post, to show 500 characters. Maybe it is, what it is. Thank you.

    Anonymous43 Yeah, it's kinda 'all or nothing' at the moment. Perhaps in the future I'll look at a way to specify different excerpt lengths for different tags or something. Maybe a 'promote this content' option would work.

    I'll give it some thought

      Hi, would you consider an option to let admin set it for all users as enabled? Most of ppl is to lazy to even dive in some options and its a shame because of it gives wonderful user experiance.

      For now as admins can't enable it for logged users by default I have to use code which allowes not logged users to see Synopsis

      @media (max-width: 767px) {
      .DiscussionListItem-info .item-excerpt {
          display: block !important;
      }}
      .Settings-Summaries {
          display: none;
      }
        10 days later

        0.2.0

        • Update for beta 16
        Updating
        composer require ianm/synopsis:"*"
        php flarum cache:clear
        6 days later

        Hello can you make Display an excerpt from each discussion in discussion lists (Mobile) enable by default? for beta 15

        2 months later

        1.0.0

        • Flarum 1.0 ready
        composer require ianm/synopsis:"*"
        php flarum cache:clear
        8 days later

        Anonymous43 nothing, other than bumping the flarum/core requirement to 1.0.0, ready for the upcoming stable release

        13 days later

        Stumbled upon this picture in here, It would be nice if ONLY after text topic, read more link appears.

          Anonymous43 but would you not want to use that extension for this purpose? Isn't that what it already does? Or is there something that extension doesn't cover.

          I dont think that extension works on synopsis. I just need something similar for synopsis instead of 3 dots ... And not on anything else.

          12 days later

          Whoops, my bad.

          I'm just willing to pay for work. Who is going to use it, I don't care, share it with everyone.

            14 days later

            Although the first post is modified, it seems that the summary will not be updated, even after I clear the cache?
            Examples are as follows:
            Abstract:
            P@R_7BCWW_T~C16N_DTXUDG.png
            First post:
            B_M_N7_56X~WRT48W_9L1U3.png
            You can see that the backslash is not included in the first post, but it is included in the summary.

            My plugin configuration is as follows:
            M_Z_NAO~YAT9EGX`EMSSIL3.png