Thanks so much contributing what sounds like a somewhat revolutionary implementation. I will review it with glee in coming weeks.
Tony
> 1. does saving on Github page require token? there is Github saver tab in $:/Control
The splitweb is intended for read-only wiki on generic web hosting platforms without backend languages. Therefore the plugin itself doesn't have any github specifics. The github pages are only mentioned because they were used for the demo.
My intended use for this plugin is creation of web sites and hosting them using CDN. I.e. environment where there is no place for nodejs.
My plan is to create a web site edition. The requirements are:
1. no backend
2. tiddlywiki + plugins in one bundle
3. tiddlers in separate files
4. fully functional javascript frontend
5. google crawler friendly design
- how?
This plugin solves 1-4. The remaining part is 5.
Roadblocks
- I would need to be able to include tiddlywiki code and core tiddlers from arbitrary html files.
- splitting tw to be a library (I know it was done before but I don't want to use fork)
- custom template for static tiddler (I am thinking to trigger automatic redirect to /index.html#tiddler)
Best regards,
iilyak