Organize gdoc and hackpad documents for project.
We need a way to organize many dynamic documents for every projects.
The shared folder feature in Google Docs comes very close to what we want, but as every document is opened in edit mode, it soon becomes unusable. It is also impossible to sort the items and we had to use numeric prefix to achieve that.
Hackpad collections are great too, but we also want to include spreadsheets as one of the item types.
So we build this small single-page static web application, that reads a list of url from an EtherCalc spreadsheet, rendering it in a way similar to a google docs folder. If the document supports read-only mode, we use that by default when it is opened by the user, and provide an additional edit link.
http://folder.moztw.org/hackfolder_template
Please follow the toturial to set up your own hackfoldr 2.0 instance
npm i
npm start
http://localhost:3000/
to see the result. You can use http://localhost:3000/hackfolder_template
to development.http://creativecommons.org/publicdomain/zero/1.0
To the extent possible under law, the original author Chia-liang Kao has waived all copyright and related or neighboring rights to hackfoldr.
Thanks to all contributors for Hackfoldr and Hackfoldr 2.0
This work is published from Taiwan.