Commit Graph

278 Commits

Author SHA1 Message Date
Jeremy Ruston 92353d37b2 First pass at a new wiki text parser
This one respects HTML paragraphs properly
2012-05-26 18:30:32 +01:00
Jeremy Ruston 85f1b33ef2 Docs updates 2012-05-20 18:47:11 +01:00
Jeremy Ruston 3077f392a1 Documentation cleanups 2012-05-20 15:59:04 +01:00
Jeremy Ruston 34edb48784 A quick sweep for missing or inaccurate code comments 2012-05-19 18:23:14 +01:00
Jeremy Ruston 070d919aa0 Docs update 2012-05-19 11:28:44 +01:00
Jeremy Ruston 2c51332faa Docs updates 2012-05-09 17:35:20 +01:00
Jeremy Ruston 468749159d Added sort order to tiddler div attributes
So that file comparisons work better
2012-05-08 17:42:49 +01:00
Jeremy Ruston 6d0da350c7 Docs update 2012-05-06 14:14:06 +01:00
Jeremy Ruston 186ec4052d Update docs and readme generation 2012-05-05 23:08:00 +01:00
Jeremy Ruston 9465da4335 Part two of turning the rabbit hole inside out 2012-05-05 22:57:21 +01:00
Jeremy Ruston 9a69e89465 First step of turning the rabbit hole inside out 2012-05-05 22:49:23 +01:00
Jeremy Ruston 3dd8cf17f6 Docs update 2012-04-13 13:28:43 +01:00
Jeremy Ruston e7701d8af0 Fixed typo with `class` member of `linkInfo`
And improved the docs
2012-04-07 14:28:50 +01:00
Jeremy Ruston 269e03caad Added link to prototype to top of readme 2012-04-07 12:13:47 +01:00
Jeremy Ruston af7b69e778 Refactored linkMassager mechanism
Now the link massager can control the HTML attributes of the link, and
suppress it entirely if necessary. Using this new facility to generate
a cleaner readme file for github
2012-04-07 12:10:46 +01:00
Jeremy Ruston 0cfef8affa Added support for a serverside tiddler file store
Preparatory to implementing saving changes to the server
2012-04-03 14:43:13 +01:00
Jeremy Ruston f8595c52a7 Updated docs 2012-04-03 12:38:30 +01:00
Jeremy Ruston 3126a15758 Docs update 2012-04-01 11:49:18 +01:00
Jeremy Ruston a0c53c6661 Added documentation for new flag for wikitest command line option 2012-03-30 13:46:26 +01:00
Jeremy Ruston c6956f488d Docs updates 2012-03-13 15:15:41 +00:00
Jeremy Ruston 313cac38ba Doc updates 2012-03-05 15:16:01 +00:00
Jeremy Ruston 5124de8d25 Docs updates 2012-03-03 18:06:24 +00:00
Jeremy Ruston 9b8795856b Docs update 2012-03-03 13:35:58 +00:00
Jeremy Ruston 3bfab9f9da Added support for typed blocks in wikitext
This allows embedded blocks of another mime type to appear in a
tiddler, useful for syntax highlighting fragments of javascript
2012-03-03 12:29:13 +00:00
Jeremy Ruston c23014dca4 Docs updates 2012-02-17 12:33:46 +00:00
Jeremy Ruston 56913bf061 Docs updates
Actually, the docs are now rather out of date… more updates to come
2012-02-16 20:39:24 +00:00
Jeremy Ruston c100b434f9 Revert "Passed "store" to the other parser constructors"
This reverts commit 017be8f4ff.
2012-02-11 20:02:35 +00:00
Jeremy Ruston 017be8f4ff Passed "store" to the other parser constructors 2012-02-11 20:01:58 +00:00
Jeremy Ruston 45663f6f16 Docs update 2012-02-11 18:19:58 +00:00
Jeremy Ruston be44fb4ad2 Docs Updates 2012-02-11 17:11:23 +00:00
Jeremy Ruston 63da7ec980 Docs update 2012-02-10 11:12:20 +00:00
Jeremy Ruston 25947bc1d1 Docs update 2012-02-09 13:37:10 +00:00
Jeremy Ruston 8d9b83484f Doc updates 2012-02-09 13:15:50 +00:00
Jeremy Ruston 094323c7a7 Docs update 2012-02-04 15:56:34 +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 b1bfe22168 A bigger kitten 2012-01-25 22:35:15 +00:00
Jeremy Ruston a4600c6c16 Put the tiddler info stuff into sliders 2012-01-25 15:35:52 +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
Jeremy Ruston 2cd0e681ea Temporarily suppressed rendering of the render step
So that the tests pass, which looks nicer
2012-01-24 16:28:26 +00:00
Jeremy Ruston 398831b0d9 Major reorganisation of wikitext rendering
Getting ready to support selective refresh of DOM elements
2012-01-24 16:26:37 +00:00
Jeremy Ruston 5030d46e2f Docs updates 2012-01-23 18:50:28 +00:00
Jeremy Ruston 19d8216b71 Docs updates 2012-01-23 18:31:24 +00:00
Jeremy Ruston 12cf19e70a Docs update 2012-01-23 16:42:23 +00:00
Jeremy Ruston 5d1cf97134 Docs update 2012-01-21 17:08:14 +00:00
Jeremy Ruston 78c21d6ff8 More docs 2012-01-21 13:59:57 +00:00
Jeremy Ruston 693cb67c6b Minor style tweaks 2012-01-20 12:19:13 +00:00
Jeremy Ruston 1e05d673b1 Documentation update 2012-01-15 13:29:24 +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 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 a3d653e152 An upload script
Very basic, just uploads to tiddlywiki.com/tiddlywiki5
2012-01-14 18:34:34 +00:00
Jeremy Ruston ed88f1246c Readme updates 2012-01-14 17:24:36 +00:00
Jeremy Ruston 037e083007 Corrected and simplified readme 2012-01-05 11:31:40 +00:00
Jeremy Ruston bf8900d298 Simplified readme heading structure 2011-12-17 12:41:52 +00:00
Jeremy Ruston d3ede70757 More details of parsing and rendering added to readme 2011-12-16 10:48:09 +00:00
Jeremy Ruston f112048682 Added a function wrapper around all source files to keep JSHint happy 2011-12-12 10:52:04 +00:00
Jeremy Ruston 53d77edd01 Updated comments and documentation 2011-12-12 09:39:43 +00:00
Jeremy Ruston 820bd02f8f Added sortField and excludeTag to WikiStore.forEachTiddler 2011-12-12 08:59:28 +00:00
Jeremy Ruston dc94b7a002 Improved comments 2011-12-11 19:00:21 +00:00
Jeremy Ruston 37f6b57240 Minor corrections to readme 2011-12-11 18:32:09 +00:00
Jeremy Ruston 80d71d7bf4 Major refactoring of how wiki text parsing and rendering is packaged 2011-12-11 18:28:09 +00:00
Jeremy Ruston d39b9a047f Added --dumprecipe option 2011-12-10 11:46:13 +00:00
Jeremy Ruston 12cc309f72 Readme adjustments 2011-12-09 16:43:12 +00:00
Jeremy Ruston 7184bc5fa5 Lots of JSHint induced tweaks
Still not spotless
2011-12-09 16:34:02 +00:00
Jeremy Ruston 341c7143ed Updated readme 2011-12-09 12:26:01 +00:00
Jeremy Ruston dc8871f9a2 Added command line switch to load tiddlers 2011-12-07 17:26:50 +00:00
Jeremy Ruston 5c97f7a66b First pass at new unified command line interface 2011-12-07 16:44:23 +00:00
Jeremy Ruston 22fa89ed69 Updated readme 2011-12-07 12:20:44 +00:00
Jeremy Ruston 414fee9981 Readme update 2011-12-06 18:42:23 +00:00
Jeremy Ruston fa7b3f7305 Noted plans for refactoring the command line interface 2011-12-05 13:46:51 +00:00
Jeremy Ruston 9d4bfc1dec Improved readme and example recipe 2011-12-03 14:05:39 +00:00
Jeremy Ruston c2eab87c4e Improved readme 2011-12-03 13:43:49 +00:00
Jeremy Ruston 12665ce3a0 Added comment in readme about bugs in cook.rb
Turns out that cook.rb is really horrible: eg if two tiddlers with the
same title are referenced in a recipe then both tiddlers will get baked
into the TiddlyWiki files
2011-12-01 15:06:04 +00:00
Jeremy Ruston 0ae98bcd88 Improved readme.md 2011-11-29 19:25:51 +00:00
Jeremy Ruston 0005c57669 Added ginsu to readme 2011-11-28 13:49:36 +00:00
Jeremy Ruston f96708a846 Initial commit 2011-11-22 14:29:29 +00:00