Hacker News new | ask | show | jobs
by colinramsay 842 days ago
EDIT:

I didn't have a `media` entry in my pages.yml, which meant the rich text editor wasn't loading (JS error was being thrown). When I added that entry, it started working! Brilliant work!

I'm using Jekyll, with yaml frontmatter, and it's not clear how to specify the body. The documentation says that a rich text field could be set up with a "name" option (and gives "body") as an example but my Markdown files don't specify a name for the body.. it's just... there:

https://github.com/colinramsay/colinramsay.github.io/blob/ma...

I'm probably missing something but happy to open an issue if not.

3 comments

Thanks a lot for finding that bug. I'm adding a hotfix and will release in the next hour.
I rolled out a hotfix, this should be fixed. Thanks for the feedback.
Amazing, thank you.
this solved my issue, thanks!