1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-22 14:00:03 +00:00

Commit Graph

  • 527b750714 Wrap macro invocations in an information element Jeremy Ruston 2012-01-24 18:10:27 +00:00
  • b92e011c66 Refactored stringily not to add the double quotes Jeremy Ruston 2012-01-24 18:09:54 +00:00
  • b32826f110 Revise startup display handling Jeremy Ruston 2012-01-24 18:09:38 +00:00
  • bd5de61156 Replace the bitmap and SVG parsers with a single image parser Jeremy Ruston 2012-01-24 18:08:59 +00:00
  • 2cd0e681ea Temporarily suppressed rendering of the render step Jeremy Ruston 2012-01-24 16:28:26 +00:00
  • 398831b0d9 Major reorganisation of wikitext rendering Jeremy Ruston 2012-01-24 16:26:37 +00:00
  • 870529f76b Fixed problem with —servewiki option Jeremy Ruston 2012-01-24 16:25:21 +00:00
  • 7375614849 Test updates Jeremy Ruston 2012-01-23 19:04:56 +00:00
  • dda7ab7069 Added the dump of the compiled tiddler code Jeremy Ruston 2012-01-23 19:04:50 +00:00
  • ab2a0cd6e3 Fixed call to obsolete parseTiddlerFile() call Jeremy Ruston 2012-01-23 19:04:29 +00:00
  • a96df59172 Added dump of the compile tree to info macro Jeremy Ruston 2012-01-23 19:04:11 +00:00
  • 5030d46e2f Docs updates Jeremy Ruston 2012-01-23 18:50:28 +00:00
  • 32c8e69949 Use utils.stitchElement in WikiTextParseTree.compileElementHtml Jeremy Ruston 2012-01-23 18:50:18 +00:00
  • 33ad4461db Removed erroneous HTML encode in plain text generation Jeremy Ruston 2012-01-23 18:45:50 +00:00
  • 9123c32782 Corrected typos Jeremy Ruston 2012-01-23 18:45:21 +00:00
  • 19d8216b71 Docs updates Jeremy Ruston 2012-01-23 18:31:24 +00:00
  • ed87061897 Added the slider macro Jeremy Ruston 2012-01-23 18:31:17 +00:00
  • 12cf19e70a Docs update Jeremy Ruston 2012-01-23 16:42:23 +00:00
  • c185989ca5 Fixed view macro to check whether the tiddler exists Jeremy Ruston 2012-01-23 16:42:12 +00:00
  • 82a37d3ab4 Fixed info macro when invoked in a missing tiddler Jeremy Ruston 2012-01-23 16:41:49 +00:00
  • fd9d4973e3 Cleaned up last few diffs for building 2.6.5 Jeremy Ruston 2012-01-23 14:36:12 +00:00
  • 3675958e30 Improvements to recipe error handling Jeremy Ruston 2012-01-22 17:37:21 +00:00
  • 5d1cf97134 Docs update Jeremy Ruston 2012-01-21 17:08:14 +00:00
  • 17826a72fb More fixes for recipe directory handling Jeremy Ruston 2012-01-21 17:08:07 +00:00
  • 33283f71e1 More style tweaks Jeremy Ruston 2012-01-21 16:54:45 +00:00
  • 106f287a94 Fixed problem with recipe directory handling Jeremy Ruston 2012-01-21 16:54:31 +00:00
  • 61adbbf83a Keeping JSHint on it's toes Jeremy Ruston 2012-01-21 14:03:03 +00:00
  • b96f0c1bd6 Improvements to tree dumping Jeremy Ruston 2012-01-21 14:00:09 +00:00
  • 78c21d6ff8 More docs Jeremy Ruston 2012-01-21 13:59:57 +00:00
  • f40c096443 Updated docs Jeremy Ruston 2012-01-21 13:59:35 +00:00
  • 693cb67c6b Minor style tweaks Jeremy Ruston 2012-01-20 12:19:13 +00:00
  • e4a423153f Display the parse tree at the bottom of each tiddler Jeremy Ruston 2012-01-19 11:56:38 +00:00
  • 9d84afef3e Styles for displaying parse trees Jeremy Ruston 2012-01-19 11:56:23 +00:00
  • 6fc3d45369 Update the info macro to display parse trees Jeremy Ruston 2012-01-19 11:56:06 +00:00
  • e72fc6bc80 Added toString() method to WikiTextParseTree Jeremy Ruston 2012-01-19 11:55:51 +00:00
  • d539286e09 New renderObject() function for displaying trees Jeremy Ruston 2012-01-19 11:55:18 +00:00
  • 4bed00220e Cleaning up WikiTextRules Jeremy Ruston 2012-01-17 16:44:59 +00:00
  • 0f3cf24642 Added comments Jeremy Ruston 2012-01-17 16:30:23 +00:00
  • ca3778f9fd Better error messages for eval'd code Jeremy Ruston 2012-01-17 15:35:13 +00:00
  • a6de27b348 We shouldn't use the source of images as their text in text/plain renderings Jeremy Ruston 2012-01-17 15:21:56 +00:00
  • 8cfff2c2fa Refactored JavaScriptParseTree handling of output array Jeremy Ruston 2012-01-17 15:20:46 +00:00
  • f10d58ed2b Refactored WikiTextParseTree to handle the output array better Jeremy Ruston 2012-01-17 15:12:59 +00:00
  • c413cbc22d Updated macro docs Jeremy Ruston 2012-01-17 15:05:22 +00:00
  • 73236d72f5 Note Jeremy Ruston 2012-01-17 14:36:37 +00:00
  • 0297de3648 Cleaning up Jeremy Ruston 2012-01-17 14:36:27 +00:00
  • 102724b3e8 Changed the SVG parser to use IMG tags Jeremy Ruston 2012-01-17 13:53:04 +00:00
  • bd17a389cb Move the cache from the Tiddler object to the WikiStore Jeremy Ruston 2012-01-17 13:31:06 +00:00
  • b898afe3e5 Refactor the Tiddler object to enforce immutability Jeremy Ruston 2012-01-17 13:01:55 +00:00
  • 2ff603da0e Added support for wildcard references in recipes Jeremy Ruston 2012-01-16 19:22:10 +00:00
  • 9075b8a020 Mapped wiki image markup to image macro Jeremy Ruston 2012-01-16 08:58:51 +00:00
  • ac61e2d251 Rejigged the link macro to accept child elements Jeremy Ruston 2012-01-15 18:39:14 +00:00
  • 606374e563 Added the image macro Jeremy Ruston 2012-01-15 14:37:49 +00:00
  • 4df13a3e24 Refactored link classes allocation Jeremy Ruston 2012-01-15 13:48:13 +00:00
  • 4681d14f39 Fixed the view macro to reuse the link macro Jeremy Ruston 2012-01-15 13:37:50 +00:00
  • 1e05d673b1 Documentation update Jeremy Ruston 2012-01-15 13:29:24 +00:00
  • ca6e32bd5a Refactor link handling to use a link macro Jeremy Ruston 2012-01-15 13:29:16 +00:00
  • c4f9efd894 Get rid of the obsolete link refreshing circuitry Jeremy Ruston 2012-01-15 13:27:59 +00:00
  • 2c20ef6aef Beefed up the stitchElement helper Jeremy Ruston 2012-01-15 13:27:30 +00:00
  • c26f197462 Fixed problem with external links Jeremy Ruston 2012-01-15 13:27:15 +00:00
  • e2a0955ced Renamed 'handler' member of macros Jeremy Ruston 2012-01-15 12:16:28 +00:00
  • 58bd8744e9 Fixes to new readme generation Jeremy Ruston 2012-01-15 11:57:28 +00:00
  • 8895787197 But maybe we can foot it that an HTML file is a markdown file? Jeremy Ruston 2012-01-15 11:54:49 +00:00
  • ab39190707 Nope Jeremy Ruston 2012-01-15 11:52:51 +00:00
  • 43ceb040d0 Maybe github likes html readme files without the extension? Jeremy Ruston 2012-01-15 11:51:46 +00:00
  • de81a83617 New readme Jeremy Ruston 2012-01-15 11:46:31 +00:00
  • 4d380c60da New content Jeremy Ruston 2012-01-15 11:46:20 +00:00
  • 6ec259ca38 Automatically build the readme file Jeremy Ruston 2012-01-15 11:45:58 +00:00
  • 1cf8efbdcf Get rid of the old markdown readme file Jeremy Ruston 2012-01-15 11:45:32 +00:00
  • 550060466d Added new command line option to save an individual tiddler Jeremy Ruston 2012-01-15 11:44:50 +00:00
  • c3c5334795 Fixed minor problem with backtick formatting Jeremy Ruston 2012-01-15 11:41:54 +00:00
  • a3d653e152 An upload script Jeremy Ruston 2012-01-14 18:34:34 +00:00
  • 73a724ea39 Test updates Jeremy Ruston 2012-01-14 17:24:43 +00:00
  • ed88f1246c Readme updates Jeremy Ruston 2012-01-14 17:24:36 +00:00
  • b671ecdedd Refactored story macro to use renderTiddler instead of renderText Jeremy Ruston 2012-01-14 17:24:25 +00:00
  • 7c4d5b76ef Refactored parameter names for renderTiddler() Jeremy Ruston 2012-01-14 17:24:07 +00:00
  • b26bf8e278 Keeping JSHint happy Jeremy Ruston 2012-01-14 17:23:43 +00:00
  • b7d0942625 Added support for store events and basic refreshing Jeremy Ruston 2012-01-14 15:49:12 +00:00
  • 054977c912 Add markup to capture macro details Jeremy Ruston 2012-01-14 15:48:17 +00:00
  • adf4a3bae1 New utilities stitchElement and nextTick Jeremy Ruston 2012-01-14 15:47:41 +00:00
  • e046fd7cbf Avoided using jQuery when bootstrapping the page Jeremy Ruston 2012-01-13 18:51:39 +00:00
  • 53562aa506 Don't get ingredients over HTTP Jeremy Ruston 2012-01-13 18:51:00 +00:00
  • 8561fb979c Added support for # comment lines in recipe files Jeremy Ruston 2012-01-13 18:50:37 +00:00
  • 510006d67d Added story macro Jeremy Ruston 2012-01-13 16:50:11 +00:00
  • f5c56c066e Added support for binary ingredients over HTTP Jeremy Ruston 2012-01-13 15:37:58 +00:00
  • ecfbaaa564 Added support for JPEG and PNG bitmap tiddlers Jeremy Ruston 2012-01-12 21:48:24 +00:00
  • ecabcd676b Added support for SVG tiddlers Jeremy Ruston 2012-01-12 19:17:32 +00:00
  • 6f247640c6 Re-enabled RSS feed generation Jeremy Ruston 2012-01-08 14:07:01 +00:00
  • d01ba66305 Added backtick notation for inline code blocks Jeremy Ruston 2012-01-08 11:33:24 +00:00
  • 14e252590c Minor optimisation to the list macro Jeremy Ruston 2012-01-08 11:03:20 +00:00
  • bc16400ef2 Cleared some temporary variables after use Jeremy Ruston 2012-01-08 10:24:09 +00:00
  • 89cac4c054 Updated tests Jeremy Ruston 2012-01-07 21:54:34 +00:00
  • cd0ecf6e1c Implemented <<list>> macro Jeremy Ruston 2012-01-07 21:54:14 +00:00
  • b959c6ea22 Removed obsolete context handling in wikitext parse trees Jeremy Ruston 2012-01-07 21:54:00 +00:00
  • 44ef159243 Update parameterised transclusion test Jeremy Ruston 2012-01-07 20:09:24 +00:00
  • 3f10da9ed4 Keeping JSHint happy Jeremy Ruston 2012-01-07 20:09:09 +00:00
  • 5bb2a1e1b7 Added support for the "with" parameter to the tiddler macro Jeremy Ruston 2012-01-07 20:09:01 +00:00
  • c865fabd3c Added support for macro parameters that trigger all dependencies Jeremy Ruston 2012-01-07 20:08:46 +00:00
  • 0910ada5fb Added support for compiling and rendering raw text blocks Jeremy Ruston 2012-01-07 20:08:11 +00:00
  • 4c19c76461 Fixed problem with ArgParser returning non-string argument names Jeremy Ruston 2012-01-07 20:07:54 +00:00
  • 3560703078 Fixed handling of "dependentAll" macros Jeremy Ruston 2012-01-07 18:34:20 +00:00