This page is part of a static HTML representation of the TiddlyWiki at https://tiddlywiki.com/dev/

Do nothing widget demo

1st February 2019 at 10:26pm

[ { "title": "$:/DefaultTiddlers", "text": "[[do nothing widget]]" } ] [ { "title": "donothing.js", "text": "/*\\\n\nDo nothing widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nexports.donothing = Widget;\n\n})();\n", "created": "20190201115945945", "modified": "20190201222441271", "module-type": "widget", "tags": "", "type": "application/javascript" } ] [ { "title": "do nothing widget", "text": "\n```\n<$donothing/>\n```\n\nRenders as:\n\n<$donothing/>\n" } ]