1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-01 16:30:46 +00:00
TiddlyWiki5/core/modules
Jeremy Ruston bc56253479 Extend the list widget to allow the generated HTML elements to be controlled
This makes it possible to generate UL or OL lists as well as the
current divs and spans.

This feature is clearly necessary but I'm not very happy with it. It
feels as though the syntax should be modifying a UL tag to specify the
extra information required to generate the list, rather than turning
the list widget to indirectly specify it's elements.
2013-08-19 11:08:00 +01:00
..
commands File renames for 46b2fde2d9 2013-08-09 22:00:42 +01:00
filters Add "listed" filter operator for retrieving the tiddlers that list a specified tiddler 2013-08-16 09:31:05 +01:00
parsers Allow widget names to include digits 2013-07-14 23:13:42 +01:00
rendertree Linting 2013-07-05 22:37:55 +01:00
savers Fix download saver on Firefox 2013-05-23 11:26:47 +01:00
utils Refactor scroller so that the scrollIntoView() method is a bit more usable 2013-07-08 15:15:53 +01:00
widgets Extend the list widget to allow the generated HTML elements to be controlled 2013-08-19 11:08:00 +01:00
commander.js Refactoring module mechanism 2012-11-14 11:23:43 +00:00
config.js Add simple notification mechanism 2013-05-07 18:08:44 +01:00
deserializers.js Cleaning up content types 2013-05-13 17:42:07 +01:00
filters.js Extend the filter mechanism to allow operands to be indirected through a tiddler text reference 2013-05-27 17:57:37 +01:00
hacks.js Confirmation message for $tw.slowmo() 2013-07-14 23:13:13 +01:00
startup.js Switch the story list over to using the new list field 2013-08-07 17:54:27 +01:00
syncer.js Ignore shadow tiddlers in the syncer 2013-04-30 22:55:06 +01:00
themes.js Remove early bail on switching to a non-existent theme 2013-05-10 20:24:40 +01:00
tiddler.js Improve handling of fieldmodules lacking a stringify method 2013-06-13 09:16:26 +01:00
wiki.js Add "listed" filter operator for retrieving the tiddlers that list a specified tiddler 2013-08-16 09:31:05 +01:00