4 ms·
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 s
by colinramsay 3y 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/master/_posts/2024-01-03-source-controlled-linux.md https://github.com/colinramsay/colinramsay.github.io/blob/ma...
I'm probably missing something but happy to open an issue if not.
- hunvreus 3y agoThanks a lot for finding that bug. I'm adding a hotfix and will release in the next hour.
- p44v9n 3y agothis solved my issue, thanks!
- hunvreus 3y agoI rolled out a hotfix, this should be fixed. Thanks for the feedback.
- colinramsay 3y agoAmazing, thank you.