decaporg / decap-cms

A Git-based CMS for Static Site Generators
https://decapcms.org
MIT License
17.95k stars 3.05k forks source link

Throw better error on duplicate frontmatter key #7262

Open martinjagodic opened 3 months ago

martinjagodic commented 3 months ago

Is your feature request related to a problem? Please describe. Sometimes we commit frontmatter via git and it happens that we duplicate a key. This causes an error, but it's not clear at all what's the cause.

Describe the solution you'd like Show a better error: which key in which file is duplicated. Possibly propose a fix to delete the extra line. If the lines are different, offer which one to keep.

Describe alternatives you've considered If you somehow realize that keys are duplicated, you need to find and remove them, which can take some time.

Example

---
title: Example post
description: Hello world!
title: This second title causes an error 
---
sampath24-ss commented 3 weeks ago

May I know is the issue resolved?

martinjagodic commented 2 weeks ago

I was very close in PR #7270 but I got sidetracked as this is not a top priority. I hope to get back to it soon