-
Notifications
You must be signed in to change notification settings - Fork 0
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
Folder support #9
Comments
Noted. That's probably why D2L doesn't support it either. It would be nice to have from a search perspective, but not essential. We have used the ability to embed Folders in the past to good effect (in addition to the search capability): http://learning.commons.hwdsb.on.ca/week-2-transforming-learning-everywhere-ipad-distribution-nights/ |
I think it's possible to embed folders, but when we introduce folder navigating, this will be tricky in the UI. Maybe when I implement folder navigation, you click on the title of the folder to view the folder contents, while clicking on the folder thumbnail will show the sidebar options like the other items. |
The embed code structure for future reference: http://stackoverflow.com/questions/20681974/how-to-embed-a-google-drive-folder-in-a-website |
Currently, there is no support for folders.
Requires writing a new Backbone view and event listener. And probably some form of breadcrumb to navigate back to the root folder.
The text was updated successfully, but these errors were encountered: