TiddlyWiki5/plugins/tiddlywiki/cecily
lin onetwo 474b73bdbe
Feat: destroy() method for widgets to do custom cleanup (#6699)
* feat: inform child widget to do some custom cleanup

* fix: type

* refactor: restore old removeChildDomNodes

* refactor: make destroy() a separate method

* refactor: make destroy call removeChildDomNodes

* refactor: call destroy instead of removeChildDomNodes in each core widgets

* fix: refreshSelf does not mean destroy

* refactor: use old var insteadof const

* docs: about subclass
2023-05-06 12:19:11 +01:00
..
cecily.js Feat: destroy() method for widgets to do custom cleanup (#6699) 2023-05-06 12:19:11 +01:00
plugin.info Improve plugin metadata, and add a "name" field 2019-09-19 13:04:10 +01:00
readme.tid Revert "Add text/vnd.tiddlywiki to system tiddlers within plugins that should be wikified (c.f. #2883)" 2017-06-24 17:48:32 +01:00
storyview-cecily.tid Improve plugin readmes 2015-03-19 10:53:45 +00:00

readme.tid

title: $:/plugins/tiddlywiki/cecily/readme

This experimental plugin provides a new story visualisation that displays individual tiddlers as resizable tiles on an infinite canvas.

Cecily is based on an earlier plugin for TiddlyWiki Classic: http://jermolene.com/cecily

Cecily is currently in the early stages of development with little functionality yet implemented.

[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/cecily]]