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

Add server --browse-subpage $URL cli arg #1098

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

Commits on Feb 3, 2023

  1. Add server --browse-subpage cli arg

    This lets you open up a specified page, like an admin page upon starting
    the development server.
    
    I find this useful for rapidly editing my blog via:
    lektor --project example-project server --browse-subpage '/admin/edit?path=%2Fblog'
    kleutzinger committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    56e1aa7 View commit details
    Browse the repository at this point in the history
  2. add a small test

    kleutzinger committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    077ca17 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. better conditional check

    kleutzinger committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    a715af9 View commit details
    Browse the repository at this point in the history