I'm also using front matter for publishing NIP-23 content. If someone else implements that in a proper tool, maybe we can use the same keys:

https://nostr.kosmos.org/@raucao/2025-04-24-markdown-to-nostr

Reply to this note

Please Login to reply.

Discussion

My flow is you publish the article using existing tools like yakihonne or habla. Then you just add the naddr to the nostr-static config and run the tool. Yakihonne puts the summary, title, image to the tags. So i don't think i need an front matter

I was actually wondering why you don't just configure an npub and maybe a tag for filtering if necesaary.

Just adding the naddr manually is a 10 seconds job, but building a tool for ordering and selecting takes a lot of time. If you don't write a lot of articles, my tool makes sense

Hmm. In my implementation, I just do a single query to fetch articles for an npub, and then order them by `published_at`. It's very simple and works pretty well.