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

Semi-live editing support #66

Open
xleclercq opened this issue Jun 8, 2022 · 0 comments
Open

Semi-live editing support #66

xleclercq opened this issue Jun 8, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@xleclercq
Copy link
Contributor

A user needs to be able to make changes to a page and see the results in a web browser with minimal hassle.

This may work like this:

  1. User saves the page he is editing/commits it into GitHub.
  2. The change is detected by the running WebServer.
    3a) If the page was a view and was being edited then almost nothing needed since the page would be regenerated.
    3b) If the page is added (or removed) then we need to update the routes, which we don't support at all.

Also for total comfort running the server on local machine (or in a container on a local machine) would be the fastest. But this implies I distribute it and at the moment I was aiming to keep it as a remote service.

@xleclercq xleclercq added the bug Something isn't working label Jun 8, 2022
@xleclercq xleclercq self-assigned this Jun 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant