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

Link Folder Fix #13

Merged
merged 3 commits into from
Aug 23, 2023
Merged

Link Folder Fix #13

merged 3 commits into from
Aug 23, 2023

Conversation

dlardo
Copy link
Contributor

@dlardo dlardo commented Jul 22, 2023

This should address #12. I hope this helps!

The user still has to select a file within the folder that they want, but the alternative is a bigger change and would require more investigation.

The investigation would start with figuring out how to get a "Select a Folder" modal to appear. The closest I got was this: let dirInput = contentEl.createEl("input", {type: "file", attr: { webkitdirectory: true}}); but it tried to upload all of the files in the selected directory and that's not what we were going for.

@dlardo
Copy link
Contributor Author

dlardo commented Jul 27, 2023

@marcjulianschwarz any thoughts?

@marcjulianschwarz marcjulianschwarz merged commit dfcb87e into marcjulianschwarz:master Aug 23, 2023
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.

2 participants