Live data from Hacker News

Show HN: Preview a styled markdown document from a URL of your choice

github.com

1–9 of 9 posts

Re: Show HN: Preview a styled markdown document from a URL of your choice

#4
Nice! Looks just like a little project I built out a couple days ago - http://mrkdwn.pro

Same thing, you can feed it a url at mrkdwn.pro/#/?url=

I like how you expose theming, that's cool. I got my domain for 88 cents on Namecheap - just fyi in case you want a slick little domain for super cheap. They have .press, .pro, etc for 88 cents.

Markdown FTW!

Re: Show HN: Preview a styled markdown document from a URL of your choice

#5
post #4

Nice! Looks just like a little project I built out a couple days ago - http://mrkdwn.pro Same thing, you can feed it a url at mrkdwn.pro/#/?url= I like how you expose theming, that's cool. I got my domain for 88 cents on Namecheap - just fyi in case you want a slick little domain for super cheap. They have .press, .pro, etc for 88 cents. Markdown FTW!

LOL, I've built it because i couldn't find any. BTW I get an error in the console about accessing http://localhost:8080/sockjs-node/info?t=1486483533650.

Re: Show HN: Preview a styled markdown document from a URL of your choice

#6
post #4

Nice! Looks just like a little project I built out a couple days ago - http://mrkdwn.pro Same thing, you can feed it a url at mrkdwn.pro/#/?url= I like how you expose theming, that's cool. I got my domain for 88 cents on Namecheap - just fyi in case you want a slick little domain for super cheap. They have .press, .pro, etc for 88 cents. Markdown FTW!

LOL, I've built it because i couldn't find any. BTW I get an error in the console about accessing http://localhost:8080/sockjs-node/info?t=1486483533650 .

Haha same here. And yeah, webpack error...it was just a 10 min hack project. Thanks for the heads up!

Re: Show HN: Preview a styled markdown document from a URL of your choice

#7

example doesn't work. needs to be: https://matteobrusa.github.io/md-styler/?url=http://matteobr...

Both http and https work for me. What kind of error do you get? On which browser/platform?

mac -- 10.9.5 -- safari -- 9.1.3

Re: Show HN: Preview a styled markdown document from a URL of your choice

#8

Earlier quoted context omitted.

Both http and https work for me. What kind of error do you get? On which browser/platform?

mac -- 10.9.5 -- safari -- 9.1.3

I'm using here Safari 10.0.3 on OsX 10.11.6 (El cap) without a glitch. What's the error you get?

Re: Show HN: Preview a styled markdown document from a URL of your choice

#9

Earlier quoted context omitted.

Both http and https work for me. What kind of error do you get? On which browser/platform?

mac -- 10.9.5 -- safari -- 9.1.3

Apparently old Safaris have an issue with HTTPS and CORS. I've implemented a workaround, please recheck.