How would you make folders in a notebook?
I would absolutely love to have directories in sage. I tried simply renaming paths, so /home/admin/20 becomes /home/admin/test. That doesn't work. Nor does renaming it a number (/home/admin/1000)
Right now, all I can think of is to hardcode HTML directories (so they'd be independent of the sage server).
[edit] In case it wasn't clear, I'm somewhat new to python, but am willing to learn. I'm not even sure how the sagenb server works, so if you could just point me in the right direction, that would be good.
Some people put keywords in their documents and then use the search function in the worksheet listing.
The sagenb code base is at https://github.com/sagemath/sagenb/. This has been desired for quite a while - see for instance http://trac.sagemath.org/sage_trac/ticket/7655 - but it would require quite a bit of work, I think.
Is it possible to use a "keyword" or "tag" based system? This modifies the search idea and would be more like gmail's tags.
Probably, but again that would be something that would require some significant programming to implement properly. Maybe you have a student who is looking for a senior project :)
I'm afraid this one is probably beyond my programming skills. Could there be an option to sort the worksheets by name? Then, you could at least use a simple naming scheme to keep worksheets in groups.