dokuwiki-plugin-struct icon indicating copy to clipboard operation
dokuwiki-plugin-struct copied to clipboard

Use commas in multi input text fields

Open fschrempf opened this issue 4 years ago • 2 comments

Currently it's not possible to use commas within text values of a multi input text field, as commas are used as a separator and there seems to be no way to escape them or use quotes to wrap single values.

fschrempf avatar Feb 26 '21 15:02 fschrempf

Your are right. But what is your exact use case? What are you trying to accomplish and what is not possible?

annda avatar Nov 14 '23 20:11 annda

I stumbled upon this issue searching for a way to escape comma's within (especially Wiki) multi-input fields. Use case: I use a Bible plugin that tags references like Psalm 1:2,3, and currently there's no way to use that in a multi-input text field where I list all the Psalms that are sung in a service.

My workaround for now is to use multiple single-input fields.

jorbig avatar Jun 21 '24 08:06 jorbig