alx No. The content that summaries pulls is provided by a function of Flarum that strips out ALL formatting. What it would require for me to enable images and links to become "live" is not worth how deep I'd have to go.

If anyone wants to fork this extension and add it, they are welcome to do so!

itlo That's a portal, which is a very different approach than what this extension does.

a month later
  • [deleted]

adexlly It's hidden by default on mobile, but can be changed with some CSS

@media (max-width: 767px) {
.DiscussionListItem-info .item-excerpt {
    display: inherit!important;
    overflow: hidden!important;
    white-space: nowrap!important;
    text-overflow: ellipsis!important;
}
}
    • [deleted]

    010101 not sure about that, but glad it works as intended 🤭

    In future updates, this extension can show last reply in discussion? Maybe you will add a little selection for this. 🙂 Thank you.

    2 months later
    • [deleted]

    Is it compatibile with Flarum 0.1.0-beta.9?

      a month later

      how we can show the last message's summary on that discussions page? is there anything we can do on the code?

        sanwhere Missed this one when notifications were going bananas, sorry about that.

        Summaries is using Flarum's built-in excerpts that are generated in the case of the discussion being stickied and for meta purposes, so I'd have to add more code in order to support a last message excerpt. Honestly, I like this extension being simple and I'm not very interested in expanding its features so much at this time.

        Anyone is free to fork it for their own version with additional features, however.

          2 months later

          【BUG】

          • How can I make this plugin not work for search results pages?
          • Because if this plug-in is turned on, only the keywords in the title will be bolded in the search results page, and the keywords will not be displayed in bold in the excerpt of the post content.
          • And the excerpt will only show contents from the beginning of the post, until the output length reaches the text length set by this plugin.

          【When Summaries Turn on ↓】



           


           

          【When Summaries Turn off ↓】

            2 months later
            • [deleted]

            jordanjay29 is it possible to add support for @clarkwinkelmann WordPress integration please ? My list of discussions looks a bit odd with some having previews, and some not... 🙂

            Thanks

              • [deleted]

              @jordanjay29 as a suggestion, would it be possible to have the last comment made on a post as the summary in addition to the actual body of the original post ?