Benjamin Tong
Benjamin Tong
I'd love to have this feature too. I think the first step maybe to implement 2. first (have the nested content shown in backlink panel). I would love to contribute...
So I did some POC. I think we can find nested content by using `markdown-it` to generating a list of tokens from markdown string. Each token object (see below) has...
If the above is sound, I can try to implement it and make a PR!
I hope I understand your question right! I took a look at backlinks feature, and it seems that `BacklinkTreeItem` label is a one-liner. E.g. if I set `item.label` to "first...
Hi @riccardoferretti , meanwhile, I'd happy to look into and help with any other issues!
> That's correct, but I think what could be helpful is using the tooltip to show the context of the backlink. In the example below I am showing the full...
Hi, is this issue being worked on? I would like to look into this as a first issue.
Hi @RyanCavanaugh, @jfet97, @MartinJohns, I created a PR that seem to fix this error. The problem (paste again below) ... ``` type KeyOf = T extends unknown ? keyof T...
Thank you, I'll take a look.
@sandersn Yes, @RyanCavanaugh's review still applies. I think I could not find the solution to this issue. Should I close it?