Hi Tones


On Sun, May 23, 2021 at 5:57 AM TW Tones <[email protected]> wrote:

> Mohammad,
>
> I am using your first basket you published a lot. I am finding it a most
> useful tool.
>
> However I stumbled across a bug, which may point to a serendipitous
> discovery.
>
> Whilst exporting a basket from TiddlyWiki.com of tiddlers I wrote,
> somewhere I made a mistake. In latest Chrome
>
>    - Clicking the Wiki save button is now claiming to be saving "the
>    wiki"?
>    - Clicking on the Export JSON says wiki saved but not redownloading it.
>
> I am trying to save the whole wiki, basket  to capture the bug, or export
> changes, yet every attempt to save or export reports tiddlywiki saved, does
> not appear in the downloads.
>

I am afraid I will not follow you!
The export button should not interfere with save wiki!

I would be happy to help, if you attach the basket you use!



> I am not sure what to do now.
>
> Tones
>
> On Tuesday, 11 May 2021 at 13:49:36 UTC+10 Mohammad wrote:
>
>>
>>
>> On Tue, May 11, 2021 at 4:18 AM TW Tones <[email protected]> wrote:
>>
>>> Mohammad,
>>
>>
>> Hi Tony,
>>
>>>
>>> I would like to know more about this subcategory issue for plugins.
>>>
>>> However id this in the direction of which you speak?,  my own solution
>>> is to give a plugin a new plugin-type field value, such as data (not
>>> plugin). Then Its simple to duplicate one of the existing plugin tabs to
>>> list only plugins of the plugin-type data, and otherwise they behave the
>>> same as standard plugins including shadows etc...
>>>
>>
>> Read the discussion here:
>> https://github.com/Jermolene/TiddlyWiki5/discussions/5462
>>
>>
>>
>>
>>>
>>> I have discovered what all the technical methods are to achieve the
>>> outcome I need, its time that is my challenge.
>>>
>>> Regards
>>> Tones
>>>
>>> On Monday, 10 May 2021 at 20:38:36 UTC+10 Mohammad wrote:
>>>
>>>> On Mon, May 10, 2021 at 10:12 AM TW Tones <[email protected]> wrote:
>>>>
>>>>> Further feature extensions;
>>>>>
>>>>>    - The ability to build cumulative json tiddlers or plugins.
>>>>>    - A Cumulative plugin would allow you to drop titles on a basket,
>>>>>    click to create a plugin. then add additional tiddlers and update it, 
>>>>> and
>>>>>    update the plugin with all edited tiddlers.
>>>>>       - This would allow the building of transferable data tiddlers
>>>>>       - Quick updates to a plugin
>>>>>       - Incorporate changes to a plugin according to the edited
>>>>>       shadow tiddlers.
>>>>>          - Perhaps one could even play with core updates this way
>>>>>
>>>>> This has certainly sparks my creative inspiration, I could have code
>>>>> the basket, but never did, now it exists - wow.
>>>>>
>>>>
>>>> I have developed an easy plugin maker! which is quite similar to what
>>>> you said there is two issues to be addressed
>>>>
>>>> 1. Right now it seems TW does not support subcategory to distribute
>>>> contents as plugin and we had discussion with Jeremy if the title plugin is
>>>> suitable for such distribution (see the ebook edition of Tiddlywiki). There
>>>> were suggestions by Mario and Jeremy to use subcategories to distribute
>>>> other contents (like presentations, brochures, booklets, articles, novels,
>>>> ... )
>>>> 2. A standard plugin in my opinion shall meet some minimum requirements
>>>>
>>>> ّ
>>>>
>>>>
>>>>
>>>>
>>>>>
>>>>> Tones
>>>>>
>>>>> On Monday, 10 May 2021 at 12:05:40 UTC+10 TW Tones wrote:
>>>>>
>>>>>> Gentlemen,
>>>>>>
>>>>>> Simply leveraging the idea of the basket, I am exploring a set of
>>>>>> related methods to extend its functionality.
>>>>>>
>>>>>> Behind this is a desire to make lists of tiddlers a first class
>>>>>> citizen in tiddlywiki.
>>>>>>
>>>>>> My time is limited but I hope to see or design myself if no one else
>>>>>> does.
>>>>>>
>>>>>>    - Have a single click to make more baskets (or managed lists)
>>>>>>    - drag/Save basket to JSON tiddler
>>>>>>    - drag/Save  basket to JSON tiddler and change to a plugin
>>>>>>    - Allow a filter to be used to add tiddlers to any basket.
>>>>>>    - Handling the list of titles in a basket, rather than the
>>>>>>    tiddler content.
>>>>>>       - I would like a button on tiddlers containing a list, to be
>>>>>>       draggable to the basket
>>>>>>       - I would like to be able to drag the list of tiddlers in the
>>>>>>       basket to the above list icon to update its list field,
>>>>>>          - drop to add basket titles to existing list field
>>>>>>          - ctrl-drop replace existing list field with basket titles
>>>>>>       - I would love to be able to generate a tiddler with a list of
>>>>>>       titles and start referring it to a list tiddler. we can add and 
>>>>>> remove
>>>>>>       titles from, reorder and drag and drop as above.
>>>>>>          - The basket idea can support this nicely.
>>>>>>
>>>>>> If someone like the wonderful Mohammad can run with these ideas, or I
>>>>>> can collaborate to see them to fruition it would be great, but a lot to
>>>>>> ask, alternatively I will build them in time.
>>>>>>
>>>>>> later I would like
>>>>>>
>>>>>>    - Save the current story as a list
>>>>>>    - Restore any list and open tiddlers in the story.
>>>>>>    - Save the history list to a basket/list
>>>>>>    - Have seperate named stories/history lists that can be
>>>>>>    "activated"
>>>>>>    - Have any generated filter driven lists that can be manipulated
>>>>>>    like a basket, eg recent, haschanged, story, my 
>>>>>> username/created/modified.
>>>>>>
>>>>>> The worlds is our oster, Our oster is tiddlywiki.
>>>>>>
>>>>>> Regards
>>>>>> Tones
>>>>>>
>>>>>> On Monday, 10 May 2021 at 05:39:27 UTC+10 David Gifford wrote:
>>>>>>
>>>>>>> Thanks Mohammad, works great! I even figured out how to turn the
>>>>>>> text field into a large edit-text area, and I moved the clear box button
>>>>>>> next to the tiddler title link, to clear up some vertical space. See
>>>>>>> attached image.
>>>>>>>
>>>>>>> On Sunday, May 9, 2021 at 12:22:00 AM UTC-5 Mohammad wrote:
>>>>>>>
>>>>>>>> David,
>>>>>>>>  In another thread there is discussion on drag and drop features! I
>>>>>>>> bring one example here!
>>>>>>>>
>>>>>>>> The attached tiddler shows a drop zone and if you drag a tiddler to
>>>>>>>> on the drop zone
>>>>>>>> it will grab the title of dragged tiddler and shows its text! Also
>>>>>>>> all of its field
>>>>>>>> tag with $:/tags/Sidebar and test on tiddlywiki.com
>>>>>>>>
>>>>>>>> You add this to the Basket if you like!
>>>>>>>>
>>>>>>>>
>>>>>>>> Best wishes
>>>>>>>> Mohammad
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sun, May 9, 2021 at 1:18 AM David Gifford <[email protected]>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> What would it take so that dragging a tiddler to the Basket
>>>>>>>>> tiddler would display the text field of the tiddler in the Basket?
>>>>>>>>> Different way of getting at having a second column.
>>>>>>>>>
>>>>>>>>> On Monday, May 3, 2021 at 4:08:06 PM UTC-5 Atronoush 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 [email protected].
>>>>>>>>>
>>>>>>>> To view this discussion on the web visit
>>>>>>>>> https://groups.google.com/d/msgid/tiddlywiki/0d5544dc-b769-445d-979c-de4c0b891e71n%40googlegroups.com
>>>>>>>>> <https://groups.google.com/d/msgid/tiddlywiki/0d5544dc-b769-445d-979c-de4c0b891e71n%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/8ee68664-03f0-4de5-9239-2fc0f31dc59bn%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/tiddlywiki/8ee68664-03f0-4de5-9239-2fc0f31dc59bn%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/054e8b46-ecd8-463d-bbb9-bbe149a8be7en%40googlegroups.com
>>> <https://groups.google.com/d/msgid/tiddlywiki/054e8b46-ecd8-463d-bbb9-bbe149a8be7en%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/c9f3fb02-cdc8-4644-8fb1-1ba9644d43e8n%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/c9f3fb02-cdc8-4644-8fb1-1ba9644d43e8n%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/CAAV1gMBGZVHvoumpfd3ikPbPjO93XJLmq6Yk%3DN8GTcXKbf0FDg%40mail.gmail.com.

Reply via email to