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

Commit Graph

  • 3a98cc5389 Added verification of macro type compatibility Jeremy Ruston 2012-01-07 18:33:57 +00:00
  • 7a0f94343a Converted spaces to tabs Jeremy Ruston 2012-01-07 17:37:20 +00:00
  • 9a73b0a6aa Rejigged macro implementation Jeremy Ruston 2012-01-07 17:33:42 +00:00
  • 3412580af3 Fixed problem with double dot references to modules Jeremy Ruston 2012-01-07 17:31:57 +00:00
  • 41f33a8639 Comments Jeremy Ruston 2012-01-07 11:43:49 +00:00
  • d89ea0abd7 Cleaning up some macro definition wrinkles Jeremy Ruston 2012-01-07 11:43:40 +00:00
  • 306f305a25 Better comments Jeremy Ruston 2012-01-07 11:43:24 +00:00
  • bd617b2483 Adjusted link class detection Jeremy Ruston 2012-01-07 10:35:02 +00:00
  • b92183a3a7 Take links into account when accumulating dependencies Jeremy Ruston 2012-01-07 10:30:50 +00:00
  • c716cdce20 Added support for macros that are dependent on all other tiddlers Jeremy Ruston 2012-01-06 21:08:15 +00:00
  • 82a83bd714 Added tracking of dependencies between tiddlers Jeremy Ruston 2012-01-06 19:41:42 +00:00
  • 3d507c3bab Refactored macro parameter parsing Jeremy Ruston 2012-01-06 18:43:36 +00:00
  • 86bf495dec Removed some unused requires Jeremy Ruston 2012-01-06 17:53:37 +00:00
  • 14243acec9 Adding caching for tiddler parse trees, render functions, and renditions Jeremy Ruston 2012-01-06 17:40:22 +00:00
  • e190cadcca Minor tweaks to link class handling Jeremy Ruston 2012-01-05 21:31:47 +00:00
  • f155c150e2 Improved handling of HTML links Jeremy Ruston 2012-01-05 20:10:25 +00:00
  • 9961ddc8b4 Fixed entities decoding in plain text renderings Jeremy Ruston 2012-01-05 11:35:38 +00:00
  • 037e083007 Corrected and simplified readme Jeremy Ruston 2012-01-05 11:31:40 +00:00
  • 8b7962c720 Missed off last commit Jeremy Ruston 2012-01-05 11:08:32 +00:00
  • 57e3143d69 Refactoring the wikitext parser Jeremy Ruston 2012-01-05 11:08:05 +00:00
  • b1b1b84b3e Cleaning up the JavaScript parser Jeremy Ruston 2012-01-05 10:00:21 +00:00
  • 1e02389f46 WikiStore cleanups Jeremy Ruston 2012-01-04 19:44:38 +00:00
  • 733e93de63 Refactored WikiTextCompiler Jeremy Ruston 2012-01-04 19:32:38 +00:00
  • 3ff1d9a76c Cleaned up JavaScript processing Jeremy Ruston 2012-01-04 18:31:19 +00:00
  • 5eeb45cd79 Test updates Jeremy Ruston 2012-01-04 11:58:24 +00:00
  • e4d2213835 Added plain text support Jeremy Ruston 2012-01-04 11:58:08 +00:00
  • 8a5a9bfa8b Macro fixes Jeremy Ruston 2012-01-04 11:57:45 +00:00
  • ff1b0adbf4 It's 2012! Jeremy Ruston 2012-01-04 11:57:21 +00:00
  • 91b94e5d1a Keeping JSHint happy Jeremy Ruston 2012-01-03 17:42:33 +00:00
  • 04e528c99f Added the TW5 boot loader to the jshint list Jeremy Ruston 2012-01-03 17:42:12 +00:00
  • ebc127b2cb We don't need jQuery for this Jeremy Ruston 2012-01-03 17:41:54 +00:00
  • ffbed4edbd Rolled wikitest.js functionality into tiddlywiki.js Jeremy Ruston 2012-01-03 17:08:32 +00:00
  • 8dd7315d3c Changed function ordering to keep jshint happy Jeremy Ruston 2012-01-03 17:08:16 +00:00
  • 36ba38d685 Bugfix and removed dead code Jeremy Ruston 2012-01-03 12:42:34 +00:00
  • 5a8b6afc03 Removed uglify.js Jeremy Ruston 2012-01-03 12:30:07 +00:00
  • cc59a1b91d Refactored wikitest.js and tiddlywiki.js to use App.js Jeremy Ruston 2012-01-03 12:23:02 +00:00
  • 75e6bdef2b Changed App.js to be a proper object class Jeremy Ruston 2012-01-03 11:57:30 +00:00
  • 883956e855 Renamed Main.js to App.js Jeremy Ruston 2012-01-03 11:38:15 +00:00
  • 0552da7810 TW5 content updates Jeremy Ruston 2012-01-03 11:10:50 +00:00
  • c9101dcb24 More of that terrible hack to load macro definitions Jeremy Ruston 2012-01-03 11:10:37 +00:00
  • a865c05be7 Switched the parser to use the compiler rather than the renderer Jeremy Ruston 2012-01-03 11:10:25 +00:00
  • b8e7681342 Added macro helpers and macro definitions Jeremy Ruston 2012-01-03 11:09:59 +00:00
  • 0de633d28b Additional utilities for stringifying and escaping strings Jeremy Ruston 2012-01-03 11:09:26 +00:00
  • 2b5676e187 Refactored use of ArgParser Jeremy Ruston 2012-01-03 11:08:56 +00:00
  • 3515016a7e Hacked the sandbox to expose a parse() method Jeremy Ruston 2012-01-03 11:08:41 +00:00
  • 06f9887d59 Temporarily suppress RSS generation Jeremy Ruston 2012-01-03 11:08:16 +00:00
  • 304d54f8ca Terrible hack to add the new school macro definitions Jeremy Ruston 2012-01-03 11:08:00 +00:00
  • b7137a7ab8 Changed ArgParser to defer evaluated parameters Jeremy Ruston 2012-01-03 11:07:45 +00:00
  • 762985a846 Refactoring tiddler rendering Jeremy Ruston 2012-01-03 11:07:09 +00:00
  • 04dc396f2a Added a temporary hack to get pegs working serverside Jeremy Ruston 2011-12-28 22:21:31 +00:00
  • ed2e2ab14c Complete switch over to pegjs Jeremy Ruston 2011-12-28 22:07:17 +00:00
  • b27a99a7fb Added pegjs Jeremy Ruston 2011-12-28 18:03:07 +00:00
  • e27d5392a1 Some mixups missed from previous commit Jeremy Ruston 2011-12-28 17:45:58 +00:00
  • e02a484591 Removed TextProcessors() and TiddlerConverters() classes Jeremy Ruston 2011-12-28 17:16:56 +00:00
  • 92a1ddf2e1 Content updates for TW5 Jeremy Ruston 2011-12-28 16:10:57 +00:00
  • d3ea92ff4e Style sheet adjustments for TW5 Jeremy Ruston 2011-12-28 16:10:40 +00:00
  • 32ff9e46b1 Added dummy support for missing tiddlers and orphans Jeremy Ruston 2011-12-28 16:10:30 +00:00
  • ed28773178 Added scrollTo animation for navigation in TW5 Jeremy Ruston 2011-12-28 16:10:03 +00:00
  • f381e95452 Note about JavaScript sanitisation Jeremy Ruston 2011-12-28 16:09:49 +00:00
  • 143454f784 Just open the HelloThere tiddler at startup Jeremy Ruston 2011-12-28 16:09:33 +00:00
  • 629a5b12da Added error checking and tests for evaluated parameters Jeremy Ruston 2011-12-21 17:21:28 +00:00
  • 4c11503bae Added skeleton support for evaluated macro parameters Jeremy Ruston 2011-12-21 16:54:51 +00:00
  • 02a2630dd6 Fixed problem with recipe files containing carriage returns Jeremy Ruston 2011-12-21 14:03:39 +00:00
  • 0d1a2ef21c Added uglify.js Jeremy Ruston 2011-12-21 13:03:37 +00:00
  • f096b19e4a Simplified subrendering Jeremy Ruston 2011-12-17 13:50:20 +00:00
  • bf8900d298 Simplified readme heading structure Jeremy Ruston 2011-12-17 12:41:52 +00:00
  • 4217ee3ccc Fixed timeline macro to exclude tiddlers that lack the target field Jeremy Ruston 2011-12-17 10:55:53 +00:00
  • f0e9c4e7ff Added support for the timeline macro Jeremy Ruston 2011-12-16 17:45:33 +00:00
  • 0823beb85d Added template support to list macro Jeremy Ruston 2011-12-16 10:48:36 +00:00
  • d3ede70757 More details of parsing and rendering added to readme Jeremy Ruston 2011-12-16 10:48:09 +00:00
  • 50e11a0da8 Added support for list all macro Jeremy Ruston 2011-12-14 18:25:40 +00:00
  • d96053192b Added support for the view macro, and client side wikitext tiddler templates Jeremy Ruston 2011-12-14 15:45:42 +00:00
  • a1a9de8ec1 Added some content tiddlers and styles for TW5 Jeremy Ruston 2011-12-14 15:45:09 +00:00
  • 00f8021749 JSHint makes a hard task master... Jeremy Ruston 2011-12-14 14:11:11 +00:00
  • 5d16050e24 Added an elementary stylesheet to TW5 Jeremy Ruston 2011-12-14 14:10:16 +00:00
  • a8099114b5 Refactored browser module boot loader to improve error messages Jeremy Ruston 2011-12-14 10:42:19 +00:00
  • 364d891ca6 Added skeleton browser support for navigating between tiddlers Jeremy Ruston 2011-12-13 16:20:56 +00:00
  • 5383368b51 Improved browser module implementation Jeremy Ruston 2011-12-13 12:48:11 +00:00
  • 8ed8772b82 Experimental support for client-side builds Jeremy Ruston 2011-12-13 12:30:09 +00:00
  • f112048682 Added a function wrapper around all source files to keep JSHint happy Jeremy Ruston 2011-12-12 10:52:04 +00:00
  • 53d77edd01 Updated comments and documentation Jeremy Ruston 2011-12-12 09:39:43 +00:00
  • 820bd02f8f Added sortField and excludeTag to WikiStore.forEachTiddler Jeremy Ruston 2011-12-12 08:59:28 +00:00
  • a223f4300a Removed extraneous bits of test script Jeremy Ruston 2011-12-12 08:59:10 +00:00
  • dc94b7a002 Improved comments Jeremy Ruston 2011-12-11 19:00:21 +00:00
  • 37f6b57240 Minor corrections to readme Jeremy Ruston 2011-12-11 18:32:09 +00:00
  • 80d71d7bf4 Major refactoring of how wiki text parsing and rendering is packaged Jeremy Ruston 2011-12-11 18:28:09 +00:00
  • afb80d5fa8 Updated comments Jeremy Ruston 2011-12-11 16:00:01 +00:00
  • 0ae3d3e020 Removed erroneously committed file Jeremy Ruston 2011-12-11 14:52:14 +00:00
  • 4eb464548b Refactored tiddler serialization and deserialization Jeremy Ruston 2011-12-11 14:51:48 +00:00
  • d748d04d92 Added support for generating the <title> tag from wikifying WindowTitle Jeremy Ruston 2011-12-10 11:46:37 +00:00
  • d39b9a047f Added --dumprecipe option Jeremy Ruston 2011-12-10 11:46:13 +00:00
  • b526f8bfaf Refactored helper methods to be module private Jeremy Ruston 2011-12-09 19:39:19 +00:00
  • 32514df9f3 Refactored wiki text rendering Jeremy Ruston 2011-12-09 18:29:29 +00:00
  • 12cc309f72 Readme adjustments Jeremy Ruston 2011-12-09 16:43:12 +00:00
  • 7184bc5fa5 Lots of JSHint induced tweaks Jeremy Ruston 2011-12-09 16:34:02 +00:00
  • 1371423587 Fixed problem with wikification tests Jeremy Ruston 2011-12-09 15:52:25 +00:00
  • 91c183480c Fixed cascading for with: parameters to tiddler macro Jeremy Ruston 2011-12-09 14:51:47 +00:00
  • 1e015c72dd Removed extraneous debugging call Jeremy Ruston 2011-12-09 12:27:00 +00:00
  • 318381a21b Fixed problem with tiddler context within macros Jeremy Ruston 2011-12-09 12:26:36 +00:00
  • 341c7143ed Updated readme Jeremy Ruston 2011-12-09 12:26:01 +00:00