What confuses me about NIP-51:
> The 'd' parameter for this event holds the category name of the list
Normally the `d` parameter is used as an identifier. Why don't we use `name` or `title` for giving the list a name?
Use Case: Say someone has a list (30001) with `["d", "books to read"]`. I have also a list with the same `d`. Now I want to copy that list. Right now my list would be overwritten by that list. At least that happens in Listr if I create two lists with the same "name". The prior one get overwritten if I create a new list with the same name.
Is this expected behaviour? Shouldn't name and identifier be two different things?
@JeffG : What's your opinion as the list expert? ๐