discourse/app
David Taylor 830797a9c3
FEATURE: Allow post/topic thumbnails to be prioritized via markdown (#12044)
Previously we would always take the first image in a post to use as the
thumbnail. On media-heavy sites, users may want to manually select a
specific image as the topic thumbnail. This commit allows this to be
done via a `|thumbnail` attribute in markdown.

For example, in this case, bbb would be chosen as the thumbnail:

```
![alttext|100x100](upload://aaa)
![alttext|100x100|thumbnail](upload://bbb)
```
2021-02-11 15:44:41 +00:00
..
assets FEATURE: Allow post/topic thumbnails to be prioritized via markdown (#12044) 2021-02-11 15:44:41 +00:00
controllers FEATURE: Ability to dismiss all new topics (#12018) 2021-02-11 13:35:09 +11:00
helpers A11Y: sets the html lang to user's locale when possible (#12007) 2021-02-10 16:12:09 +01:00
jobs FEATURE: Ability to dismiss all new topics (#12018) 2021-02-11 13:35:09 +11:00
mailers FEATURE: reason to reject user signup (#11700) 2021-01-15 09:43:26 +11:00
models FEATURE: Ability to dismiss all new topics (#12018) 2021-02-11 13:35:09 +11:00
serializers FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00
services FEATURE: Ability to dismiss all new topics (#12018) 2021-02-11 13:35:09 +11:00
views FEATURE: Rename 'Discourse SSO' to DiscourseConnect (#11978) 2021-02-08 10:04:33 +00:00