Jeremy Ruston
9dfa0f4edd
Added support for macros to HTML.js
2012-02-06 12:55:38 +00:00
Jeremy Ruston
5814e29416
More HTML.js changes
2012-02-06 12:43:05 +00:00
Jeremy Ruston
4376e26d53
Switched over to HTML.js
2012-02-06 12:15:16 +00:00
Jeremy Ruston
5406d00612
Fixed problems with slider
2012-02-06 11:31:23 +00:00
Jeremy Ruston
94c4886ef4
Added test for correctly encoded tiddler links
2012-02-06 10:58:43 +00:00
Jeremy Ruston
e66a12c165
Fixed styles for the parser dump
2012-02-06 10:58:25 +00:00
Jeremy Ruston
2cb337706d
Remove the obsolete element stitching functions
2012-02-06 10:58:07 +00:00
Jeremy Ruston
00774c1a48
Switched over to the new HTML class
2012-02-06 10:57:55 +00:00
Jeremy Ruston
7ac85ebbbb
Switched the macros to use the new HTML class
2012-02-06 10:57:28 +00:00
Jeremy Ruston
26c7177752
Introduced new class for constructing and processing HTML trees
...
Intended to simplify various bits of HTML generation code
2012-02-06 10:56:55 +00:00
Jeremy Ruston
58ad43945a
Adjusting colours again
2012-02-04 15:56:49 +00:00
Jeremy Ruston
094323c7a7
Docs update
2012-02-04 15:56:34 +00:00
Jeremy Ruston
e579630249
Added explanatory comment to the view macro
2012-02-04 15:56:20 +00:00
Jeremy Ruston
2ff56c193c
Fixed return value for macro events
2012-02-04 15:56:06 +00:00
Jeremy Ruston
15cfed83f4
Restored operation of sliders in info macro
...
Accidentally clobbered in the last refactoring
2012-02-02 18:15:59 +00:00
Jeremy Ruston
58ab36ef51
Refactored navigation to use new macro event mechanism
...
Phew. This gets rid of a lot of hacks
2012-02-02 18:00:42 +00:00
Jeremy Ruston
f576c86b41
Refactored macro event handling
...
Updated the slider macro to use the new mechanism to start with
2012-02-02 17:48:09 +00:00
Jeremy Ruston
449f322a86
Refactoring navigation handling
...
Not done yet, but the tests are passing so it's a good point to check
in. The idea is to let macros register for events to handle both the
click and the navigation request.
2012-02-02 15:13:50 +00:00
Jeremy Ruston
9206894e9a
Tweaked plain text background colour
2012-02-02 12:49:58 +00:00
Jeremy Ruston
6707034ae5
Corrected typo
2012-02-02 12:49:26 +00:00
Jeremy Ruston
0458c538b0
Removed unneeded variable declaration
2012-02-01 16:13:49 +00:00
Jeremy Ruston
b0336c527c
Changed the signature of WikiStore.renderTiddler
...
The parameters are more sensible and predictable now
2012-02-01 16:12:49 +00:00
Jeremy Ruston
5b301dc30b
Added rerender support to the story macro
...
Allowing the selective refresh of the story tiddlers
2012-02-01 12:37:29 +00:00
Jeremy Ruston
8a22ba2e7b
Demo videos
2012-02-01 12:36:54 +00:00
Jeremy Ruston
121907fd36
Added a video embed macro
...
Playing videos makes it easier to verify that a particular tiddler
hasn't been inadvertently refreshed (which would cause the video to
reload)
2012-02-01 12:36:40 +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
6f027c3b49
Fixed problem with property names that need quoting
2012-01-31 11:58:53 +00:00
Jeremy Ruston
ddfa6732a6
Rename render function of macros
2012-01-30 20:04:47 +00:00
Jeremy Ruston
350ad5bf3b
Removed extraneous debugging log
2012-01-30 20:04:20 +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
6066b5cf89
Removed extraneous parameters to JSONParser constructor
2012-01-30 18:25:26 +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
f4d530a114
Removed erroneous blank line
2012-01-30 17:29:49 +00:00
Jeremy Ruston
205987d280
Improved the tiddler macro
...
Now you can transclude tiddlers as templates
2012-01-27 18:43:39 +00:00
Jeremy Ruston
6a81ed786e
Documentation update for the tiddler macro
...
Including describing a new parameter that we'll add once the tests are
more up to date
2012-01-27 18:00:49 +00:00
Jeremy Ruston
a89acfc997
Fixed context for parameterised transclusions
2012-01-27 17:22:20 +00:00
Jeremy Ruston
1aa9b084e2
Fixed tiddler macro context for transclusions
...
Before this view macros in the transcluded tiddler displayed fields
from the tiddler doing the transcluding
2012-01-27 17:20:12 +00:00
Jeremy Ruston
d399a01f15
Added some judicious hasOwnProperty() checks
2012-01-27 16:49:29 +00:00
Jeremy Ruston
f29f06f3e9
Cleanups
2012-01-27 16:35:55 +00:00
Jeremy Ruston
3e62698efb
Added parsing and rendering for JSON tiddlers
2012-01-25 22:35:52 +00:00
Jeremy Ruston
b7fd566148
Fixed external link CSS
2012-01-25 22:35:28 +00:00
Jeremy Ruston
b1bfe22168
A bigger kitten
2012-01-25 22:35:15 +00:00
Jeremy Ruston
a04cec3723
Added a helpful comment
2012-01-25 19:15:07 +00:00
Jeremy Ruston
fdbb46afb8
Missing return value if slider click event not handled
2012-01-25 19:14:01 +00:00
Jeremy Ruston
612a54a680
Updated tests
...
To reflect the new HTML rendering behaviour
2012-01-25 15:40:25 +00:00
Jeremy Ruston
a4600c6c16
Put the tiddler info stuff into sliders
2012-01-25 15:35:52 +00:00
Jeremy Ruston
aba830ff8c
Refactored story navigator to work by modifying the story tiddlers
...
Currently hardwiring the name of the tiddler containing the story
2012-01-25 12:48:12 +00:00
Jeremy Ruston
0d45d76af6
Finally, selective refreshing now works
...
Although it's a bit hard to see which DOM nodes have been refreshed.
2012-01-25 12:05:18 +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
0d9a94e702
Docs update
2012-01-24 18:12:06 +00:00