Jeremy Ruston
e4a423153f
Display the parse tree at the bottom of each tiddler
2012-01-19 11:56:38 +00:00
Jeremy Ruston
9d84afef3e
Styles for displaying parse trees
...
Horrible CSS for the moment
2012-01-19 11:56:23 +00:00
Jeremy Ruston
6fc3d45369
Update the info macro to display parse trees
2012-01-19 11:56:06 +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
d539286e09
New renderObject() function for displaying trees
...
So that we can display parse trees nicely
2012-01-19 11:55:18 +00:00
Jeremy Ruston
4bed00220e
Cleaning up WikiTextRules
2012-01-17 16:44:59 +00:00
Jeremy Ruston
0f3cf24642
Added comments
2012-01-17 16:30:23 +00:00
Jeremy Ruston
ca3778f9fd
Better error messages for eval'd code
2012-01-17 15:35:13 +00:00
Jeremy Ruston
a6de27b348
We shouldn't use the source of images as their text in text/plain renderings
2012-01-17 15:21:56 +00:00
Jeremy Ruston
8cfff2c2fa
Refactored JavaScriptParseTree handling of output array
2012-01-17 15:20:46 +00:00
Jeremy Ruston
f10d58ed2b
Refactored WikiTextParseTree to handle the output array better
2012-01-17 15:12:59 +00:00
Jeremy Ruston
c413cbc22d
Updated macro docs
2012-01-17 15:05:22 +00:00
Jeremy Ruston
73236d72f5
Note
2012-01-17 14:36:37 +00:00
Jeremy Ruston
0297de3648
Cleaning up
2012-01-17 14:36:27 +00:00
Jeremy Ruston
102724b3e8
Changed the SVG parser to use IMG tags
...
Embed the SVG image in an IMG tag rather than directly, to ensure that
it has it's own DOM state (otherwise things like IDs in SVG images are
visible to the hosting page)
2012-01-17 13:53:04 +00:00
Jeremy Ruston
bd17a389cb
Move the cache from the Tiddler object to the WikiStore
...
It's not really a concern of the Tiddler object
2012-01-17 13:31:06 +00:00
Jeremy Ruston
b898afe3e5
Refactor the Tiddler object to enforce immutability
...
And in the process move the fields out of the fields member
2012-01-17 13:01:55 +00:00
Jeremy Ruston
2ff603da0e
Added support for wildcard references in recipes
2012-01-16 19:22:10 +00:00
Jeremy Ruston
9075b8a020
Mapped wiki image markup to image macro
2012-01-16 08:58:51 +00:00
Jeremy Ruston
ac61e2d251
Rejigged the link macro to accept child elements
2012-01-15 18:39:14 +00:00
Jeremy Ruston
606374e563
Added the image macro
2012-01-15 14:37:49 +00:00
Jeremy Ruston
4df13a3e24
Refactored link classes allocation
...
Don't need the classesForLink() method anymore. Also avoid modifying
the argument to adjustClassesForLink().
2012-01-15 13:48:13 +00:00
Jeremy Ruston
4681d14f39
Fixed the view macro to reuse the link macro
2012-01-15 13:37:50 +00:00
Jeremy Ruston
1e05d673b1
Documentation update
2012-01-15 13:29:24 +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
c4f9efd894
Get rid of the obsolete link refreshing circuitry
...
We're going to redo links as macros and take advantage of that circuitry
2012-01-15 13:27:59 +00:00
Jeremy Ruston
2c20ef6aef
Beefed up the stitchElement helper
2012-01-15 13:27:30 +00:00
Jeremy Ruston
c26f197462
Fixed problem with external links
2012-01-15 13:27:15 +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
58bd8744e9
Fixes to new readme generation
2012-01-15 11:57:28 +00:00
Jeremy Ruston
8895787197
But maybe we can foot it that an HTML file is a markdown file?
2012-01-15 11:54:49 +00:00
Jeremy Ruston
ab39190707
Nope
...
It doesn't
2012-01-15 11:52:51 +00:00
Jeremy Ruston
43ceb040d0
Maybe github likes html readme files without the extension?
2012-01-15 11:51:46 +00:00
Jeremy Ruston
de81a83617
New readme
2012-01-15 11:46:31 +00:00
Jeremy Ruston
4d380c60da
New content
2012-01-15 11:46:20 +00:00
Jeremy Ruston
6ec259ca38
Automatically build the readme file
2012-01-15 11:45:58 +00:00
Jeremy Ruston
1cf8efbdcf
Get rid of the old markdown readme file
...
We're going to generate an html readme file automatically instead
2012-01-15 11:45:32 +00:00
Jeremy Ruston
550060466d
Added new command line option to save an individual tiddler
2012-01-15 11:44:50 +00:00
Jeremy Ruston
c3c5334795
Fixed minor problem with backtick formatting
...
It's confusing if it behaves differently that the existing
tripe-curly-brace format
2012-01-15 11:41:54 +00:00
Jeremy Ruston
a3d653e152
An upload script
...
Very basic, just uploads to tiddlywiki.com/tiddlywiki5
2012-01-14 18:34:34 +00:00
Jeremy Ruston
73a724ea39
Test updates
2012-01-14 17:24:43 +00:00
Jeremy Ruston
ed88f1246c
Readme updates
2012-01-14 17:24:36 +00:00
Jeremy Ruston
b671ecdedd
Refactored story macro to use renderTiddler instead of renderText
2012-01-14 17:24:25 +00:00
Jeremy Ruston
7c4d5b76ef
Refactored parameter names for renderTiddler()
2012-01-14 17:24:07 +00:00
Jeremy Ruston
b26bf8e278
Keeping JSHint happy
2012-01-14 17:23:43 +00:00
Jeremy Ruston
b7d0942625
Added support for store events and basic refreshing
...
1s after loading you'll see the link to TiddlyWiki5 flip from italic to
normal text as that tiddler is created on a timer
2012-01-14 15:49:12 +00:00
Jeremy Ruston
054977c912
Add markup to capture macro details
2012-01-14 15:48:17 +00:00
Jeremy Ruston
adf4a3bae1
New utilities stitchElement and nextTick
2012-01-14 15:47:41 +00:00
Jeremy Ruston
e046fd7cbf
Avoided using jQuery when bootstrapping the page
2012-01-13 18:51:39 +00:00
Jeremy Ruston
53562aa506
Don't get ingredients over HTTP
...
For performance
2012-01-13 18:51:00 +00:00