opdev1004 / mdblogger

Markdown editor for blogger
https://chromewebstore.google.com/detail/mdblogger/mmdaohoahbhbjmlodlonnkdchdbhknmp
MIT License
4 stars 0 forks source link

I found a way that juice write pure Markdown text in blogger HTML mode #9

Open crazypeace opened 2 days ago

crazypeace commented 2 days ago

I found a way that just write pure Markdown text in blogger HTML mode
https://www.youtube.com/watch?v=UjhAkpdcQ4o

Demo page
https://use-markdown-in.blogspot.com/2024/10/markdown-demo.html

opdev1004 commented 2 days ago

That seems okay. Good work around.

But it may not work when the script hosting is disabled. Which is rare, but still can happen for github when there are many request. Another problem is, it does not provide markdown preview and does not provide wysiwyg editor.

crazypeace commented 2 days ago

Yes, your point is correct.

But about the script hosting, I consider these,

  1. Github is a big company and has M$ behind, so I think Github's server is strong.
  2. Another way is to use Cloudflare's Pages or Worker. Also strong sever.
  3. Everyone can host the script file by themselves.