Oddbean new post about | logout
 try using yakihonne(?). or maybe we can make one which just inputs md and parse them as simple as possible and we can share them. if you believe in stuff that only do one thing very simple. 
 thanks for the suggestion !

yes i eventually rolled my own script for this, which specifically parses the yaml metadata for jekyll posts from the bitcoincore org repo, and creates and posts a nostr event with the markdown text (with magnet link inserted)

see https://habla.news/u/bitcoincore@x0f.org

it turned out to be easier than expected, though for experimentation it would have been nice to do the first one with a UI 
 your welcome. 

sounds cool, i would be happy to see the script if its open source now.

i agree, it can be available with a simple ui. a nostr markdown client. 
 sure, it's not code i'm super proud of but here u go:
https://github.com/laanwj/miscellany/blob/main/nostr/post-bitcoin-core-release.py