decap-cms
decap-cms copied to clipboard
A Git-based CMS for Static Site Generators
**Summary** This is a work-in-progress PR that adds `richtext-widget` as a potential replacement for the markdown in one of the future releases. Discussion where I put some of my thoughts...
Markdown new line " " (double space) converts to a backslash in the markdown editor....
**Summary** We are using a github-gateway implementation with 7 language variants on a pretty large website. For a while we were struggling with a bug, where every once in a...
**Describe the bug** Slate editor crashes randomly with `Error: Cannot resolve a DOM node from Slate node: {"text":""}` I've managed to track this down and reproduce it on https://demo.decapcms.org/#/collections/posts/entries/2024-03-20-post-number-20 **To...
**Describe the bug** The logout button returns the user to the CMS, and only returns them to the login page after the second use. **To Reproduce** 1. Click Logout in...
When trying to copy/cut code from codeblock widgets the paste is empty. Steps to reproduce the behavior. 1. Go to https://demo.decapcms.org/#/collections/posts/entries/2024-03-14-post-number-20 2. Click on add code block 3. Add code...
**Is your feature request related to a problem? Please describe.** Current slug feature removes single quotes (used as apostrophes) without replacing them with the `sanitize_replacement` character. For example I have...
Fixes #6104 Not ready yet but CC @erezrokah **Summary** Produces unminified js. **Test plan** - [ ] `yarn build` in `netlify-cms-core`, it works and produces the right files - [...
**Describe the bug** The Markdown widget fails to parse a backslash at the end of a first header line as a multi-line header. However it inserts the backslash it self...
### Describe the bug When editing main content using the rich text editor (markdown widget), deleting a bullet point causes the editor to crash and replace the entire CMS with...