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

feat: support loading params from URL #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Sep 15, 2024

  1. feat: support loading params from URL

    Make it possible to set parameters from the URL hash.
    Thus, navigating to '<bitdowntoc-url>/#profile=github' will
    automatically load the github profile.
    
    Note that the URL is updated upon generate only, not each time an option
    changes. Also, upon load, the options are taken from the local storage
    first, then overridden by parameters in the URL hash.
    derlin committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    a855ecb View commit details
    Browse the repository at this point in the history