You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coisas doesn't parse the alternate "+++"-delimited TOML frontmatter blocks Hugo supports for structured field editing, which is fine, but on save it escapes the delimiters, effectively unpublishing the post:
Expected behavior: leave the delimiters in place and unescaped.
Could also teach the field editor to parse/serialize to TOML, but maybe best not to encourage divergence from Jekyll YAML since it kind of breaks the ecosystem.
The text was updated successfully, but these errors were encountered:
edrex
changed the title
Support alternate Hugo TOML frontmatter?
On save, don't escape "+++" delimiters for alternate Hugo TOML frontmatter blocks
Jul 31, 2019
Coisas doesn't parse the alternate "+++"-delimited TOML frontmatter blocks Hugo supports for structured field editing, which is fine, but on save it escapes the delimiters, effectively unpublishing the post:
edrex/eric.pdxhub.org@4d788a3
Expected behavior: leave the delimiters in place and unescaped.
Could also teach the field editor to parse/serialize to TOML, but maybe best not to encourage divergence from Jekyll YAML since it kind of breaks the ecosystem.
The text was updated successfully, but these errors were encountered: