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

Conversation

kleutzinger
Copy link

@kleutzinger kleutzinger commented Feb 3, 2023

Issue(s) Resolved

Fixes #1097

Related Issues / Links

None Currently

Description of Changes

  • Wrote at least one-line docstrings (for any new functions)
  • Added unit test(s) covering the changes (if testable)
  • Included a screenshot or animation (if affecting the UI, see Licecap)
  • Link to corresponding documentation pull request for getlektor.com

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'

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Open a specific url/subpage when launching local server
1 participant