Arlen22 / TiddlyServer

v2 - A static file server that can also save files and mount TiddlyWiki folders
https://arlen22.github.io/tiddlyserver/
MIT License
257 stars 36 forks source link

Ability to manage wikis #124

Closed TheYsconator closed 2 years ago

TheYsconator commented 2 years ago

I've hosted tiddlyserver on my server, and I was wondering if it is possible to manage (create, remove, rename, move) wikis from within the interface. So far, I've been doing that by uploading the wiki.html-files to the server using ftp, but that's a rather cumbersome task (especially when working on another workstation).

I've looked at the documentation, but was not able to find something that hinted at the existence of this functionality. I'm asking just to make sure. If managing wikis is indeed not currently supported, can you let me know if you've got that planned? If not (or even if so), I can try to take a look at adding that (though right now I would not be able to determine how much work that would be).

TheYsconator commented 2 years ago

Okay; creation appears to be working(-ish) through the "mkdir": true, auth setting - which already is a significant improvement over using ftp.

TheYsconator commented 2 years ago

Closing this, as I've solved this issue for myself (I've added a script to remove files and directories through another page unrelated to TiddlyServer).