I am trying to create a Canvas Card, with a link to the current days Daily Note. Can someone provide a solution?
I found these DataView solutions which work fine in a Note, but in a card, I only see the code.
=link(dateformat(date(today), "yyyy-MM-dd"))
="[[" + dateformat(date(today), "yyyy-MM-dd") + "]]"
Its curious that when entering the code, and I add and hit Enter after the code (make a new line) I see the link rendered and can even use it, but the moment I leave the card, it goes back to showing only the code…
I have read that the Button plugin might work, but I resist adding another plugin for one small problem, but if its the only solution, I will add any healthy plugin.