Hi Pi.W,

 See attached tiddler, simply add it to your wiki! It change colors of both 
buttons (move to trashbin / recycle) 
 Customize as your need!

Hope this help! I will add description to Trashbin tutorial lets simply 
customize buttons.

Best wishes
Mohammad


On Monday, April 6, 2020 at 10:03:56 PM UTC+4:30, Pit.W. wrote:
>
> Mohammad,
>
> just a tiny little proposal, if you find the time for further updates:
>
> Could there be a function to customize the colour of the trashbin icon in 
> the view-toolbar and the edit-toolbar?
>
> (I am using the plugin in *MANY *TWs, with different palettes)
>
>
> Pi.W
> Am 29.03.2020 um 19:16 schrieb Mohammad:
>
> *Announcement: Trashbin Plugin* 
> *Date: Mar 29th, 2020*
> *Release: 1.2.0*
> *Status: Stable*
>
> A bug release is out there!
>
>
>    - Demo: https://kookma.github.io/TW-Trashbin 
>    - Code: https://github.com/kookma/TW-Trashbin 
>
>  
>
> --Mohammad
>
> 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 
>> 26th March 2020 at 12:05am
>> docstart
>> Tiddlywiki5.1.21+
>>   
>> LicenseMIT
>>   
>> Release1.1.0
>>   
>> Statusstable
>>
>> 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
>>
>>    1. Drag and drop $:/config/KookmaPluginLibrary 
>>    <http://127.0.0.1:9999/#%24%3A%2Fconfig%2FKookmaPluginLibrary> into 
>>    your wiki 
>>    2. Open $:/ControlPanel <http://127.0.0.1:9999/#%24%3A%2FControlPanel>
>>    , Plugins tab and the click on big button Get more plugins 
>>    3. Click open library under Kookma Plugin Library 
>>    4. Find trashbin and click install, or reinstall if you update 
>>    trashbin 
>>    5. Save and reload your wiki 
>>
>> II. Standalone configuration 
>>
>> Follow these instructions when using Tiddlywiki as a standalone HTML file:
>>
>>    1. Drag and drop $:/plugins/kookma/trashbin 
>>    <http://127.0.0.1:9999/#%24%3A%2Fplugins%2Fkookma%2Ftrashbin> into 
>>    your wiki 
>>    2. Save and reload your wiki 
>>
>> III. Client-Server configuration 
>>
>> Follow these instructions when using Tiddlywiki under Node.js:
>>
>>    1. 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 
>>    2. Quit the server if it is running 
>>    3. Add it to your wiki of choice 
>>       1. Edit the tiddlywiki.info file (it is in JSON format) and locate 
>>       the plugins section (see below) 
>>       2. Add entries corresponding to the plugins you wish to add. Here 
>>       add trashbin 
>>       3. Take care to retain commas to separate items, but do not 
>>       terminate the last item in a list with a comma 
>>    4. 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: *
>>
>>    1. https://groups.google.com/d/msg/tiddlywiki/ThFUZWIy11A/8awwQGiMAQAJ
>>    2. 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] <javascript:>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/85fd304f-f20d-429b-a43e-2abf9ff6b8ca%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/85fd304f-f20d-429b-a43e-2abf9ff6b8ca%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
>
> _________________________________________________________________
> ________________________________________________________
> Ihre E-Mail-Postfächer sicher & zentral an einem Ort. Jetzt wechseln und alte 
> E-Mail-Adresse mitnehmen! https://www.eclipso.de
>
>
>

-- 
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/d0c63c79-aa0c-4044-aa2b-a92a60015e6a%40googlegroups.com.

Attachment: $__plugins_kookma_trashbin_styles_buttons.css.tid
Description: Binary data

Reply via email to