Skip to content

Trash bin tools in Tiddlywiki. Delete tiddlers and restore them easily

Notifications You must be signed in to change notification settings

kookma/TW-Trashbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TW-Trashbin

Trash bin tools in Tiddlywiki. Delete tiddlers and restore them easily

Mechanism

Trash plugin has two parts

  • Move to trashbin
  • Restore from trashbin

By moving a tiddler to trash bin it means

  • A new data tiddler created
  • The title of data tiddler is the title of objective tiddler prefixed with $:/trashbin/
  • All the fileds of objective tiddler is moved into a new data tiddler
  • The objective tiddler is deleted

By restoring a tiddler from trash bin, it means

  • A new tiddler is created
  • Its title is taken from the title index in data tiddler
  • All other index/value are copied to newly created tiddler fields respectively. This means every index creates a field
  • The data tiddler is deleted

Tutorial

Installation

For dtails on how install Shiraz plugin in your wiki, have a look at https://kookma.github.io/TW-Trashbin/#Install

About

Trash bin tools in Tiddlywiki. Delete tiddlers and restore them easily

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages