https://github.com/cdent/otw
online tiddlywiki customized for tiddlyweb
https://github.com/cdent/otw
Last synced: 26 days ago
JSON representation
online tiddlywiki customized for tiddlyweb
- Host: GitHub
- URL: https://github.com/cdent/otw
- Owner: cdent
- Created: 2011-10-26T21:59:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-10-27T12:25:42.000Z (over 14 years ago)
- Last Synced: 2025-02-01T03:28:58.449Z (over 1 year ago)
- Language: Python
- Homepage: http://tiddlyweb.com/
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
(for online tiddlywiki)
See https://github.com/jdlrobson/tiddlywebwikii for jon's version
on which this is based. I made a different one because I was struggling
to get my head around the concepts, fix the issues, and otherwise know
what's up. Out of the two should come the correct thing, either this
one will inform that one, or if this one becomes the thing, then
this one would not be possible without that one as the guide.
The differences are or will be:
are
* cooking of the tiddlywiki is local to this repo, so it is easier
to mess about with removing or adding pieces of tiddlywiki
* ditto for the pieces of javascript, and the overrides
* fixed a big bug in how the WIKI global was being used
(after the first wiki all the following wiki's would have the
same host info)
* no concept of a "latest" build, there is just this build
* more integration with tiddlywebwiki
will be
* proper handling of the download arg
* more stuff stripped away
* integration with lazytiddlywebwiki
* tests (oops)