printer on atproto
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

newline before end header

dawn f222d83a f115b334

+1
+1
src/main.rs
··· 204 204 printer 205 205 .centered(&task.identifier, 0xCD)? 206 206 .markdown(&c.text)? 207 + .newline()? 207 208 .centered(&task.date.to_string(), 0xCD)? 208 209 .newline()? 209 210 .cut()?;