Poster Stack 2, Blogging with Markdown Files: summary content

If you want to use summary content to display in the list view, will separate the summary content from the main content. The text above the read_more tag will display in both the list and detail views, while the content below the read_more tag will only display in the detail view.

But what can I do? I want summary content in the list view (a very small summary) but I don’t want it to appear in the detail view?

It is possible to decide if the summary should be displayed also in detail mode, when using items.

This is currently not possible to decide when using markdown files.

I will have a deeper look and add this feature to Poster 3 into to the markdown editor.

I used to add the following to my Source blog markdown files to do this:

<div class="poster-hide-in-detail" markdown="1">
Your summary content here
</div>
<!--read_more-->
2 Likes

Thank you :+1:

It works perfectly, thanks Stuart.
(I saw this in the “demo_poster2” demo, but I thought I’d have problems with YAML. Instead, everything worked perfectly.)
Thanks again. :clap:

1 Like

Thanks Stuart :slightly_smiling_face:

Yes I didn’t remember the CSS class.

Still a good feature request :+1:

1 Like