Mohammad,
I made a small mistake: I dragged the plug-in from the Kookma website, it is v. 
1.2.1. Should I uninstall, then reinstall 1.2.2 or will it not make much of a 
difference?

-- 
 Securely sent with Tutanota. Get your own encrypted, ad-free mailbox: 
 https://tutanota.com


10 Apr 2020, 13:39 by [email protected]:

> Announcement: Trashbin Plugin
> Date: Apr 10th, 2020
> Release: 1.2.2
> Status: Stable
>
> This is a minor fix issue update to follow the Tiddlywiki standard for 
> deleting draft of tiddler! See 
> https://github.com/Jermolene/TiddlyWiki5/issues/3008
> Demo: > https://kookma.github.> io/TW-Trashbin
> Code: > https://github.com/> kookma/TW-Trashbin
>
> To update, those who have Kookma Plugin Library, simply open their 
> $:/ControlPanel, Plugins, Add more plugin, Kookma Plugin Library and pres 
> reinstall!
> No hassle anymore!
> Cheers
> Mohammad
>
>
> On Saturday, March 28, 2020 at 1:56:26 AM UTC+4:30, Mohammad wrote:
>
>> Announcement: Trashbin Plugin
>> Date: Mar 28th, 2020
>> Release: 1.1.1
>> Status: Stable
>>
>> This is to announce the new release of Trashbin plugin. It has several new 
>> features and is much more stable. All issues reported during last year have 
>> been address.
>> Spacial thanks to HC Haase for his ideas, help and great comments.
>>
>> The recommended method for installation is to download the attached Kookma 
>> Plugin Library (.tid) and drag and drop to your empty wiki!
>>
>> If you like it, go to Code page and give star!
>> Feedback, ideas and comments are welcome
>>
>> --Mohammad
>>
>>
>> Trashbin Plugin <http://127.0.0.1:9999/#>
>> 26th March 2020 at 12:05am
>> doc>> start
>>
>>
>>
>> Tiddlywiki>> 5.1.21+
>>  
>> License>> MIT
>>  
>> Release>> 1.1.0
>>  
>> Status>> stable
>>
>>
>>
>>
>>
>>
>> What is Trashbin plugin?
>>
>>>
>>>
>>>
>>>
>>> The concept behind Trashbin plugin is to have a simple mechanism to move 
>>> deleted tiddlers to Trashbin and be able to restore them later if required.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Trashbin helps restore unwanted or accidentally deleted tiddlers.
>>>
>>>
>>>
>>>
>> Tutorials
>>
>>>
>>> The >>> Trashbin Tutorial <http://127.0.0.1:9999/#Trashbin%20Tutorial>>>>  
>>> is the starting point to learn more about plugin features, help, demo and 
>>> examples. See below for online pages.
>>>
>>>
>>
>>
>>
>> Install
>>
>>>
>>> From the below three methods for installing >>> trashbin>>>  plugin, select 
>>> any suitable method you like.
>>>
>>> I. Use plugin library
>>>
>>> The simplest method is to have the >>> Kookma Plugin Library >>> which acts 
>>> exactly like Official Plugin Library
>>>
>>> Drag and drop >>> $:/config/>>> KookmaPluginLibrary 
>>> <http://127.0.0.1:9999/#%24%3A%2Fconfig%2FKookmaPluginLibrary>>>>  into 
>>> your wiki
>>> Open >>> $:/ControlPanel <http://127.0.0.1:9999/#%24%3A%2FControlPanel>>>> 
>>> , >>> Plugins>>>  >>> tab and the click on big button >>> Get more plugins
>>> Click open library under Kookma Plugin Library
>>> Find >>> trashbin>>>  and click install, or reinstall if you update >>> 
>>> trashbin
>>> Save and reload your wiki
>>> II. Standalone configuration
>>>
>>> Follow these instructions when using Tiddlywiki as a standalone HTML file:
>>>
>>> Drag and drop >>> $:/plugins/kookma/>>> trashbin 
>>> <http://127.0.0.1:9999/#%24%3A%2Fplugins%2Fkookma%2Ftrashbin>>>>  into your 
>>> wiki
>>> Save and reload your wiki
>>> III. Client-Server configuration
>>>
>>> Follow these instructions when using Tiddlywiki under Node.js:
>>>
>>> Download the >>> trashbin>>>  folder
>>> To download you can go to >>> https://github.com/kookma/>>> TW-Trashbin>>> 
>>> , and click on >>> Clone or download
>>> After downloaing the source code, take the plugin from >>> source>>>  
>>> folder and copy and paste it into >>> kookma>>>  folder under your 
>>> Tiddlywiki >>> plugins>>>  folder
>>> If you have not >>> kookma>>>  folder, create it in your Tiddlywiki >>> 
>>> plugins>>>  folder
>>> Quit the server if it is running
>>> Add it to your wiki of choice
>>> Edit the >>> tiddlywiki.info <http://tiddlywiki.info>>>>  file (it is in 
>>> JSON format) and locate the plugins section (see below)
>>> Add entries corresponding to the plugins you wish to add. Here add >>> 
>>> trashbin
>>> Take care to retain commas to separate items, but do not terminate the last 
>>> item in a list with a comma
>>> Restart the server
>>>
>>>
>>>
>>> {   "plugins": [            "tiddlywiki/codemirror",                
>>> "kookma/trashbin"       ],      "themes": [             
>>> "tiddlywiki/vanilla",           "tiddlywiki/snowwhite"  ],    "languages": 
>>> [        "en-EN"    ]}
>>>
>>>
>>>
>>>
>>>
>>>
>>> For >>> local>>>  installation under Node.js,
>>> i. quit the server if it is runing,
>>> ii. put the >>> trashbin>>>  folder into your local >>> plugins>>>  folder 
>>> under your wiki folder,
>>> iii. restart the server.
>>>
>>>
>>>
>>> Code and demo
>>> Demo: >>> https://kookma.github.>>> io/TW-Trashbin
>>> Code: >>> https://github.com/>>> kookma/TW-Trashbin
>>>
>>> It is highly recommended to backup your data before trying any new plugin! 
>>> Do it before installing trashbin>>> .
>>>
>>> More information
>>> Installing a plugin from the plugin library 
>>> <https://tiddlywiki.com/#Installing%20a%20plugin%20from%20the%20plugin%20library>
>>> Installing custom plugins on Node.js 
>>> <https://tiddlywiki.com/#Installing%20custom%20plugins%20on%20Node.js>
>>> Uninstalling a plugin <https://tiddlywiki.com/#Uninstalling%20a%20plugin>
>>>
>> History
>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> Revision 1.1.0
>>> 27th Mar, 2020
>>> [NEW] development moved to latest Thirdflow plugin
>>> [NEW] trashbin works for tiddler in edit mode
>>> [NEW] number of item in trashbin is displayed in sidebar
>>> [NEW] optional preview of trash items
>>> [NEW] handle missing tiddlers
>>> [NEW] sort trash items based on date deleted, title both acsending and 
>>> decsending
>>> [NEW] the list of trash items shows date deleted of each item
>>> [FIXED] minor issues in code optimization
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> For all changes see >>> ChangeLog <http://127.0.0.1:9999/#ChangeLog>
>>>
>>>
>> Acknowledgement
>>
>>> TonyM for his great idea on using restore button on sidebar tab
>>> HC Haase <https://github.com/hchaase>>>>  for idea and comments on release 
>>> 1.1.0
>>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> Ref: 
>> https://groups.google.com/d/>> msg/tiddlywiki/ThFUZWIy11A/>> 8awwQGiMAQAJ
>> https://groups.google.com/d/>> msg/tiddlywiki/CIq545weOlY/>> 6nMjJw3eEQAJ
>>
>>
>
>
>
> --
>  You received this message because you are subscribed to the Google Groups 
> "TiddlyWiki" group.
>  To unsubscribe from this group and stop receiving emails from it, send an 
> email to > [email protected]> .
>  To view this discussion on the web visit > 
> https://groups.google.com/d/msgid/tiddlywiki/bcf63be8-b016-43ec-a518-3a56de209ba6%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/bcf63be8-b016-43ec-a518-3a56de209ba6%40googlegroups.com?utm_medium=email&utm_source=footer>>
>  .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/M4Yii3B--3-2%40tutamail.com.

Reply via email to