coisas icon indicating copy to clipboard operation
coisas copied to clipboard

a client-side CMS for editing GitHub Markdown (and other) files

Results 3 coisas issues
Sort by recently updated
recently updated
newest added

Coisas doesn't parse the alternate "+++"-delimited [TOML frontmatter blocks Hugo supports](https://gohugo.io/content-management/front-matter/#front-matter-formats) 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...

bug

Hi @fiatjaf! Been looking for a minimal Prose successor, preferable using Prosemirror ever since Prose got put in the attic, and just found Coisas. Thank you! I want to contribute...

Theoretically due to the similarities between GitHub and GitLab, it should be relatively easy to clone this functionality over to a custom GitLab instance. This should include support for private...