1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-03 01:10:45 +00:00
TiddlyWiki5/core/modules/new_widgets
Jeremy Ruston 7f6d770ca6 The reveal widget should generate a span when in inline mode
The only reason that the reveal widget generates an element is so that
we can use `display:none/block;` (as did the pre-refactored code) as a
quick way of hiding and showing the content. We don't do that yet, and
it may be best never to do it.
2013-10-16 16:29:35 +01:00
..
button.js Set the colour of the tag pills 2013-10-14 21:38:12 +01:00
count.js Add the count widget 2013-10-15 21:07:13 +01:00
edit-text.js Add a edit text widget 2013-10-15 14:32:27 +01:00
edit.js Add a edit text widget 2013-10-15 14:32:27 +01:00
element.js Fixes to make SVG and MathML elements work properly 2013-10-13 20:14:31 +01:00
entity.js Initial Commit 2013-10-12 17:05:13 +01:00
fields.js Initial Commit 2013-10-12 17:05:13 +01:00
link.js Add button widget 2013-10-13 21:31:00 +01:00
list.js Get the tiddler info panel fields list working properly 2013-10-14 17:35:52 +01:00
macrocall.js Add macrocall widget 2013-10-14 17:48:26 +01:00
navigator.js Support the remaining events on the navigator widget 2013-10-15 14:30:36 +01:00
reveal.js The reveal widget should generate a span when in inline mode 2013-10-16 16:29:35 +01:00
setvariable.js Use the setvariable widget instead of macrodef 2013-10-13 23:40:11 +01:00
tempwidgets.js Get rid of the old setstyle widget 2013-10-15 08:36:19 +01:00
text.js Initial Commit 2013-10-12 17:05:13 +01:00
tiddler.js More useful class variables for tiddler status 2013-10-13 22:46:45 +01:00
transclude.js Make recursion markers include the current tiddler 2013-10-14 13:06:07 +01:00
version.js Initial Commit 2013-10-12 17:05:13 +01:00
view.js Fix view widget to display friendly text of tiddler values 2013-10-14 21:02:03 +01:00
widget.js Refactor macro parameter substitution 2013-10-13 22:38:46 +01:00