You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I notice that you're creating a separate "gatsby page" for each of the blocks as a way to make them referenceable and show backlinks for the blocks. Which is an ingenious approach actually!
I find it doesn't quite scale for my DB though (~35mb of JSON) :(
So I was wondering if one possible alternative approach can be injecting invisible html elements to which you can later link from elsewhere something like <div id="hidden_magic"/>
It doesn't solve tho problem of showing the backlinks to the block though 🤔 . One option can be make the element not a dummy but actually an indicator of number of backlinks if there are any, and show backlinks in popup?
The text was updated successfully, but these errors were encountered:
Hey, I notice that you're creating a separate "gatsby page" for each of the blocks as a way to make them referenceable and show backlinks for the blocks. Which is an ingenious approach actually!
I find it doesn't quite scale for my DB though (~35mb of JSON) :(
So I was wondering if one possible alternative approach can be injecting invisible html elements to which you can later link from elsewhere something like
<div id="hidden_magic"/>
It doesn't solve tho problem of showing the backlinks to the block though 🤔 . One option can be make the element not a dummy but actually an indicator of number of backlinks if there are any, and show backlinks in popup?
The text was updated successfully, but these errors were encountered: