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
Jeremy Ruston
8561fb979c
Added support for # comment lines in recipe files
2012-01-13 18:50:37 +00:00
Jeremy Ruston
510006d67d
Added story macro
...
And the PageTemplate for it to go into
2012-01-13 16:50:11 +00:00
Jeremy Ruston
f5c56c066e
Added support for binary ingredients over HTTP
2012-01-13 15:37:58 +00:00
Jeremy Ruston
ecfbaaa564
Added support for JPEG and PNG bitmap tiddlers
2012-01-12 21:48:24 +00:00
Jeremy Ruston
ecabcd676b
Added support for SVG tiddlers
...
Which means adding a parser for SVG, even though it doesn't actually do
any parsing at the moment
2012-01-12 19:17:32 +00:00
Jeremy Ruston
6f247640c6
Re-enabled RSS feed generation
...
It was temporarily turned off while all that refactoring was going on
2012-01-08 14:07:01 +00:00
Jeremy Ruston
d01ba66305
Added backtick notation for inline code blocks
...
Getting bored of typing {{{ and }}}, given that my keyboard already
devotes a key to backtick
2012-01-08 11:33:24 +00:00
Jeremy Ruston
14e252590c
Minor optimisation to the list macro
...
By moving the compiling of the template outside of the main loop
2012-01-08 11:03:20 +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
89cac4c054
Updated tests
...
And now all the wikification tests pass again. Phew.
2012-01-07 21:54:34 +00:00
Jeremy Ruston
cd0ecf6e1c
Implemented <<list>> macro
2012-01-07 21:54:14 +00:00
Jeremy Ruston
b959c6ea22
Removed obsolete context handling in wikitext parse trees
2012-01-07 21:54:00 +00:00
Jeremy Ruston
44ef159243
Update parameterised transclusion test
2012-01-07 20:09:24 +00:00
Jeremy Ruston
3f10da9ed4
Keeping JSHint happy
2012-01-07 20:09:09 +00:00
Jeremy Ruston
5bb2a1e1b7
Added support for the "with" parameter to the tiddler macro
2012-01-07 20:09:01 +00:00
Jeremy Ruston
c865fabd3c
Added support for macro parameters that trigger all dependencies
2012-01-07 20:08:46 +00:00
Jeremy Ruston
0910ada5fb
Added support for compiling and rendering raw text blocks
2012-01-07 20:08:11 +00:00
Jeremy Ruston
4c19c76461
Fixed problem with ArgParser returning non-string argument names
2012-01-07 20:07:54 +00:00
Jeremy Ruston
3560703078
Fixed handling of "dependentAll" macros
...
Like <<list>>
2012-01-07 18:34:20 +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
3412580af3
Fixed problem with double dot references to modules
2012-01-07 17:31:57 +00:00
Jeremy Ruston
41f33a8639
Comments
2012-01-07 11:43:49 +00:00
Jeremy Ruston
d89ea0abd7
Cleaning up some macro definition wrinkles
2012-01-07 11:43:40 +00:00
Jeremy Ruston
306f305a25
Better comments
2012-01-07 11:43:24 +00:00
Jeremy Ruston
bd617b2483
Adjusted link class detection
...
The problem is that it's sometimes useful to use URLs as the title of
tiddlers, making it hard to distinguish URLs from tiddler titles...
2012-01-07 10:35:02 +00:00
Jeremy Ruston
b92183a3a7
Take links into account when accumulating dependencies
2012-01-07 10:30:50 +00:00
Jeremy Ruston
c716cdce20
Added support for macros that are dependent on all other tiddlers
2012-01-06 21:08:15 +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