mastodon-archive-stats/views/partials/config.pug

17 lines
738 B
Plaintext
Raw Normal View History

2020-10-18 17:57:32 +02:00
div.config.p-6.card.bg-blue-100
h1.text-xl.text-gray-500
i.fa.fa-gears
span Configuration
2020-07-20 14:52:44 +02:00
p Showing #{outbox.length} of Messages #{outboxTotalLength} in your outbox.First #{max_toots} toots, filtered by a minimal length of #{min_length} characters of content.
2020-10-18 17:57:32 +02:00
i.fa.fa-slice
p filter bigger toots before slicing: #{filterBiggerTottsBeforeSlicing? "yes":"no"}
p write statistics in output folder : #{writeStatsJson? "yes":"no"}
if(filterOnlyHavingMedias)
i.fa.fa-img
p.text-orange-500 showing only toots with medias attached to them
p show most recent toot first: #{showMostRecentTootsOnTop? "yes":"no"}
2020-07-20 17:00:35 +02:00
if(!displayMedias)
2020-10-18 17:57:32 +02:00
p.no-media
i.fa.fa-img
span.text-orange-500 Medias are not displayed