Hey folks!
I really would like to share my work with the dev.to community because I think I can solve a problem someone has here or there ;)
Ho...
For further actions, you may consider blocking this person and/or reporting abuse
You can write the full article with markdown (that's what I do)
You can use cloudinary for uploading the photos
You can update the post with DEV API.
Take a look at the API, it might fix all your issues. π
Finally, welcome to the DEV community.
Thanks!
It's not solving my issue on how to connect it in a pleasant way to webflow (and maybe even cross post to medium additionally) but it's nice to know that posting/updating with dev.to is nothing to worry about.. βΊοΈ
The main text editor of medium doesn't allow markdown. However, just like DEV, you can use Medium's API endpoints to post a blog.
Point to be noted: You can't edit posts with medium API
thanks man, this is very valuable information!
and also, what would I do with my already created posts?
it's about 15 thousand unmarkdowned words lost in RTF π
DEV allows crossposting. Just copy the canonical URL of your already created posts.
yeah, that's not my issue, but they are formatted as rich text format (tons of links, headings, bolds/italics, images, quotes etc. etc...)
converting them manually is like rather something that I dream of after a challenging day π
Can I get the link of your website where you post the blogs? That might be a little helpful.
Sure: fullstack.coach
I mention it in the post, too ;)
Itβs hosted with webflow.com
Here is an example post:
fullstack.coach/post/what-is-a-ful...
Anyway, thank you so much for your thoughts and attention π
You will always have your back covered here at DEV.
I am too lazy to read the full post(sorry) π
FINALLY
I turned your this post into this Dev post(don't worry, this is just an example. I haven't and will not publish the post). Let me know once you are done looking at the post and I will delete it.
Is this what you were looking for? (let me know. I will be happy to share the process)
Maaaan, this is amazing! Seems that there is literally everything in the right place.
I just started to build a node script, that will parse markdown to HTML. Then I can send the markdown via the API to dev.to and HTML to webflow (which is accepts with HTML, I found out). But I have to find the right parser first and there are many other cornerstones on the way too :)
Hence, I'm very curious about how you've achieved that result!
Here is a good news for you. DEV supports markdown and you can write raw HTML in markdown. That means you can even write HTML in DEV and it will work perfectly.
nice catch!!! This will be a great way to migrate my existing postsππ
I'll still build the automation pipeline for future articles since this will be not only very convenient but also the only way to have code highlighting optimized on all the platforms...
My fellow DEV, if you ever need anything, let me know ;)
interesting fact: if someone wants to cross post on codementor.io, they also support markdown, but they rather use a simple parser, which does not recognize raw HTML...
dev.to rocks! π€
Looks like a good deal to me
Seems pretty legit
Without any single doubt
thanks for the idea! That's very nice outside-the-box thinking ππ
I could even provide a canonical URL right away. (although the impact on SEO is a bit unclear because usually what you'll do is: posting your original content in your place and only after a few days cross-posting it so that search engines have enough time to figure out the original content)
However, webflow (my blog host) doesn't have the option to import HTML...
Iβve built a little commandline tool for that now.
Check it out, if youβd like to host your markdown on webflow:
Full documentation over at my blog:
fullstack.coach/post/how-to-write-...
Thanks again to dev.to and dev.to/muhimen123
β€οΈ