Article Interop WG: How to represent titles?
Should title be inserted into Article.content
as an <h1>
tag, or should it go to Article.name
?
Article Interop WG: How to represent titles?
Should title be inserted into Article.content
as an <h1>
tag, or should it go to Article.name
?
@silverpill @article_interop article.name would be ideal, though I think lemmy expects title
@django @silverpill @article_interop Lemmy uses ‘name’ on a Page (not Article).
If you get the URL of any Lemmy post and do a GET with the Accept header set to “application/activity+json” you’ll see everything.