devcards icon indicating copy to clipboard operation
devcards copied to clipboard

Easy way to get the card id from inside a card?

Open rlhk opened this issue 8 years ago • 1 comments

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>)
  )

rlhk avatar Feb 01 '18 05:02 rlhk

right now there is no easy way to do this, but I can see why you would want it.

bhauman avatar Sep 05 '18 18:09 bhauman