Jeremy Ruston
|
103a9a4d7f
|
Introduced new Dependency() class to encapsulate dependency handling logic
Note that the format is now slightly different; see js/Dependencies.js
for details
|
2012-02-17 14:11:25 +00:00 |
|
Jeremy Ruston
|
0439f259b4
|
Switched over to using new Renderer class
|
2012-02-16 20:38:10 +00:00 |
|
Jeremy Ruston
|
95ab295fbb
|
Refactored dependency handling
Now each class of dependency can be tracked individually
|
2012-02-07 19:03:59 +00:00 |
|
Jeremy Ruston
|
4376e26d53
|
Switched over to HTML.js
|
2012-02-06 12:15:16 +00:00 |
|
Jeremy Ruston
|
3268c46458
|
Parsers now take the type parameter
|
2012-01-24 18:11:09 +00:00 |
|
Jeremy Ruston
|
398831b0d9
|
Major reorganisation of wikitext rendering
Getting ready to support selective refresh of DOM elements
|
2012-01-24 16:26:37 +00:00 |
|
Jeremy Ruston
|
0f3cf24642
|
Added comments
|
2012-01-17 16:30:23 +00:00 |
|
Jeremy Ruston
|
bc16400ef2
|
Cleared some temporary variables after use
To reduce memory consumption
|
2012-01-08 10:24:09 +00:00 |
|
Jeremy Ruston
|
b92183a3a7
|
Take links into account when accumulating dependencies
|
2012-01-07 10:30:50 +00:00 |
|
Jeremy Ruston
|
82a83bd714
|
Added tracking of dependencies between tiddlers
|
2012-01-06 19:41:42 +00:00 |
|
Jeremy Ruston
|
57e3143d69
|
Refactoring the wikitext parser
To match the structure of the JavaScript parser, and make it less
complicated
|
2012-01-05 11:08:05 +00:00 |
|
Jeremy Ruston
|
3ff1d9a76c
|
Cleaned up JavaScript processing
I'm slowly trying to make the JavaScript processing and the WikiText
processing use the same conventions
|
2012-01-04 18:31:19 +00:00 |
|
Jeremy Ruston
|
91b94e5d1a
|
Keeping JSHint happy
Because it's a fastidious master, etc….
|
2012-01-03 17:42:33 +00:00 |
|
Jeremy Ruston
|
a865c05be7
|
Switched the parser to use the compiler rather than the renderer
The renderer will be going away shortly
|
2012-01-03 11:10:25 +00:00 |
|
Jeremy Ruston
|
0823beb85d
|
Added template support to list macro
|
2011-12-16 10:48:36 +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
|
80d71d7bf4
|
Major refactoring of how wiki text parsing and rendering is packaged
|
2011-12-11 18:28:09 +00:00 |
|
Jeremy Ruston
|
32514df9f3
|
Refactored wiki text rendering
|
2011-12-09 18:29:29 +00:00 |
|
Jeremy Ruston
|
7184bc5fa5
|
Lots of JSHint induced tweaks
Still not spotless
|
2011-12-09 16:34:02 +00:00 |
|
Jeremy Ruston
|
318381a21b
|
Fixed problem with tiddler context within macros
|
2011-12-09 12:26:36 +00:00 |
|
Jeremy Ruston
|
a5a0567fe9
|
Added support for transclusion macro
|
2011-12-09 08:59:49 +00:00 |
|
Jeremy Ruston
|
172d4cdcf2
|
Added support for macros
And added a dummy version macro to get started
|
2011-12-08 17:18:03 +00:00 |
|
Jeremy Ruston
|
ef60c9018e
|
Fixed problems with HTML entity handling
|
2011-12-08 12:38:08 +00:00 |
|
Jeremy Ruston
|
6c06ef316d
|
Removed unnecessary require()
|
2011-12-06 17:50:13 +00:00 |
|
Jeremy Ruston
|
e1e510cea2
|
Added proper HTML rendering of style attributes
|
2011-12-06 16:54:13 +00:00 |
|
Jeremy Ruston
|
ad26dd6be3
|
Test improvements and associated bug fixes
|
2011-12-06 10:40:49 +00:00 |
|
Jeremy Ruston
|
5297fa690d
|
Fixed HTML encoding of rendered output
|
2011-12-06 09:53:21 +00:00 |
|
Jeremy Ruston
|
87aa8667ec
|
Added plain text rendering of tiddlers
|
2011-12-06 09:27:39 +00:00 |
|
Jeremy Ruston
|
e7cda202fb
|
Added basic support for HTML rendering
|
2011-12-05 18:21:52 +00:00 |
|
Jeremy Ruston
|
620add5579
|
Integrated the TiddlyWiki wikifier
A large refactoring to tidy up the interface of the TiddlyWiki wikifier
code, and package it as a wiki text parser.
|
2011-12-05 16:50:25 +00:00 |
|