GTX
March 30, 2024, 1:39pm
61
Partial solution/workaround for Link to block, could be possibility to create an anchor like in html or wiki. There is separate FR for this, please vote:
WHAT DO YOU RECOMMEND
Would be very helpful to get a solution to link from one part (title/text/block/object) to an other part in text like in markdown.
HOW COULD IT BE DONE
There is a working solution (model to take over or lean on) in markdown.
See html - Cross-reference (named anchor) in markdown - Stack Overflow
Would be great to get a solution to set an anchor-target like in markdown
<a name="pookie"></a>
OR in ShortCode
{#pookie}
And a link-to-soltution like in markdown
Take me t…