Realized that the way we do notes on #WriteFreely doesn't work with #Mastodon, if you include a title. They don't show up!
So I'll see how it looks if we include it in the body of the Note.
@kariboka in theory sure, but it also took about 7 years for decent Article / long-form text support in Mastodon 😅 so this is just quickest for now. It does also fix something we needed to do anyway, which was exclude markup from titles. So all good.
@dev@social.musing.studio does this mean that we will see both a title in name and in content?
That would be a duplication... Not the end of the world by any stretch, of course.
@julian yeah, just for Notes, not Articles. I'm wondering if I should just leave `name` empty for Notes to prevent that. Especially not sure how anything besides Mastodon handles it.
@dev @smallcircles is that maybe a bug report to Mastodon that can be fixed? I know they want better long-form support?
@thisismissem @smallcircles I'm not sure... This only applies to the `Note` type, not `Article`. On Mastodon, Article titles always show up fine.
But also don't think it looks too bad by manually adding the title to the body of the Note, like if you pull this post up in Masto: https://matt.writefreely.dev/note-title-fix-test
@dev
So Thhhhhhhats why I don't get notes. Good to know.
Just opened a PR for this: https://github.com/writefreely/writefreely/pull/1491
It ends up putting us in compliance with the ActivityStreams spec, too, by making sure no markup is included in the `name` property.
#WriteFreelyDev