Wykres commitów

150 Commity (6584939114612d840038dfea4f295de1202db5c4)

Autor SHA1 Wiadomość Data
Jeremy Ruston b0a20e704b Restored the classic listview 2013-02-06 11:27:09 +00:00
Jeremy Ruston 35d2290155 Style and layout tweaks 2013-02-04 20:47:21 +00:00
Jeremy Ruston 170c1425f7 Normalise custom event names 2013-02-04 15:29:25 +00:00
Jeremy Ruston 1f98ea5c87 Stylesheet tweaks 2013-02-04 11:56:23 +00:00
Jeremy Ruston 319e1b72f8 Use wikitext horizontal rule 2013-02-04 10:54:42 +00:00
Jeremy Ruston 0961286ad5 Add styles to static rendering 2013-02-04 10:16:07 +00:00
Jeremy Ruston 30d0dec1fa Replacement styles
Smaller simpler styles (including CSS reset from
https://github.com/necolas/normalize.css/)
2013-02-03 23:02:23 +00:00
Jeremy Ruston 47b42ac149 The special encrypted template isn't needed anymore 2013-01-31 10:23:08 +00:00
Jeremy Ruston a9de17bd55 Restore encrypted TiddlyWiki support 2013-01-31 10:20:13 +00:00
Jeremy Ruston def41c688f Add the "save changes" button back
And remove the not-yet-implemented "edit" button
2013-01-30 21:10:34 +00:00
Jeremy Ruston 7642f2182c Restored tag template 2013-01-19 17:01:17 +00:00
Jeremy Ruston dd3433f39f Fixed problem with closing all tiddlers in a story 2013-01-18 15:36:49 +00:00
Jeremy Ruston 71f6194f01 Introduce a simple listview that scrolls to newly inserted entries 2013-01-17 13:52:46 +00:00
Jeremy Ruston 94744843b6 Added new tiddler button 2013-01-17 11:38:02 +00:00
Jeremy Ruston aba120befc Added text and bitmap editors 2013-01-17 11:30:35 +00:00
Jeremy Ruston f6b66cfad6 Simplify the page template by getting rid of the nav bar 2013-01-06 21:39:10 +00:00
Jeremy Ruston 698f8dd602 Added version widget 2013-01-03 22:55:23 +00:00
Jeremy Ruston b7b1b0a693 Improved the ViewTemplate
Including bringing back the SVG close icon
2013-01-03 22:46:47 +00:00
Jeremy Ruston a43d7aed95 Added setstyle widget and use it to colour the tag buttons 2013-01-03 22:36:51 +00:00
Jeremy Ruston c09522fbaf Removed extraneous <p> tag from tag dropdown
…by making the <li> element be in block mode
2013-01-03 22:03:56 +00:00
Jeremy Ruston 38782ab60c Improve tag template
We have to include fake <li> tags to keep Bootstrap's specificity rules
happy
2013-01-03 20:52:02 +00:00
Jeremy Ruston 1c559660d9 Fixed problem with tag dropdown list being inline rather than block 2013-01-03 18:22:52 +00:00
Jeremy Ruston 6d24cedbcc Refactored widget renderers to be hosted within HTML element renderers
This arrangement takes better advantage of the similarities between the
now deleted widget renderer and the element renderer. It also obviates
the need for wrapper elements around every widget.
2013-01-03 16:27:55 +00:00
Jeremy Ruston 2124dd1ac1 Add a better error message for unknown widgets 2013-01-01 18:00:02 +00:00
Jeremy Ruston d96e0073ac Refactored widgets not to use a base class 2013-01-01 17:51:02 +00:00
Jeremy Ruston f8340bc4dc Improvements to reveal widget popup handling 2013-01-01 16:14:42 +00:00
Jeremy Ruston 8fdeefd7d1 Added reveal macro 2012-12-31 18:36:39 +00:00
Jeremy Ruston 5b7cdc20ba Added beginnings of popup widget 2012-12-30 17:23:44 +00:00
Jeremy Ruston 300b6cc485 Change widget syntax to `$` instead of underscore
eg `<$list>`
2012-12-30 13:55:19 +00:00
Jeremy Ruston dbd123675a Fixed typo 2012-12-30 13:39:07 +00:00
Jeremy Ruston b649bebad0 Starting to add the tag popups back 2012-12-30 13:37:48 +00:00
Jeremy Ruston b006cf163f Remove the old parser code
Thus introducing a few functional regressions, but it's going to be
easier to fix things up without the old code knocking around and
getting in the way.
2012-12-28 22:08:32 +00:00
Jeremy Ruston 90a09c0a42 Added templates and temporary command for building TiddlyWiki with the new parser 2012-12-26 19:38:39 +00:00
Jeremy Ruston 4953fd6c80 Adjusting test content 2012-12-26 19:34:54 +00:00
Jeremy Ruston d0d0b53a75 Fixed typo in view template 2012-12-26 19:34:25 +00:00
Jeremy Ruston 11d001ad80 Added inline variant of filtered transclusion syntax 2012-12-23 10:47:14 +00:00
Jeremy Ruston c3a2a24b76 Introduce filtered transclusion syntax 2012-12-23 10:37:18 +00:00
Jeremy Ruston 6fae946bda Replace classed blocks and runs with styled blocks and runs 2012-12-22 23:10:06 +00:00
Jeremy Ruston fa17eb1b96 Fixed support for custom attributes, classes and tooltips on transclusions 2012-12-20 17:19:28 +00:00
Jeremy Ruston 015145952d Added support for block macro calls 2012-12-20 17:03:41 +00:00
Jeremy Ruston 42945789e9 Refactor parser rule architecture to allow individual parsers to function as both block and inline parsers 2012-12-20 16:02:03 +00:00
Jeremy Ruston 055bdd8d8f Added inline transclusion as well as block transclusion 2012-12-20 15:07:38 +00:00
Jeremy Ruston a0155763ed More demo text in the new parser page template 2012-12-15 17:35:45 +00:00
Jeremy Ruston 817e6f5471 Added some test content to the new wiki parser page template 2012-12-15 11:39:42 +00:00
Jeremy Ruston 2522529aac Repaired accidental damage during debugging 2012-12-14 17:38:13 +00:00
Jeremy Ruston d338a54370 Introduce refactored wiki parser and renderer
This is a half-way through a big refactoring of the parsing and
rendering infrastructure. The main change is to separate the parse and
render trees, which makes the code a lot cleaner. The new parser isn't
yet functional enough to replace the existing parser so for the moment
you have to manually invoke it with `$tw.testNewParser()` in your
browser console. I really ought to use branches for this kind of
thing...
2012-12-13 21:34:31 +00:00
Jeremy Ruston 91e1a38db1 Switched to use double curly braces for transclusion
For compatbility with MediaWiki and other engines
2012-11-29 18:34:27 +00:00
Jeremy Ruston 6d09b2fb9c Improve syntax for classed runs 2012-11-29 17:23:46 +00:00
Jeremy Ruston 84650b9a54 Swap over to the new mime type conventions
Discussed in
https://groups.google.com/forum/#!topic/tiddlywikidev/re8xfLqZNCE
2012-11-18 15:22:13 +00:00
Jeremy Ruston 454f892cf2 Remove old mechanism for generating empty.html 2012-11-16 22:26:33 +00:00