- [NEW] restore button in fronts of each trashed tiddler in Trash Bin sidebar tab
- [NEW] prevent overwriting existing tiddlers when restoring from trash bin
- [NEW] move to trash bin check for duplicate tiddlers in trash bin and prevent overwriting by making it unique with a numeric suffix
looks nice and very neat as always with your work. Thanks so much for your ongoing contributions.
Do you realise you could clone your plugin and change the icons to provide a way to take other tiddlers offline or what I like to call nearline.
For example as a designer I may have macros or test data installed as I build the wiki and as I finish designing I can take these tiddlers offline and when I am ready remove them altogether. Such a near line tiddlers could also be designed to be preloaded and made utility tiddlers or components made online as needed
A slightly modified version could act like a one off tiddler backup of say a complex macro tiddler before you make changes.
I suppose the question is should I feed these ideas and requirements to you or build my own from your code and share back?
Thanks again for great work Mohammad.
Tont
{{||$:/plugins/kookma/trashbin/viewtoolbar-button}}<ol>
<$list filter="[tag[trash]search:title[$:/trashbin/]]" emptyMessage="Trash bin is empty">
<li><$link to=<<currentTiddler>> ><$text text={{{ [<currentTiddler>removeprefix[$:/trashbin/]] }}} /></$link> {{||$:/plugins/kookma/trashbin/viewtoolbar-button}} </li>
</$list>
</ol>
Mohammad,looks nice and very neat as always with your work. Thanks so much for your ongoing contributions.
Do you realise you could clone your plugin and change the icons to provide a way to take other tiddlers offline or what I like to call nearline.
For example as a designer I may have macros or test data installed as I build the wiki and as I finish designing I can take these tiddlers offline and when I am ready remove them altogether. Such a near line tiddlers could also be designed to be preloaded and made utility tiddlers or components made online as needed
A slightly modified version could act like a one off tiddler backup of say a complex macro tiddler before you make changes.
I suppose the question is should I feed these ideas and requirements to you or build my own from your code and share back?
Thanks again for great work Mohammad.
Tont
Now it looks like this;
<$list filter="[all[current]!is[system]!tag[trash]!search:title[$:/trashbin/]]">
The trashcan now only appears on my non-system tiddlers.
(Big thumbs on a phone screen made it easy to add things to the trash list by mistake.)
If I become a developer I'll change it back. ;)