Settings

Theme

Show HN: CMS-like editing for Markdown with contenteditable and 100 lines of JS

mattismegevand.com

5 points by mattismegevand 8 months ago · 2 comments

Reader

jimkleiber 8 months ago

I do something similar to update AI-generated podcast transcripts on my WordPress site. I enable contenteditable, then feed the new transcript into a server running a Gentle aligner and afterwards save the file back to the database and AWS S3.

Love to see someone else doing it but on a bigger scale!

ndgold 8 months ago

Dope. Been using similar approach for kid websites.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection