Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

changed to Roam-style backlinking #3

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 10, 2020

  1. made link-scanner recursive and much more comprehensive

    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.)
    eladve committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    10ba465 View commit details
    Browse the repository at this point in the history
  2. make links, not pagerefs

    now we make an actual link in the backlinks section.
    (note that the formatting of this is not as nice as that of an @-mention. would be nicer to have that formatting, but I don't know how to produce it)
    eladve committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    a6a2a69 View commit details
    Browse the repository at this point in the history
  3. change to Roam-style backlinks

    the program now refreshes all backlinks, and adds them as url-links.
    it refreshes the backlinks by going to the backlinks section of each page, and removing all backlinks that point to pages that we have scanned. It then adds the backlinks, as url-links, and adds some context.
    eladve committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    f15e91a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from eladve/make-mentions-not-pagelinks

    Move to Roam-style backlinks
    eladve authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    ae66e2c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2020

  1. fixed a couple small bugs

    put in special treatment of backlinks to pages whose title includes an http address.
    eladve committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    10ec4e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from eladve/make-mentions-not-pagelinks

    fixed a couple small bugs
    eladve authored Aug 11, 2020
    Configuration menu
    Copy the full SHA
    6a54613 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Update README.md

    eladve authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    9b06cb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2020

  1. added multople new features and efficiency improvements

    - more link types are now recognized
    - the context of the forward-link is now kept and included alongside the backlink
    - only the original workspace is processed
    - better dealing with notion API timeouts
    -
    eladve committed Aug 16, 2020
    Configuration menu
    Copy the full SHA
    56eea69 View commit details
    Browse the repository at this point in the history