17 lines
738 B
Plaintext
17 lines
738 B
Plaintext
div.config.p-6.card.bg-blue-100
|
|
h1.text-xl.text-gray-500
|
|
i.fa.fa-gears
|
|
span Configuration
|
|
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.
|
|
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"}
|
|
if(!displayMedias)
|
|
p.no-media
|
|
i.fa.fa-img
|
|
span.text-orange-500 Medias are not displayed
|