Oddbean new post about | logout
 Hi Nostr, 

I want to publish long form content using Nostr and I want this content to also be available on my website.

Is there a plugin that would allow me to display long form posts in a website created with carrd.co? 

I can publish the post in Yakihonne.com but it would be nice to have a way to display it natively in my website as well. 
 Not familiar with carrd.co, but if they allow you to insert HTML, you can use njump widgets to display your long form nostr posts. It's only one line of code for each post.

https://m.primal.net/IGPV.png 

https://njump.me/about 
 This is great. Thanks! 

carrd.co allows you to create simple landing pages and basic websites with no code and for free or very low cost.

That's what I use for https://www.alejandrogil.net for example. 
 There's a nostr plugin for wordpress.

I prefer to write using Markdown and publish directly to nostr.

Then I copy and paste the Markdown to Ghost. It's an extra step, but it's not hard. 
 Thanks! I’m going to try first the suggestion by @NotBiebs and if that doesn’t work then I’ll try Ghost 
 Yeah, I didn't know about that. Njump looks like it will be easier,  but I like ghost because it allows me to own my own data. The same is true if you run your own relay. 
 Where are you saving the markdown too? You can make a pipeline to push to both places with 2 simple curl commands (github actions or local shell script) 

Although yes, ideally you'd have one source of truth in git that pushed to yakihonne.com and then the website renders the note from yakihonne.com 
 I'm writing the article in Obsidian and publishing directly from there. Obsidian is my source of truth and then any long form website / client can pick it up. Plus a nice link on my website 
 Have you tried the nostr plugin for Obsidian?

https://github.com/jamesmagoo/nostr-writer 
 🤬 one source of truth

this is some kind of meme to erase "authoritative" from people's vocabularies so we can't say "authoritarian"

it's either authoritative or canonical, i prefer canonical because this is not implicitly dictatorship 
 authoritative makes sense from the perspective of it being of your authorship 
 It's quite litterally a technical term to imply a singular place that is the original data set. IE if you write it in git but then you have a people that injects something into a template, often an artifact is created which is not the the source AND at that moment you have multiple sources of truth, but one is the source. 

Nothing to do with dictators 
 I save the md files onto my desktop computer and Ghost on Start9.

What are these commands you speak of? 
 Also, can it push to habla . news? I like the human readable URL. 
 Curl is like the CLI way of hitting a website in your browser. You can run "curl Put .... Nostr" and it's how you would "upload" the MD file to nostr

Same could be done for ghost. 

If you need more help with the Google Foo, lmk 
 Yakihonne.com article is basically a markdown document.  Could use VScode to convert it to html and push the html to your website.

Or better yet just create a link in your website to point to the Yakihonne article. 
 Haven't looked at it but could be interesting? https://stacker.news/items/529157 
 Thanks! I'll first try embedding from njump.me. If that doesn't work then I'll try this 
 I'm doing it on my blog fractalized.net but in two times. Writing the article on Ghost and converting the article to Markdown ton post it on Yakihonne 
 Don't fond the tool, i'll try to self-host it tonight ⚡ 
 I’m building https://www.drupal.org/project/nostr_content_nip23 for Drupal

Seems to me that carrd.so is not a selfhosted / opensource tool where you could integrate a plugin/module? In that you could fetch/read the nostr events with you long-form content and render it on your website.  
 I'll check it out