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

Pulling in multiple files via a url #4345

Open
ryestew opened this issue Dec 14, 2023 · 3 comments · May be fixed by #4739
Open

Pulling in multiple files via a url #4345

ryestew opened this issue Dec 14, 2023 · 3 comments · May be fixed by #4739
Assignees
Labels
enhancement New feature or request
Projects

Comments

@ryestew
Copy link
Collaborator

ryestew commented Dec 14, 2023

Currently you can load a file in the editor via a url with: https://remix.ethereum.org/#url=https://github.com/ethereum/remix-project/blob/master/apps/remix-ide/contracts/app/solidity/mode.sol

We should update this so that multiple files can be pulled into the workspace. While this can be done with a GIST, if you are making a class, every time you update the files, you then need to update the GIST. A good enhancement, would be good to pull a folder via a URL. The active file in the editor could be selected via another url command.

@ryestew ryestew added the enhancement New feature or request label Dec 14, 2023
@ryestew ryestew added this to Needs triage in Backlog via automation Dec 14, 2023
@ryestew ryestew moved this from Needs triage to High priority in Backlog Dec 14, 2023
@ryestew
Copy link
Collaborator Author

ryestew commented Dec 14, 2023

But you can't resolve directory structure via a github url

@ryestew
Copy link
Collaborator Author

ryestew commented Apr 17, 2024

I propose the delimiter between files should be a semi-colon ;

@ryestew
Copy link
Collaborator Author

ryestew commented Apr 17, 2024

And it should make a new workspace.

@yann300 yann300 linked a pull request Apr 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Backlog
  
High priority
Development

Successfully merging a pull request may close this issue.

5 participants