Modify Action 'Add to List' to add without - [ ]

There are several “add to list” actions available in the directory, but I am guessing you are referring to this one.

If so, you should just need to remove [ ] from the line .map(ln => `- [ ] ${ln.trim()}`)

If that isn’t the action you are referencing, perhaps you could provide a link to it?

1 Like