twkrol / notion-backlinks-creator

Automates creating backlinks to pages within collections. Helps maintain zettelkasten references.
GNU General Public License v3.0
22 stars 1 forks source link

made link-scanner recursive and much more comprehensive #2

Closed eladve closed 4 years ago

eladve commented 4 years ago

I made the forward-link scanner look not only at top-level links, but recursively inside, including subpages and really any page that can be reached from the original collected. This is much closer to how Roam Research works.

IMPORTANT NOTE: the new code will go outside of just the target collection. thus, this script is more risky than the original version! (But more powerful.)

BTW, I think my pull request is along the lines of the suggestion here

Update (August 10): I'm working on expanding the script in many ways, to be similar to the functionality of Roam. will open a PR when I'm done.