decaporg / decap-cms

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

Custom delimiter for list widget #2153

Open arubacao opened 5 years ago

arubacao commented 5 years ago

Is your feature request related to a problem? Please describe. Feature request: define a custom delimiter for the list widget

Describe the solution you'd like Currently the delimiter , is hard coded.
I'd like to be able to define a custom delimiter e.g. ; since I sometimes need , in my plain text.
, remains as the default delimiter.

Describe alternatives you've considered Escape , in widget

Additional context I think this is the relevant file: https://github.com/netlify/netlify-cms/blob/master/packages/netlify-cms-widget-list/src/ListControl.js#L139

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

nciemniak commented 4 years ago

I would also like to see this resolved! Currently the only workaround is to create a list of single field objects, which is not ideal. Escaping the,character would be a desirable fix.