1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-15 00:14:22 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Jeremy Ruston
e02a484591 Removed TextProcessors() and TiddlerConverters() classes 2011-12-28 17:16:56 +00:00
Jeremy Ruston
8ed8772b82 Experimental support for client-side builds
These changes allow tiddlywiki.js to cook it's own components into a
skeletal new-school client-side TiddlyWiki.
2011-12-13 12:30:09 +00:00
Jeremy Ruston
f112048682 Added a function wrapper around all source files to keep JSHint happy 2011-12-12 10:52:04 +00:00
Jeremy Ruston
4eb464548b Refactored tiddler serialization and deserialization
Introduced TiddlerConverters, a sort of factory for them
2011-12-11 14:51:48 +00:00
Jeremy Ruston
7184bc5fa5 Lots of JSHint induced tweaks
Still not spotless
2011-12-09 16:34:02 +00:00
Jeremy Ruston
eb9e8891cb Refactored TiddlyWikiInput to be a type of tiddlerFileInput 2011-12-07 17:39:55 +00:00
Jeremy Ruston
db2fafb0ab Fixed problem with non-standard tiddler types (e.g. .jar) 2011-12-03 11:38:57 +00:00
Jeremy Ruston
f10cdecb3d A bunch of changes to keep JSHint happy 2011-12-01 10:30:17 +00:00
Jeremy Ruston
3f5912949f Refactorings to keep JSHint happy 2011-12-01 10:19:21 +00:00
Jeremy Ruston
d43efc5e18 More refactoring 2011-11-30 19:42:05 +00:00
Jeremy Ruston
4b3548e7bb Minor corrections and refactorings 2011-11-30 19:35:01 +00:00
Jeremy Ruston
6202e64eaa Refactored TiddlerInput.js to take advantage of recent refactoring of Tiddler.js 2011-11-30 18:53:43 +00:00
Jeremy Ruston
b907d846f3 Minor refactoring, including switching to strict mode 2011-11-30 17:27:00 +00:00
Jeremy Ruston
2e9f334eca Added support for reading JSON files from TiddlySpace/TiddlyWeb 2011-11-30 16:29:49 +00:00
Jeremy Ruston
80f4250a62 Preparing to add support for JSON files loaded from TiddlySpace/TiddlyWeb 2011-11-30 16:06:34 +00:00
Jeremy Ruston
d4d377aed4 Trapped unknown tiddler type error 2011-11-30 11:41:45 +00:00
Jeremy Ruston
dc3546380a Cleaning up
Mostly murging adjacent var statements.
2011-11-28 17:04:39 +00:00
Jeremy Ruston
a2831eb203 Adopted a saner convention for handling modules that export a single class 2011-11-27 09:46:02 +00:00
Jeremy Ruston
c82492564c Disallow old-school tiddler files that lack a <pre> tag 2011-11-25 13:27:18 +00:00
Jeremy Ruston
d490e1543d Refactoring source file layout 2011-11-22 17:42:03 +00:00
Jeremy Ruston
2ea285409b Revert "Refactored the source file layout"
This reverts commit f1149f7cbf.
2011-11-22 15:35:11 +00:00
Jeremy Ruston
f1149f7cbf Refactored the source file layout 2011-11-22 15:27:05 +00:00