Jeremy Ruston
0439f259b4
Switched over to using new Renderer class
2012-02-16 20:38:10 +00:00
Jeremy Ruston
0598d697ee
Reordered dependencies within the WikiTextParseTree dump
2012-02-11 17:10:49 +00:00
Jeremy Ruston
6166ca3d36
Refactored the naming of the JavaScript parser methods
2012-02-09 13:15:37 +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
00774c1a48
Switched over to the new HTML class
2012-02-06 10:57:55 +00:00
Jeremy Ruston
6996f255ca
Refactored renderer structure
...
This is to enable macros to be re-rendered as part of the refresh
process
2012-01-31 12:00:07 +00:00
Jeremy Ruston
ddfa6732a6
Rename render function of macros
2012-01-30 20:04:47 +00:00
Jeremy Ruston
b0fc3d4668
Added ability to suppress the wrapper HTML nodes required by the refresh circuitry
2012-01-30 18:26:05 +00:00
Jeremy Ruston
56e701b326
Switched stitchElement parameter from className to classes
...
It's shorter, and looks better
2012-01-30 17:30:33 +00:00
Jeremy Ruston
a4600c6c16
Put the tiddler info stuff into sliders
2012-01-25 15:35:52 +00:00
Jeremy Ruston
dad7756f65
Getting selective refresh working
...
A bunch of changes, and we're halfway there
2012-01-25 10:51:04 +00:00
Jeremy Ruston
889bdbc82a
Added wrapper around macro invocations
2012-01-24 18:10:51 +00:00
Jeremy Ruston
2cd0e681ea
Temporarily suppressed rendering of the render step
...
So that the tests pass, which looks nicer
2012-01-24 16:28:26 +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
32c8e69949
Use utils.stitchElement in WikiTextParseTree.compileElementHtml
2012-01-23 18:50:18 +00:00
Jeremy Ruston
33ad4461db
Removed erroneous HTML encode in plain text generation
2012-01-23 18:45:50 +00:00
Jeremy Ruston
9123c32782
Corrected typos
2012-01-23 18:45:21 +00:00
Jeremy Ruston
b96f0c1bd6
Improvements to tree dumping
2012-01-21 14:00:09 +00:00
Jeremy Ruston
693cb67c6b
Minor style tweaks
2012-01-20 12:19:13 +00:00
Jeremy Ruston
e72fc6bc80
Added toString() method to WikiTextParseTree
...
For debugging and seeing what's going on behind the covers
2012-01-19 11:55:51 +00:00
Jeremy Ruston
f10d58ed2b
Refactored WikiTextParseTree to handle the output array better
2012-01-17 15:12:59 +00:00
Jeremy Ruston
ac61e2d251
Rejigged the link macro to accept child elements
2012-01-15 18:39:14 +00:00
Jeremy Ruston
ca6e32bd5a
Refactor link handling to use a link macro
...
Instead of the special case handling for <a> tags
2012-01-15 13:29:16 +00:00
Jeremy Ruston
e2a0955ced
Renamed 'handler' member of macros
...
Used to be called "code". And associated documentation changes
2012-01-15 12:16:28 +00:00
Jeremy Ruston
054977c912
Add markup to capture macro details
2012-01-14 15:48:17 +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
b959c6ea22
Removed obsolete context handling in wikitext parse trees
2012-01-07 21:54:00 +00:00
Jeremy Ruston
3a98cc5389
Added verification of macro type compatibility
2012-01-07 18:33:57 +00:00
Jeremy Ruston
7a0f94343a
Converted spaces to tabs
...
Dang things keep slipping in
2012-01-07 17:37:20 +00:00
Jeremy Ruston
9a73b0a6aa
Rejigged macro implementation
...
Now each macro is in a separate file, and is implemented as a function,
rather than being inlined into the compiled tiddler rendering function
2012-01-07 17:33:42 +00:00
Jeremy Ruston
41f33a8639
Comments
2012-01-07 11:43:49 +00:00
Jeremy Ruston
82a83bd714
Added tracking of dependencies between tiddlers
2012-01-06 19:41:42 +00:00
Jeremy Ruston
3d507c3bab
Refactored macro parameter parsing
...
So that it happens during parsing, not compilation. This will enable us
to do the dependency tracking during parsing, and not wait until
compilation time
2012-01-06 18:43:36 +00:00
Jeremy Ruston
86bf495dec
Removed some unused requires
2012-01-06 17:53:37 +00:00
Jeremy Ruston
14243acec9
Adding caching for tiddler parse trees, render functions, and renditions
2012-01-06 17:40:22 +00:00
Jeremy Ruston
e190cadcca
Minor tweaks to link class handling
2012-01-05 21:31:47 +00:00
Jeremy Ruston
f155c150e2
Improved handling of HTML links
...
And updates to tests and comments
2012-01-05 20:10:25 +00:00
Jeremy Ruston
9961ddc8b4
Fixed entities decoding in plain text renderings
2012-01-05 11:35:38 +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