devcards
devcards copied to clipboard
Easy way to get the card id from inside a card?
Please see my question in the code comment. Looking for a way to do so apart from making a custom card. Thanks !
(defcard-rg basic-query
; is there an easy way to get the card id "basic-query"
; to pass it to some functions inside this card?
(some-function <the-id>)
)
right now there is no easy way to do this, but I can see why you would want it.