any of you knows how to combine markdown with a cell reference?
for example, if i want to include an image of email that clicking on it will open a draft mail i"ll use:
(mailto:info@configura.co.il)
now, i want instead of the mail address to refer to a cell in my sheet. that way, i can change the address without reviewing all my markdown
Hi @George_B
Tried this before but the problem is that Iโm trying to connect this to icon and mailto function and donโt seem to manage to make this work
let me know if you figure out a way to replace the mailto:info@configura.co.il in cell A2 with reference to cell C2 and the tel:+972547007027 in A2 with the reference number in cell B2
Yeah I saw the app. But I still donโt understand. In the app are you saying that you have only one Component and itโs Rich Text? If that is the case I would suggest breaking it up into a few columns and multiple Rich Text components.
I know I can do that but it looks less nice and create spaces between the components while if itโs all in one I can control the spaces between the lines to make this nicer.
Did you see the full code in one cell?
I do see it but I donโt see any of the cell references like I did in Cell A2. Plus it does not start with a =". You have to build the markdown as I did starting with=โmarkdown hereโ & B2 & โmarkdown hereโ & C2 etc.
I think the portion at the end is messed up. I think whatโs happening here is you are trying to get a string with a quote character (") in the final result, but a quote will break of a string. Itโs kind of hard to explain but you need to escape the quote character by using a double quote. Hopefully this makes more sense. https://webapps.stackexchange.com/questions/58017/how-do-i-output-a-string-containing-quotation-marks Iโve include the fixed portion below. No guarantees that I did it correctly, but at least the error goes away.:
I completely understand your point but unfortunately it didnโt work. what i did is remove the right alignment and replace it with center (which dosnโt use โโ) and that solved the problem.