top | item 39468906

(no title)

colinramsay | 2 years 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.

discuss

order

hunvreus|2 years ago

Thanks a lot for finding that bug. I'm adding a hotfix and will release in the next hour.

hunvreus|2 years ago

I rolled out a hotfix, this should be fixed. Thanks for the feedback.

p44v9n|2 years ago

this solved my issue, thanks!