Jermolene / tiddlywiki-on-fission

TiddlyWiki Application for Fission
MIT License
32 stars 3 forks source link

Publish static files as a fission "app" #5

Open walkah opened 3 years ago

walkah commented 3 years ago

The static publisher is great! A nice addition would be to extend it to support publishing static files as a fission "app". This would mean that your static files would appear at APP_NAME.fission.app by default - but more importantly - you could point a custom (your own) domain at it.

We have support in webnative to do this under the "platform APIs": https://guide.fission.codes/developers/webnative/platform

Jermolene commented 3 years ago

Thanks @walkah I can see how to create and delete apps, but I'm not clear how one writes into the file container of an app? Also the example docs reference a global symbol "sdk" which I haven't been able to find.