Re: [tw5] A basket on the sidebar

2021-05-04 Thread Mohammad Rahmani
On Wed, May 5, 2021 at 7:01 AM James  wrote:

> Thanks for the great plugin.
> One quick question, is that possible to create sub-folder under the folder?
>

If you mean to have a outline tree like
-Folder
-- subF01
-- subF02

no, it is not possible! Favorites handle one two levels only: item in root
and item in folder

-- root
-- item
-- Folder
-- -- Item
-- -- Item



> On Tuesday, 4 May 2021 at 17:29:21 UTC+8 Mohammad wrote:
>
>> There was two mistakes in previous post I have corrected and attached
>> again the myBasket.json
>> - remove button tooltip corrected
>> - remove button now works
>>
>> Best wishes
>> Mohammad
>>
>> On Tue, May 4, 2021 at 11:22 AM Mohammad Rahmani 
>> wrote:
>>
>>> Hi Atro,
>>>
>>> Very nice question and a lot of use cases!!
>>>
>>> You get two solutions from Soren and Tones!
>>> The Soren solution implements a real basket !  Soren said it is* a lazy
>>> solution*! I want to see if I can be lazier! *;-)*
>>>
>>> *Third solution*
>>>
>>>1. Clone the Open tab in the sidebar ( $:/core/ui/SideBar/Open  )
>>>2. rename it to "myBasket"
>>>3. change the caption to Basek (I named it Atro Basket for
>>>*Atronoush*)
>>>4. make small change (e.g set the tv-story-list to myBasket to use
>>>it instead of TW tv-story-list)
>>>5. change close all to clear all to clear the list of myBasket
>>>6. add an export button to export tiddlers in basket (e.g listed in
>>>myBasket list field)
>>>7. make your button *draggable* (for example use dragFilter)
>>>
>>> *How it works*
>>>
>>>1. Open the Atro Basket in the sidebar  (see attached file)
>>>2. add items to Basket in different ways like below
>>>   1. drag and drop links, titles to Basket
>>>   2. drag a tag pill to add all tiddler with that tag
>>>   3. if you are not happy click *clear all* to remove all tiddlers
>>>   in basket
>>>   4. if you like remove any item click the *remove button*
>>>3. Export
>>>   1. click export button to export json (all tiddlers in the basket
>>>   as json) OR
>>>   2. drag and drop the export button to other wiki to import all
>>>   tiddlers in basket to your wiki  (your button is draggable)
>>>   3. when finished! if you like to empty the Basket, click clear all
>>>
>>>
>>> I have attached the working tiddler here! Drop into
>>> https://tiddlywiki.com/ and see how it works!
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Tue, May 4, 2021 at 1:38 AM Atronoush Parsi 
>>> wrote:
>>>
 Is there any script or plugin with

 - a sidebar tab (I call it basket)
 - drag and drop features! One can drag a tiddler (e.g title) into the
 basket
 - when finished press a button to export as JSON
 - the button can be dragged and drop into another wiki!

 The last part is what you see in TW-Icons


 -Atro

 --
 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 tiddlywiki+...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/tiddlywiki/CAKHVXmoDHTtqMgUcp2ob%3DvHt6_nwBJbM2S4fOCi0gMraE3wEOA%40mail.gmail.com
 
 .

>>> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/ac7fec6e-7c0b-45e1-bdc6-322e24b5cfc3n%40googlegroups.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMB4ZTLfroXn82Qv7tbLyCMjiR0%2B02s1GLot3EfMHVU4kw%40mail.gmail.com.


Re: [tw5] A basket on the sidebar

2021-05-04 Thread James
Thanks for the great plugin.
One quick question, is that possible to create sub-folder under the folder?

On Tuesday, 4 May 2021 at 17:29:21 UTC+8 Mohammad wrote:

> There was two mistakes in previous post I have corrected and attached 
> again the myBasket.json
> - remove button tooltip corrected
> - remove button now works
>
> Best wishes
> Mohammad
>
> On Tue, May 4, 2021 at 11:22 AM Mohammad Rahmani  
> wrote:
>
>> Hi Atro,
>>
>> Very nice question and a lot of use cases!!
>>
>> You get two solutions from Soren and Tones!
>> The Soren solution implements a real basket !  Soren said it is* a lazy 
>> solution*! I want to see if I can be lazier! *;-)*
>>
>> *Third solution*
>>
>>1. Clone the Open tab in the sidebar ( $:/core/ui/SideBar/Open  )
>>2. rename it to "myBasket"
>>3. change the caption to Basek (I named it Atro Basket for *Atronoush*
>>)
>>4. make small change (e.g set the tv-story-list to myBasket to use it 
>>instead of TW tv-story-list)
>>5. change close all to clear all to clear the list of myBasket
>>6. add an export button to export tiddlers in basket (e.g listed in 
>>myBasket list field)
>>7. make your button *draggable* (for example use dragFilter)
>>
>> *How it works*
>>
>>1. Open the Atro Basket in the sidebar  (see attached file)
>>2. add items to Basket in different ways like below
>>   1. drag and drop links, titles to Basket
>>   2. drag a tag pill to add all tiddler with that tag
>>   3. if you are not happy click *clear all* to remove all tiddlers 
>>   in basket
>>   4. if you like remove any item click the *remove button*
>>3. Export
>>   1. click export button to export json (all tiddlers in the basket 
>>   as json) OR
>>   2. drag and drop the export button to other wiki to import all 
>>   tiddlers in basket to your wiki  (your button is draggable)
>>   3. when finished! if you like to empty the Basket, click clear all
>>
>>
>> I have attached the working tiddler here! Drop into 
>> https://tiddlywiki.com/ and see how it works!
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Tue, May 4, 2021 at 1:38 AM Atronoush Parsi  wrote:
>>
>>> Is there any script or plugin with
>>>
>>> - a sidebar tab (I call it basket)
>>> - drag and drop features! One can drag a tiddler (e.g title) into the 
>>> basket
>>> - when finished press a button to export as JSON
>>> - the button can be dragged and drop into another wiki!
>>>
>>> The last part is what you see in TW-Icons
>>>
>>>
>>> -Atro
>>>
>>> -- 
>>> 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 tiddlywiki+...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/tiddlywiki/CAKHVXmoDHTtqMgUcp2ob%3DvHt6_nwBJbM2S4fOCi0gMraE3wEOA%40mail.gmail.com
>>>  
>>> 
>>> .
>>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac7fec6e-7c0b-45e1-bdc6-322e24b5cfc3n%40googlegroups.com.


Re: [tw5] A basket on the sidebar

2021-05-04 Thread Mohammad Rahmani
There was two mistakes in previous post I have corrected and attached again
the myBasket.json
- remove button tooltip corrected
- remove button now works

Best wishes
Mohammad

On Tue, May 4, 2021 at 11:22 AM Mohammad Rahmani 
wrote:

> Hi Atro,
>
> Very nice question and a lot of use cases!!
>
> You get two solutions from Soren and Tones!
> The Soren solution implements a real basket !  Soren said it is* a lazy
> solution*! I want to see if I can be lazier! *;-)*
>
> *Third solution*
>
>1. Clone the Open tab in the sidebar ( $:/core/ui/SideBar/Open  )
>2. rename it to "myBasket"
>3. change the caption to Basek (I named it Atro Basket for *Atronoush*)
>4. make small change (e.g set the tv-story-list to myBasket to use it
>instead of TW tv-story-list)
>5. change close all to clear all to clear the list of myBasket
>6. add an export button to export tiddlers in basket (e.g listed in
>myBasket list field)
>7. make your button *draggable* (for example use dragFilter)
>
> *How it works*
>
>1. Open the Atro Basket in the sidebar  (see attached file)
>2. add items to Basket in different ways like below
>   1. drag and drop links, titles to Basket
>   2. drag a tag pill to add all tiddler with that tag
>   3. if you are not happy click *clear all* to remove all tiddlers in
>   basket
>   4. if you like remove any item click the *remove button*
>3. Export
>   1. click export button to export json (all tiddlers in the basket
>   as json) OR
>   2. drag and drop the export button to other wiki to import all
>   tiddlers in basket to your wiki  (your button is draggable)
>   3. when finished! if you like to empty the Basket, click clear all
>
>
> I have attached the working tiddler here! Drop into
> https://tiddlywiki.com/ and see how it works!
>
> Best wishes
> Mohammad
>
>
> On Tue, May 4, 2021 at 1:38 AM Atronoush Parsi 
> wrote:
>
>> Is there any script or plugin with
>>
>> - a sidebar tab (I call it basket)
>> - drag and drop features! One can drag a tiddler (e.g title) into the
>> basket
>> - when finished press a button to export as JSON
>> - the button can be dragged and drop into another wiki!
>>
>> The last part is what you see in TW-Icons
>>
>>
>> -Atro
>>
>> --
>> 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 tiddlywiki+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/tiddlywiki/CAKHVXmoDHTtqMgUcp2ob%3DvHt6_nwBJbM2S4fOCi0gMraE3wEOA%40mail.gmail.com
>> 
>> .
>>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMCvxC%3DGeWNWumH%3Dm37UzvFmtaXQ-K0Xd_sgY-ZsAOLRcA%40mail.gmail.com.


myBasket-rev2.json
Description: application/json


Re: [tw5] A basket on the sidebar

2021-05-04 Thread Mohammad Rahmani
*Fourth solution*

If you like a quick solution without extra coding see Favorites from kookma!

*I. install Favorites plugin (skip this step if you have it)*

1. open https://kookma.github.io/TW-Favorites/
2. drag and drop the Favorites (
https://kookma.github.io/TW-Favorites/#%24%3A%2Fplugins%2Fkookma%2Ffavorites)
to your wiki


*II. use Favorites Basket*
1. on the sidebar open Favorites
2. Click the setting button (gear button)
3. Create a Basket folder
4. keep open the Favorites tab in the sidebar
5. add items by drag and drop
   5.1. use drag and drop links/titles
   5.2 use drag and drop tag pills
   5.3. remove items if you are not happy with list
6. when finished
  6.1. Click the setting button (gear button)
  6.2. Open Export tab
  6.3 Export the folder





Best wishes
Mohammad


On Tue, May 4, 2021 at 1:38 AM Atronoush Parsi  wrote:

> Is there any script or plugin with
>
> - a sidebar tab (I call it basket)
> - drag and drop features! One can drag a tiddler (e.g title) into the
> basket
> - when finished press a button to export as JSON
> - the button can be dragged and drop into another wiki!
>
> The last part is what you see in TW-Icons
>
>
> -Atro
>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/CAKHVXmoDHTtqMgUcp2ob%3DvHt6_nwBJbM2S4fOCi0gMraE3wEOA%40mail.gmail.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMAdGbUTw7MKtJUQbeqLfJEFxX8%3DeJ0OvCjZeQvgZMVUHQ%40mail.gmail.com.


Re: [tw5] A basket on the sidebar

2021-05-04 Thread Mohammad Rahmani
Hi Atro,

Very nice question and a lot of use cases!!

You get two solutions from Soren and Tones!
The Soren solution implements a real basket !  Soren said it is* a lazy
solution*! I want to see if I can be lazier! *;-)*

*Third solution*

   1. Clone the Open tab in the sidebar ( $:/core/ui/SideBar/Open  )
   2. rename it to "myBasket"
   3. change the caption to Basek (I named it Atro Basket for *Atronoush*)
   4. make small change (e.g set the tv-story-list to myBasket to use it
   instead of TW tv-story-list)
   5. change close all to clear all to clear the list of myBasket
   6. add an export button to export tiddlers in basket (e.g listed in
   myBasket list field)
   7. make your button *draggable* (for example use dragFilter)

*How it works*

   1. Open the Atro Basket in the sidebar  (see attached file)
   2. add items to Basket in different ways like below
  1. drag and drop links, titles to Basket
  2. drag a tag pill to add all tiddler with that tag
  3. if you are not happy click *clear all* to remove all tiddlers in
  basket
  4. if you like remove any item click the *remove button*
   3. Export
  1. click export button to export json (all tiddlers in the basket as
  json) OR
  2. drag and drop the export button to other wiki to import all
  tiddlers in basket to your wiki  (your button is draggable)
  3. when finished! if you like to empty the Basket, click clear all


I have attached the working tiddler here! Drop into https://tiddlywiki.com/
and see how it works!

Best wishes
Mohammad


On Tue, May 4, 2021 at 1:38 AM Atronoush Parsi  wrote:

> Is there any script or plugin with
>
> - a sidebar tab (I call it basket)
> - drag and drop features! One can drag a tiddler (e.g title) into the
> basket
> - when finished press a button to export as JSON
> - the button can be dragged and drop into another wiki!
>
> The last part is what you see in TW-Icons
>
>
> -Atro
>
> --
> 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 tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/CAKHVXmoDHTtqMgUcp2ob%3DvHt6_nwBJbM2S4fOCi0gMraE3wEOA%40mail.gmail.com
> 
> .
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMDWpY8MpmK%3DK%2B7JKESdzTt9Tk%2BfZkk%2BQjR62LhMxqBXFQ%40mail.gmail.com.


myBasket.json
Description: application/json


[tw5] A basket on the sidebar

2021-05-03 Thread Atronoush Parsi
Is there any script or plugin with

- a sidebar tab (I call it basket)
- drag and drop features! One can drag a tiddler (e.g title) into the basket
- when finished press a button to export as JSON
- the button can be dragged and drop into another wiki!

The last part is what you see in TW-Icons


-Atro

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAKHVXmoDHTtqMgUcp2ob%3DvHt6_nwBJbM2S4fOCi0gMraE3wEOA%40mail.gmail.com.