1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-27 15:53:14 +00:00
TiddlyWiki5/plugins/tiddlywiki/stacked-view
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
..
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
stacked-storyview.tid Add prototype stacked storyview 2015-02-23 11:28:50 +01:00
stacked.js Feat: destroy() method for widgets to do custom cleanup (#6699) 2023-05-06 12:19:11 +01:00
StackedControls.tid Move stacked view control panel into sidebar 2016-07-12 17:22:33 +01:00
StackedStoryViewFanHeight.tid Add prototype stacked storyview 2015-02-23 11:28:50 +01:00
storyview-stacked.tid Improve plugin readmes 2015-03-19 10:53:45 +00:00

title: $:/plugins/tiddlywiki/stacked-view/readme

This plugin provides a new story visualisation that displays individual tiddlers as a stack of cards. It is currently experimental and incomplete.

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