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

updating images on a tutorial #79

Open
ryestew opened this issue May 22, 2020 · 0 comments
Open

updating images on a tutorial #79

ryestew opened this issue May 22, 2020 · 0 comments

Comments

@ryestew
Copy link
Collaborator

ryestew commented May 22, 2020

Typically updating a tutorial involves making a branch and merging it to master.

The problem is that the images referenced in the tutorials need to be absolute links. Relative links are relative to the plugins folder not the loaded tutorial folder.

So the path in the md could include the branch name - for testing and then before it is merged into master it would get updated to master - like this:

before the merge for testing:
Copy lib1

and just before merging update to:
Copy lib1

But this is a bit painful.

The other problem is that when updating something in a tutorial - often the previous version is cached somewhere and I can't get the updated version to load without making a new branch and loading the new branch.

The caching problem and the absolute links make writing and updating the workshops confusing and a bit painful.

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

No branches or pull requests

1 participant