Closed timmwille closed 9 months ago
This would not be an issue for Jekyll, but for Javascript, as these links are dynamic while the user creates the plan. Do you have any ideas? @saisilinus
Yes. Its a JavaScript issue. We have to store the data somewhere as we navigate between the pages. We can use the query params for storage and populate the training plan schedule and/or the search input whenever one loads the page.
/?search="<search input>"
e.g. as dynamic link to send/embed@saisilinus @bmen can you check if this is possible via Jekyll?