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.
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:
https://github.com/edrex/eric.pdxhub.org/commit/4d788a3d0e4cc29c9e06b3e77f57d2478f4fc950
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.