guides not showing up
Not a perfect solution, but you can temporary show the guides like you are editing them, and it will show the content of the guide (but without rendering any images or markdown). Add this rule to a css extension:
form[name='editguideform'] > span { display: block; }