I would like to create a link which adds the current card to another card's pointer. What is the syntax for adding items to a pointer via URL?
I have a "task" cardtype for to-do items, much like this site's ticket system. I've got another group of cards named after each day of the week. Each day-of-week card has a +related pointer which holds task cards.
I would like to add a link to the task+*type+*structure which add's the _self task to one of the day-of-week card's +related pointer. Something like this: [[update/Monday?_related=\{{_self|linkname}} | add task to Monday]]
I don't think there is anything like that now, but I think it's a great idea.
does that not work? should be /card/update (not just /update), but otherwise it looks pretty close to the correct syntax.