@julian that makes sense. I should probably just not render `summary` for now if `content` is present and renderable. And I then render `name` as a title field

darius@friend.camp
@darius@friend.camp
I'm the administrator of this server. https://tinysubversions.com is where most of my stuff lives. I make Hometown along with a bunch of other fediverse software (see pinned posts). I'm trying to fix the internet, and some people say I'm at least kind of succeeding. Based in Portland, Oregon, USA. he/him
Ultimi post creati da darius@friend.camp
-
RE: So I'm improving Article display in Hometown.
-
So I'm improving Article display in Hometown.
So I'm improving Article display in Hometown.
@julian made this post:https://community.nodebb.org/post/105824 · BrowserPub · A browser for exploring ActivityPub and the fediverse
Explore the open social web through the lens of ActivityPub and the fediverse.
(browser.pub)
`content` and `summary` are ALMOST the same, so my software renders repeated content. I'd like to be able to say "if content and summary are the same, then default to one of them and exclude the other". Now the only difference seems to be a newline, so maybe I just trim whitespace but... thoughts? Is this good use of `summary` by nodebb in the first place?