[tw5] Re: New SoundCite plugin created

2020-06-12 Thread TW Tones
So all that remains is a way to play a list of audios according to a filter one 
after the other to build smart playlists, shuffling and use it as a DJ 
application.

Intergration to play for new and next slides in a presentation would be nice. 
Or background music that fades at the end.

Love this
Tony

-- 
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/8e8ed45c-c2ce-4d81-af56-35d54d779be9o%40googlegroups.com.


[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-12 Thread Saq Imtiaz
Regarding title autocomplete via the edit-comptext plugin, the problem is 
that it replaces the default editor with another. Since Streams also makes 
tweaks to the editor, it makes it difficult to combine the two.

I've re-written parts of the edit-comptext plugin to tweak the core editor 
and add the same autocomplete features to it instead of creating a new 
editor. If these changes get merged by the developer, anyone with that 
plugin installed with automatically have title autocomplete in Streams.
Pull request: https://github.com/snowgoon88/TW5-extendedit/pull/17

If anyone is having issues with node duplication after drag and drop, 
please ensure that you have the latest version of Streams. There was a bug 
fix related to this some days ago.

Cheers,
Saq

-- 
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/28cd077a-6a02-4a15-b54d-d83836012251o%40googlegroups.com.


[tw5] Re: Notowritey - Outliner/editor for TW

2020-06-12 Thread Dave Parker
Just trying this for the first time - Looks useful!!

Just wondering, is there an option to fold away that settings thingie that 
sits at the bottom of every noto-Tiddler? 

(might be a bit prettier that way ;)

- Dave

-- 
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/bf495997-b262-4cb6-b1d2-2d2c5e1eac40o%40googlegroups.com.


[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread Joshua Fontany
I was able to hack together a custom ViewTemplate section for the $:/Import 
tiddler (or any tiddler with `plugin-type[import]`) that will do this, but 
it requires my JsonMangler plugin to be installed. The attached tiddler 
adds a tag-pill with "DROP TAG-TITLE HERE" on it to the $:/Import tiddler. 
The tag-pill is wrapped in a $droppable widget that invokes the actions to 
add (or remove with the SHIFT key held down) the title of any tiddler-link 
dragged onto it to ALL tiddlers waiting to be imported. *phew*

The roadblock to doing this in vanilla TW is that you cannot address nested 
JSON (which is what a plugin/import tiddler is). So you have to install my 
JsonMangler plugin from here:

https://joshuafontany.github.io/TW5-JsonMangler/

And then drag and drop the attached json file with the ViewTemplate into 
your wiki. Import a bunch of tiddlers (for example, the attached 
"tiddlers.json" which is a few document tiddlers from Tiddlywiki.com). Set 
the import options to view the Fields. Drag a tiddler-link (from the Open 
tab, or anywhere) onto the tag-pill.

All awaiting import tiddlers will have the tag added. Shift+Drag a 
tiddler-link (from the Open tab, or anywhere) onto the tag-pill. That title 
will be removed from the tags in the subtiddlers. I would have to work on 
the logic to selectively apply or remove the tag from only the Checked 
subtiddlers, but that would be a bit more complicated.

Best,

Joshua Fontany

On Friday, June 12, 2020 at 2:54:22 PM UTC-7, Saq Imtiaz wrote:
>
> If you're willing to write JavaScript, a far cleaner way is to use the 
> th-importing-tiddlers hook
>
>
> https://github.com/Jermolene/TiddlyWiki5/blob/d832cb93ce48f3cfaefb18809930e2448917bc93/core/modules/widgets/navigator.js#L559
>

-- 
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/2297c1b1-196e-44da-ba35-a50351672ee7o%40googlegroups.com.


tiddlers.json
Description: application/json


$__CustomImport_ViewTemplate_AddTagDropzone.json
Description: application/json


[tw5] Re: Imported Image Link to website

2020-06-12 Thread Joey Fortson
If there was any question, it works perfectly. 

Thanks again Mark

On Friday, June 12, 2020 at 7:58:46 PM UTC-7, Joey Fortson wrote:
>
> You tha man. I appreciate you wasting your time on this. Really appreciate 
> it. I'll get dirty with it.
>
> Thanks
>
> On Friday, June 12, 2020 at 6:50:02 PM UTC-7, Mark S. wrote:
>>
>> This is a quick hack of the original list-thumbnails macro. It is invoked 
>> as 
>>
>> <>
>>
>> All the links assume an external target.
>>
>> A more universal approach would detect http:// or https:// and switch the 
>> link type accordingly. We'll leave that as an exercise ;-)
>>
>> Good luck!
>>
>> On Friday, June 12, 2020 at 4:52:02 PM UTC-7, Joey Fortson wrote:
>>>
>>> Hey Mark,
>>>
>>> All links will be external... and they will be technically tied to 
>>> another url: hyper:// but http:// doesn't work either. I'll attach a couple 
>>> pics just so we are on the same page. I am afraid I may have not described 
>>> correctly.
>>>
>>>
>>> imagewithfields.jpg - These are the fields I am using with the imported 
>>> image. I have tried others with no luck. Hopefully there is a field I may 
>>> not be aware of that I can just put the url in and call it a day. 
>>> When I click on the thumbnail of the above image within the 
>>> thumbnail-list, it attempts to open a tiddler rather than the site. hence:
>>> linkcreatingtiddler.jpg - This is the tiddler that is wanting to be 
>>> created after using the link field.
>>>
>>> Seriously appreciate the help, sorry if I sent you on a wrong path.
>>>
>>> On Friday, June 12, 2020 at 12:02:14 PM UTC-7, Mark S. wrote:

 If the link doesn't start with http://... , how would the 
 list-thumbnails know where you wanted to link to?

 Will all the links in your filter set be external, or only some of them?

 Thanks!

 On Friday, June 12, 2020 at 11:17:39 AM UTC-7, Joey Fortson wrote:
>
> I'm sure you guys figured it out but i just used the thumbnail-list 
> that the tiddlywiki site uses. I am not very skilled in the coding. The 
> name is currently just a basic name that will display on the bottom of 
> the 
> image when it is in the thumbnail-list. I can try to change the name to a 
> url if that might help. Just to reiterate the image has been imported 
> into 
> TW so no need to reference an external image. I am just hoping to 
> redirect 
> a click on that image (when it is displayed in the list-thumbnails) to an 
> external website. 
>
> On Friday, June 12, 2020 at 9:22:19 AM UTC-7, Mark S. wrote:
>>
>> @Joey Fortson
>>
>> So, can we count on the image name starting with http:// .. or are 
>> the actual images you're thinking of on relative paths?
>>
>> I'm trying to work if there is a way to detect that the image is 
>> external.
>>
>> On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote:
>>>
>>> Hey everyone, 
>>>
>>> I have imported an image (image/jpeg) and would like to create a 
>>> link to an external site within the image (ie. 
>>> https://www.wikipedia.com). I am attempting to use the 
>>> list-thumbnails filter
>>>
>>> >> style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
>>> <>> height:"250">>
>>> 
>>>
>>> When the link field is added and the external site is entered it 
>>> seems to only want to link to a non existent tiddler. Totally cool 
>>> normally, but in this situation I would like the image, when selected, 
>>> to 
>>> attempt to access an external site. I have tried using the url, source, 
>>> and 
>>> link fields but no luck. Any thoughts or pointers?
>>>
>>> Thanks
>>>
>>

-- 
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/817929c3-4457-484e-b9ad-a0a92ac4bcd3o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread Joey Fortson
You tha man. I appreciate you wasting your time on this. Really appreciate 
it. I'll get dirty with it.

Thanks

On Friday, June 12, 2020 at 6:50:02 PM UTC-7, Mark S. wrote:
>
> This is a quick hack of the original list-thumbnails macro. It is invoked 
> as 
>
> <>
>
> All the links assume an external target.
>
> A more universal approach would detect http:// or https:// and switch the 
> link type accordingly. We'll leave that as an exercise ;-)
>
> Good luck!
>
> On Friday, June 12, 2020 at 4:52:02 PM UTC-7, Joey Fortson wrote:
>>
>> Hey Mark,
>>
>> All links will be external... and they will be technically tied to 
>> another url: hyper:// but http:// doesn't work either. I'll attach a couple 
>> pics just so we are on the same page. I am afraid I may have not described 
>> correctly.
>>
>>
>> imagewithfields.jpg - These are the fields I am using with the imported 
>> image. I have tried others with no luck. Hopefully there is a field I may 
>> not be aware of that I can just put the url in and call it a day. 
>> When I click on the thumbnail of the above image within the 
>> thumbnail-list, it attempts to open a tiddler rather than the site. hence:
>> linkcreatingtiddler.jpg - This is the tiddler that is wanting to be 
>> created after using the link field.
>>
>> Seriously appreciate the help, sorry if I sent you on a wrong path.
>>
>> On Friday, June 12, 2020 at 12:02:14 PM UTC-7, Mark S. wrote:
>>>
>>> If the link doesn't start with http://... , how would the 
>>> list-thumbnails know where you wanted to link to?
>>>
>>> Will all the links in your filter set be external, or only some of them?
>>>
>>> Thanks!
>>>
>>> On Friday, June 12, 2020 at 11:17:39 AM UTC-7, Joey Fortson wrote:

 I'm sure you guys figured it out but i just used the thumbnail-list 
 that the tiddlywiki site uses. I am not very skilled in the coding. The 
 name is currently just a basic name that will display on the bottom of the 
 image when it is in the thumbnail-list. I can try to change the name to a 
 url if that might help. Just to reiterate the image has been imported into 
 TW so no need to reference an external image. I am just hoping to redirect 
 a click on that image (when it is displayed in the list-thumbnails) to an 
 external website. 

 On Friday, June 12, 2020 at 9:22:19 AM UTC-7, Mark S. wrote:
>
> @Joey Fortson
>
> So, can we count on the image name starting with http:// .. or are the 
> actual images you're thinking of on relative paths?
>
> I'm trying to work if there is a way to detect that the image is 
> external.
>
> On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote:
>>
>> Hey everyone, 
>>
>> I have imported an image (image/jpeg) and would like to create a link 
>> to an external site within the image (ie. https://www.wikipedia.com). 
>> I am attempting to use the list-thumbnails filter
>>
>> > style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
>> <> height:"250">>
>> 
>>
>> When the link field is added and the external site is entered it 
>> seems to only want to link to a non existent tiddler. Totally cool 
>> normally, but in this situation I would like the image, when selected, 
>> to 
>> attempt to access an external site. I have tried using the url, source, 
>> and 
>> link fields but no luck. Any thoughts or pointers?
>>
>> Thanks
>>
>

-- 
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/63670b9e-5f9a-45b8-a89f-b44da8ee5539o%40googlegroups.com.


[tw5] Re: [INTRO] WikiLabs Plugin Library

2020-06-12 Thread Joshua Fontany
Excellent work! I'm looking at this distribution method myself, mahalo 
(thanks!) for the template! Now to get the other projects in shape. :P

Also, thanks again for Uni-Link!

Best,
Joshua F

On Friday, June 12, 2020 at 3:59:33 AM UTC-7, PMario wrote:
>
> Hi Folks, 
>
> I did create a WikiLabs plugin library , 
> that allows everyone to import all my plugins, using the same mechanism as 
> you do with TW plugins. 
>
> To *get started* just open the link above and "drag and drop" import the 
> "green button" into your wiki. 
>
> The link contains a library configuration tiddler, that points to the 
> "latest" version of the plugin library. 
>
> Importing plugins can be done using the *ControlPanel : Plugins : Get 
> more plugins*   button.
>
>
>- Using the library makes it simple, for authors, to define 
>dependencies eg. for themes. 
>- It makes it simple for users. They can import plugins + dependencies 
>with 1 click ;)
>- You can see, which plugins are already installed, or which plugins 
>are available for update
>- No need to remember where you got your WikiLabs plugins from 
>
>
> A short intro video is in the making and will be linked here. 
>
> have fun!
> mario
>
>
> *PS - If you USE it: Support it  :) *
>
> PPS - There is a *new version of the UNI-LINK* plugin, which is 
> compatible with relink 1.10.0
>

-- 
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/b90a22ab-6643-4abc-a444-ce12a9676c45o%40googlegroups.com.


[tw5] Re: New SoundCite plugin created

2020-06-12 Thread Florian Kohrt
Am 12.06.20 um 21:32 schrieb TiddlyTweeter:
> A couple issues came up. No big deal.
>
> --- Main one was that if you collapse a Strex after starting a
> Soundcite the Soundcite play icon reverts to "play" rather than
> "playing" when you reopen the strex. Which means user might start it
> twice. Minor issue.
> UPDATE: Stuff in red I can longer replicate.

Yeah, I mention in the "developing" tab that there are issues when TW
does not retain loaded SoundCite elements. This applies to the <>
macro -- where it can be fixed using the "retain" parameter -- and it
apparently also applies to the <> macro. While it might be
possible to fix this in the SoundCite plugin, it may be more useful to
create a fix for the Strex plugin, so all plugins that use it can benefit.

> --- I think its *brilliant* you can launch a sound file and close a
> tiddler that launched it and it carries on playing! Exactly what a
> jukebox is!
> But, is there possibility of a global "Stop" button? I.e. terminate
> the running instances of Soundcite?

I added the macro <>, which stops all
playing audios :)

Am 12.06.20 um 23:02 schrieb TiddlyTweeter:
> Small point. Might be worth mentioning in docs you can use Soundcite to 
> play local files just as easily...

I added that to the usage tab!

Kind regards,
Florian

-- 
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/9a48831f-2889-1258-5360-86f39f725fc3%40anche.no.


[tw5] Re: Parse field values to new tiddler(s)?

2020-06-12 Thread Stallings
That's it! Again, thank you for clarifying the steps. Documentation on 
https://tiddlywiki.com/ can be difficult to navigate if I don't know what 
I'm looking for.

-- 
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/6283d984-8ae8-4567-a1c6-6210c120833eo%40googlegroups.com.


[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread Saq Imtiaz
If you're willing to write JavaScript, a far cleaner way is to use the 
th-importing-tiddlers hook

https://github.com/Jermolene/TiddlyWiki5/blob/d832cb93ce48f3cfaefb18809930e2448917bc93/core/modules/widgets/navigator.js#L559

-- 
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/8d0abc6e-f6a5-41e7-97e0-15fbb6d1725eo%40googlegroups.com.


[tw5] Re: Plugin prototype: Command Palette

2020-06-12 Thread Eskha
Thank you Souk21,

One of the most usefull plugin I have seen for TiddlyWiki.

Best regards,

Eskha

-- 
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/c4a9bcc9-5c2f-4163-b441-1c068ccb6fd8o%40googlegroups.com.


[tw5] Re: New SoundCite plugin created

2020-06-12 Thread TiddlyTweeter
Ciao Florian

Small point. Might be worth mentioning in docs you can use Soundcite to 
play local files just as easily...

For instance, my music wiki is in a dir with sub-dir "sound". This command 
plays a local mp3 of Suzanne.

<>

Best wishes
TT

-- 
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/ca70a33d-c4ee-4023-a871-aef33a95d068o%40googlegroups.com.


[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread Michael Wiktowy
Hi Mark,

Hacking js in the is outside my expertise and comfort-zone. Like you said, 
future maintenance would be a challenge. I wanted to stretch vanilla 
tiddlywiki to do this but it may not be possible without a RFE. I will see 
what I can do with the "message" parameter of the $browse macro but maybe 
that is just a hook to trigger some custom js plugin and I would be back 
outside my wheel-house/comfort-zone again. :]

Thanks for your help,
/Mike

On Friday, June 12, 2020 at 5:09:20 PM UTC-3, Mark S. wrote:
>
> Adding a field and value to incoming imports is pretty easy (if you want 
> to hack the core). Hacking the core has downsides, especially in terms of 
> upgrades and maintenance.
>
> Look for NavigatorWidget.prototype.handleImportTiddlersEvent   in  
> $:/core/modules/widgets/navigator.js .
>
> In between these lines:
>
> incomingTiddlers.push(title);
> importData.tiddlers[title] = tiddlerFields;
>
>
> You can put something like:
>
> tiddlerFields.myimport = "imported" ;
>
>
> (Be sure to make a backup if you try this on anything valuable).
>
> I think you can get a local variable by using 
> this.getVariable(variablename), allowing you to wrap a browse widget with 
> the name of the value you want to be inserted. But I didn't test this.
>
> Have fun.
>
> On Friday, June 12, 2020 at 11:15:44 AM UTC-7, Michael Wiktowy wrote:
>>
>> Thanks for the pointer ... I wasn't aware of how to identify the tiddlers 
>> being imported ... listing the field:plugin-type[import] and acting on them 
>> with a tm-tag-add message might be a feasible thread to pull on to do what 
>> I want in at least a semi-automatic way.
>>
>> Will have to do a deep dive into $:/core/ui/ViewTemplate/import and 
>> $:/core/ui/ImportListing to see if I can decipher it all. Hooking into the 
>> import functionality of the $browse button macro contained in a particular 
>> tiddler is my priority. Getting drag and drop working on a tiddler is 
>> secondary.
>>
>> Thanks again,
>> /Mike
>>
>> On Thursday, June 11, 2020 at 9:11:52 PM UTC-3, TW Tones wrote:
>>>
>>> Mike,
>>>
>>> That functionality it something I have wanted my self, tagging or other 
>>> actions on internal tiddlers, so thanks.
>>>
>>>
>>>- I notice when importing external items that the standard import 
>>>process takes over. 
>>>   - Perhaps there is a way to toggle this behaviour off/on so yours 
>>>   gets honoured?
>>>- I am working on improving this standard import with addons
>>>- 
>>>
>>>A view template that appears on field:plugin-type[import] can be used to 
>>> work with the standard import, which contains a json of the import tiddlers
>>>
>>>
>>> Regards
>>> Tony
>>>
>>> On Thursday, June 11, 2020 at 2:04:42 PM UTC+10, Michael Wiktowy wrote:

 Hi Tony,

 The ImportHere tiddler here: http://mwiktowy.tiddlyspot.com/#ImportHere 
 gives an idea of what I would like to do but I am not sure of the sequence 
 of actions that I would need to put in the droppable-import-actions macro 
 or in the messages parameter of the $browse button.

 The only thing that it works for is internal resources dragged over 
 from within the wiki (from the Open or Recent tab or a Title list in a tag 
 pill). The idea is to put one of these mechanisms into tiddlers (that 
 might 
 be buried in tabs) that would allow me to attach notes and resources to it 
 while I import them. A $dropzone nested in a $droppable widget does not do 
 it ... although I am not sure that the tiddler-specific $dropzone is even 
 working due to the global $dropzone covering the entire wiki.

 Any pointer in the right direction would be appreciated.

 Thanks,
 /Mike

 On Wednesday, June 10, 2020 at 9:03:52 PM UTC-3, TW Tones wrote:
>
> Michael,
>
> I have being playing with the import mechanism of late and may be able 
> to help. Can you share your dropzone tagging so I can test some ideas for 
> you, but the way I would like to develop custom drop zones myself.
>
> Regards
> Tony
>
> On Thursday, June 11, 2020 at 5:08:37 AM UTC+10, Michael Wiktowy wrote:
>>
>> Greetings,
>> I am looking for some guidance. I have figured out how to apply tags 
>> to tiddlers already imported by dragging and dropping them into a 
>> <$droppable> zone. I am not sure how to tie into the Import system to 
>> apply 
>> these tags while a file is being imported and made into a tiddler.
>>
>> I am interested in adding a tm-add-tag message into the flow in both 
>> a drag-and-drop import into a specific <$droppable> zone as well as an 
>> import initiated by the <$browse> widget.
>>
>> Can someone point me to an example as I don't know how to get the 
>> tiddler titles from a resulting import or trigger an action while they 
>> are 
>> being processed?
>>
>> /Mike
>>
>

-- 
You 

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread 'Mark S.' via TiddlyWiki
Adding a field and value to incoming imports is pretty easy (if you want to 
hack the core). Hacking the core has downsides, especially in terms of 
upgrades and maintenance.

Look for NavigatorWidget.prototype.handleImportTiddlersEvent   in  
$:/core/modules/widgets/navigator.js .

In between these lines:

incomingTiddlers.push(title);
importData.tiddlers[title] = tiddlerFields;


You can put something like:

tiddlerFields.myimport = "imported" ;


(Be sure to make a backup if you try this on anything valuable).

I think you can get a local variable by using 
this.getVariable(variablename), allowing you to wrap a browse widget with 
the name of the value you want to be inserted. But I didn't test this.

Have fun.

On Friday, June 12, 2020 at 11:15:44 AM UTC-7, Michael Wiktowy wrote:
>
> Thanks for the pointer ... I wasn't aware of how to identify the tiddlers 
> being imported ... listing the field:plugin-type[import] and acting on them 
> with a tm-tag-add message might be a feasible thread to pull on to do what 
> I want in at least a semi-automatic way.
>
> Will have to do a deep dive into $:/core/ui/ViewTemplate/import and 
> $:/core/ui/ImportListing to see if I can decipher it all. Hooking into the 
> import functionality of the $browse button macro contained in a particular 
> tiddler is my priority. Getting drag and drop working on a tiddler is 
> secondary.
>
> Thanks again,
> /Mike
>
> On Thursday, June 11, 2020 at 9:11:52 PM UTC-3, TW Tones wrote:
>>
>> Mike,
>>
>> That functionality it something I have wanted my self, tagging or other 
>> actions on internal tiddlers, so thanks.
>>
>>
>>- I notice when importing external items that the standard import 
>>process takes over. 
>>   - Perhaps there is a way to toggle this behaviour off/on so yours 
>>   gets honoured?
>>- I am working on improving this standard import with addons
>>- 
>>
>>A view template that appears on field:plugin-type[import] can be used to 
>> work with the standard import, which contains a json of the import tiddlers
>>
>>
>> Regards
>> Tony
>>
>> On Thursday, June 11, 2020 at 2:04:42 PM UTC+10, Michael Wiktowy wrote:
>>>
>>> Hi Tony,
>>>
>>> The ImportHere tiddler here: http://mwiktowy.tiddlyspot.com/#ImportHere 
>>> gives an idea of what I would like to do but I am not sure of the sequence 
>>> of actions that I would need to put in the droppable-import-actions macro 
>>> or in the messages parameter of the $browse button.
>>>
>>> The only thing that it works for is internal resources dragged over from 
>>> within the wiki (from the Open or Recent tab or a Title list in a tag 
>>> pill). The idea is to put one of these mechanisms into tiddlers (that might 
>>> be buried in tabs) that would allow me to attach notes and resources to it 
>>> while I import them. A $dropzone nested in a $droppable widget does not do 
>>> it ... although I am not sure that the tiddler-specific $dropzone is even 
>>> working due to the global $dropzone covering the entire wiki.
>>>
>>> Any pointer in the right direction would be appreciated.
>>>
>>> Thanks,
>>> /Mike
>>>
>>> On Wednesday, June 10, 2020 at 9:03:52 PM UTC-3, TW Tones wrote:

 Michael,

 I have being playing with the import mechanism of late and may be able 
 to help. Can you share your dropzone tagging so I can test some ideas for 
 you, but the way I would like to develop custom drop zones myself.

 Regards
 Tony

 On Thursday, June 11, 2020 at 5:08:37 AM UTC+10, Michael Wiktowy wrote:
>
> Greetings,
> I am looking for some guidance. I have figured out how to apply tags 
> to tiddlers already imported by dragging and dropping them into a 
> <$droppable> zone. I am not sure how to tie into the Import system to 
> apply 
> these tags while a file is being imported and made into a tiddler.
>
> I am interested in adding a tm-add-tag message into the flow in both a 
> drag-and-drop import into a specific <$droppable> zone as well as an 
> import 
> initiated by the <$browse> widget.
>
> Can someone point me to an example as I don't know how to get the 
> tiddler titles from a resulting import or trigger an action while they 
> are 
> being processed?
>
> /Mike
>


-- 
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/23280ae6-8d22-42d5-bf8a-393d50afbe03o%40googlegroups.com.


Re: [tw5] Re: [INTRO] WikiLabs Plugin Library

2020-06-12 Thread Mohammad Rahmani
Saq! good idea!

 Maybe a checkbox can activate libraries from third parties! Each library
config tiddler is around a Kb!


Best wishes
Mohammad


On Fri, Jun 12, 2020 at 10:04 PM Saq Imtiaz  wrote:

> Maybe the core needs to start shipping with a list of plugin
> libraries, where each can be added with a single click (after the necessary
> disclaimers)
>
> Just a thought.
> Saq
>
> On Friday, June 12, 2020 at 12:59:33 PM UTC+2, PMario wrote:
>>
>> Hi Folks,
>>
>> I did create a WikiLabs plugin library ,
>> that allows everyone to import all my plugins, using the same mechanism as
>> you do with TW plugins.
>>
>> To *get started* just open the link above and "drag and drop" import the
>> "green button" into your wiki.
>>
>> The link contains a library configuration tiddler, that points to the
>> "latest" version of the plugin library.
>>
>> Importing plugins can be done using the *ControlPanel : Plugins : Get
>> more plugins*   button.
>>
>>
>>- Using the library makes it simple, for authors, to define
>>dependencies eg. for themes.
>>- It makes it simple for users. They can import plugins +
>>dependencies with 1 click ;)
>>- You can see, which plugins are already installed, or which plugins
>>are available for update
>>- No need to remember where you got your WikiLabs plugins from
>>
>>
>> A short intro video is in the making and will be linked here.
>>
>> have fun!
>> mario
>>
>>
>> *PS - If you USE it: Support it  :) *
>>
>> PPS - There is a *new version of the UNI-LINK* plugin, which is
>> compatible with relink 1.10.0
>>
> --
> 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/db825cb2-a420-4af2-b798-3118c4843675o%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/CAAV1gMCVRDvmgedc9NANtsQ_Xwh%3D836guATr2H9TXZt%3DFrXJKQ%40mail.gmail.com.


Re: [tw5] Re: Shiraz Plugin 2.0.15: Dynamic Tables with Task Manager Example and Numerical Summary

2020-06-12 Thread Mohammad Rahmani
Hi Damon,
 Good luck for new development! You are on the right track!


Best wishes
Mohammad


On Fri, Jun 12, 2020 at 9:47 PM Damon Pritchett 
wrote:

> Thanks Mohammad,
>
> As usual, it took me two or three times reading the tutorial for the light
> bulb to come on. The new template that I created works just like I wanted,
> but is very specific to the tag I'm using. I'm going to see about using a
> variable to pass which tag I don't want displayed so that it can be more
> generic.
>
> Damon
>
>
> On Thursday, June 11, 2020 at 10:06:51 PM UTC-7, Mohammad wrote:
>>
>> Damon,
>>  In Shiraz tutorial this has been explained! but simply for each field
>> passed to table-dynamic macro, it looks for a template.
>>  See the naming rules for tags template. That's all.
>>
>>  For start you can clone Shiraz template and rename them.
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Fri, Jun 12, 2020 at 1:52 AM Damon Pritchett 
>> wrote:
>>
>>> Mohammad,
>>>
>>> I was able to figure out what modifications to the tags template to
>>> yield the desired result. My next question is how can I create my own
>>> custom tags template that can be used by the dynamic tables macro without
>>> modifying your default tags template?
>>>
>>> Damon
>>>
>>>
>>>
>>> On Thursday, June 11, 2020 at 6:36:49 AM UTC-7, Mohammad wrote:

 If you mean to NOT display certain tags, with the current code it is
 not possible! BUT you can hack the tags template in Shiraz
 to meet your requirements.


 Best wishes
 Mohammad


 On Thu, Jun 11, 2020 at 6:34 AM Damon Pritchett 
 wrote:

> Hello Mohammad,
>
> I have a dynamic tables question. I have my dynamic tables call from
> within a list widget so that only tiddlers with a certain tag will 
> populate
> the table. One of my columns is tags because I want to see what other tags
> are being used for each of the tiddlers. Is it possible to remove the tag
> I'm filtering on from the dynamic table? I suspect that it's not without
> modifying the macro, but wanted to ask the question just in case I'm
> missing something.
>
> Thanks,
>
> Damon
>
> On Thursday, February 6, 2020 at 2:28:31 PM UTC-7, Mohammad wrote:
>>
>> *Announcement:Shiraz plugin*
>> *Date: Feb 7th, 2020*
>> *Release: 2.0.15 beta*
>> *Status: beta under development*
>>
>> A new beta update is available.
>>
>> This update contains tons of new features and improved documentation.
>> The focus is now on dynamics tables.
>> Dynamic tables in Shiraz is a subset lite version of Revolutionary
>> plugin TiddlyTables by Alaan Aldrich. So all kudos goes to Alaan.
>>
>> This version has an example of creating task manager using table-fd
>> which demonstrate how powerful are dynamic tables in Shiraz!
>> All of these are based the wonderful transclusion in Tiddlywiki.
>>
>>
>> As always I welcome all your feedback and comments and hope your
>> evaluation help improving the Shiraz plugin!
>>
>> *IMPORTANT NOTE:*
>>  Those who update from Shiraz 2 beta note that, the table-fd,
>> table-id parameters are renamed for better compatibility with other part 
>> of
>> Shiraz plugin.
>>
>> A tutorial of latest changes has been attached!
>>
>> Demo: https://kookma.github.io/Shiraz/
>> Code: https://github.com/kookma/Shiraz
>>
>> Star it if you like it and send your feedback!
>> Documentation proof reading for English is welcome!
>>
>>
>> A permview
>> to
>> see the latest changes (like tutorial)
>>
>>
>> Best wishes
>> Mohammad
>>
>> Revision 2.0.15
>>
>>- Date: [6th Feb 2020]
>>- [NEW] the table-fd supports special column template tbl-checkbox
>>- [NEW] the table-fd supports column templates priority, status,
>>due-date
>>- [NEW] task manager example using table-fd
>>- [NEW] documentation for numerical summary in dynamic tables
>>- [FIXED] dynamic tables parameters are simplified like
>>tblCaption to caption, tblClass to class, tblFooter to footerRows
>>- Warning: New update is not compatible with dynamic tables from
>>older release. Use tiddler commander to resolve the issue after 
>> update.
>>
>> Revision 2.0.14
>>
>>- Date: [31st Jan 2020]
>>- [NEW] table footer to be used for any type of summary
>>- [NEW] mathematics macros to claculate 

Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread TiddlyTweeter
For those on email, I revised my last post indicating what I thought was an 
issue isn't. Its in red. TT

On Friday, 12 June 2020 19:50:29 UTC+2, TiddlyTweeter wrote:
>
> Florian
>
> Here is online: using your plugin with Strex 
> 
>  example.
>
> I was interested, really in making "contextual jukeboxes". It works well!
>
> No nesting yet. But its neat in its simplicity I think.
>
> A couple issues came up. No big deal. 
>
> --- Main one was that if you collapse a Strex after starting a Soundcite 
> the Soundcite play icon reverts to "play" rather than "playing" when you 
> reopen the strex. Which means user might start it twice. Minor issue. 
> UPDATE: Stuff in red I can no longer replicate.
>
> --- I think its *brilliant* you can launch a sound file and close a 
> tiddler that launched it and it carries on playing! Exactly what a jukebox 
> is!  But, is there possibility of a global "Stop" button? I.e. terminate 
> the running instances of Soundcite?
>
> Many thanks. Great tool.
> TT
>
> On Friday, 12 June 2020 18:06:14 UTC+2, TiddlyTweeter wrote:
>>
>> Florian 
>>
>> I'm doing some playing around combining it with STREX. 
>>
>> SOUNDCITE is very well made. Though the advice is to use it for short 
>> clips. Its also quite useable as a jukebox. Fits very well with TW!
>>
>> IMPORTANT it carries on playing *even when you close a Tiddler that 
>> started it*. That is exactly what makes a great jukebox!
>>
>> I'll play some more & give an example.
>>
>> Best wishes
>> TT
>>
>> On Thursday, 11 June 2020 06:09:58 UTC+2, Florian Kohrt wrote:
>>>
>>> Thank you! 
>>>
>>> Yeah, you're right, I added some demos: 
>>>
>>> https://fkohrt.gitlab.io/tw5-soundcite/#:%5B%5BSoundCite%20Demo%5D%5D%20%24%3A%2Fplugins%2Ffk%2Fsoundcite
>>>  
>>>
>>> Am 10.06.20 um 20:45 schrieb TiddlyTweeter: 
>>> > This is seriously interesting ... Most elegant. 
>>> > 
>>> > I think you need add some examples in normal tiddlers to show it off 
>>> > like like ... 
>>> > 
>>> > | 
>>> > Thisissome <>> > "
>>> https://upload.wikimedia.org/wikipedia/commons/e/ee/Beet5mov1bars1to5.ogg""Beethoven;>>just
>>>  
>>>
>>> > to //dud-ahhh-da-dahhh//. 
>>> > | 
>>> > 
>>> > 
>>> > | 
>>> > [[GeeshieWiley's|https://en.wikipedia.org/wiki/Geeshie_Wiley]] 
>>> > <>> > "
>>> https://ia801007.us.archive.org/7/items/cd_country-blues-the-essential-disc-1_various-artists-buddy-moss-california-dese/disc2/02.15.%20Geeshie%20Wiley%20-%20Last%20Kind%20Words%20Blues%20-%20Geeshie%20Wiley_sample.mp3;
>>>  
>>>
>>> > "THE LAST KIND WORDS">> is a superb song from the South. Recorded 
>>> around 
>>> > 1930 
>>> > | 
>>> > 
>>> > Looks like ... 
>>> > 
>>> > Annotation 2020-06-10 204237.jpg 
>>> > 
>>> > Good stuff! 
>>> > 
>>> > Best wishes 
>>> > TT 
>>> > 
>>> > On Wednesday, 10 June 2020 19:37:45 UTC+2, fkohrt wrote: 
>>> > 
>>> > I've assembled a small plugin that allows to embed inline audio 
>>> > behind text. 
>>> > 
>>> > Demo: 
>>> > 
>>> https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite 
>>> > <
>>> https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite> 
>>>
>>> > 
>>> > Code: https://gitlab.com/fkohrt/tw5-soundcite 
>>> >  
>>> > 
>>> > It uses the SoundCite library, the official website has a few more 
>>> > advanced examples: http://soundcite.knightlab.com/ 
>>> >  
>>> > 
>>> > The implementation is rather dirty, making use of RawMarkup tags 
>>> and 
>>> > inline JavaScript and also doesn't work together with Camel Case 
>>> Wiki 
>>> > Links enabled. Still, there might be some nice use cases, so if 
>>> you 
>>> > build something cool with it, I'd be happy to see it! 
>>> > 
>>> > Feel free to use, share and contribute, the "code" (it's really 
>>> not 
>>> > that 
>>> > much) is MIT licensed. And helpful feedback is also appreciated, 
>>> as 
>>> > it's 
>>> > my first contribution to the TiddlyWiki universe... 
>>>
>>

-- 
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/2ce17d3f-5443-4b40-958e-e8fb8ede1ce7o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread 'Mark S.' via TiddlyWiki
If the link doesn't start with http://... , how would the list-thumbnails 
know where you wanted to link to?

Will all the links in your filter set be external, or only some of them?

Thanks!

On Friday, June 12, 2020 at 11:17:39 AM UTC-7, Joey Fortson wrote:
>
> I'm sure you guys figured it out but i just used the thumbnail-list that 
> the tiddlywiki site uses. I am not very skilled in the coding. The name is 
> currently just a basic name that will display on the bottom of the image 
> when it is in the thumbnail-list. I can try to change the name to a url if 
> that might help. Just to reiterate the image has been imported into TW so 
> no need to reference an external image. I am just hoping to redirect a 
> click on that image (when it is displayed in the list-thumbnails) to an 
> external website. 
>
> On Friday, June 12, 2020 at 9:22:19 AM UTC-7, Mark S. wrote:
>>
>> @Joey Fortson
>>
>> So, can we count on the image name starting with http:// .. or are the 
>> actual images you're thinking of on relative paths?
>>
>> I'm trying to work if there is a way to detect that the image is external.
>>
>> On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote:
>>>
>>> Hey everyone, 
>>>
>>> I have imported an image (image/jpeg) and would like to create a link to 
>>> an external site within the image (ie. https://www.wikipedia.com). I am 
>>> attempting to use the list-thumbnails filter
>>>
>>> >> style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
>>> <>
>>> 
>>>
>>> When the link field is added and the external site is entered it seems 
>>> to only want to link to a non existent tiddler. Totally cool normally, but 
>>> in this situation I would like the image, when selected, to attempt to 
>>> access an external site. I have tried using the url, source, and link 
>>> fields but no luck. Any thoughts or pointers?
>>>
>>> Thanks
>>>
>>

-- 
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/d70d9fc6-8983-4ed1-bbc8-ea23dac695f7o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread Joey Fortson
I'm sure you guys figured it out but i just used the thumbnail-list that 
the tiddlywiki site uses. I am not very skilled in the coding. The name is 
currently just a basic name that will display on the bottom of the image 
when it is in the thumbnail-list. I can try to change the name to a url if 
that might help. Just to reiterate the image has been imported into TW so 
no need to reference an external image. I am just hoping to redirect a 
click on that image (when it is displayed in the list-thumbnails) to an 
external website. 

On Friday, June 12, 2020 at 9:22:19 AM UTC-7, Mark S. wrote:
>
> @Joey Fortson
>
> So, can we count on the image name starting with http:// .. or are the 
> actual images you're thinking of on relative paths?
>
> I'm trying to work if there is a way to detect that the image is external.
>
> On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote:
>>
>> Hey everyone, 
>>
>> I have imported an image (image/jpeg) and would like to create a link to 
>> an external site within the image (ie. https://www.wikipedia.com). I am 
>> attempting to use the list-thumbnails filter
>>
>> > style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
>> <>
>> 
>>
>> When the link field is added and the external site is entered it seems to 
>> only want to link to a non existent tiddler. Totally cool normally, but in 
>> this situation I would like the image, when selected, to attempt to access 
>> an external site. I have tried using the url, source, and link fields but 
>> no luck. Any thoughts or pointers?
>>
>> Thanks
>>
>

-- 
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/f75dff62-9468-49df-8f03-46cade9f8757o%40googlegroups.com.


[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread Michael Wiktowy
Thanks for the pointer ... I wasn't aware of how to identify the tiddlers 
being imported ... listing the field:plugin-type[import] and acting on them 
with a tm-tag-add message might be a feasible thread to pull on to do what 
I want in at least a semi-automatic way.

Will have to do a deep dive into $:/core/ui/ViewTemplate/import and 
$:/core/ui/ImportListing to see if I can decipher it all. Hooking into the 
import functionality of the $browse button macro contained in a particular 
tiddler is my priority. Getting drag and drop working on a tiddler is 
secondary.

Thanks again,
/Mike

On Thursday, June 11, 2020 at 9:11:52 PM UTC-3, TW Tones wrote:
>
> Mike,
>
> That functionality it something I have wanted my self, tagging or other 
> actions on internal tiddlers, so thanks.
>
>
>- I notice when importing external items that the standard import 
>process takes over. 
>   - Perhaps there is a way to toggle this behaviour off/on so yours 
>   gets honoured?
>- I am working on improving this standard import with addons
>- 
>
>A view template that appears on field:plugin-type[import] can be used to 
> work with the standard import, which contains a json of the import tiddlers
>
>
> Regards
> Tony
>
> On Thursday, June 11, 2020 at 2:04:42 PM UTC+10, Michael Wiktowy wrote:
>>
>> Hi Tony,
>>
>> The ImportHere tiddler here: http://mwiktowy.tiddlyspot.com/#ImportHere 
>> gives an idea of what I would like to do but I am not sure of the sequence 
>> of actions that I would need to put in the droppable-import-actions macro 
>> or in the messages parameter of the $browse button.
>>
>> The only thing that it works for is internal resources dragged over from 
>> within the wiki (from the Open or Recent tab or a Title list in a tag 
>> pill). The idea is to put one of these mechanisms into tiddlers (that might 
>> be buried in tabs) that would allow me to attach notes and resources to it 
>> while I import them. A $dropzone nested in a $droppable widget does not do 
>> it ... although I am not sure that the tiddler-specific $dropzone is even 
>> working due to the global $dropzone covering the entire wiki.
>>
>> Any pointer in the right direction would be appreciated.
>>
>> Thanks,
>> /Mike
>>
>> On Wednesday, June 10, 2020 at 9:03:52 PM UTC-3, TW Tones wrote:
>>>
>>> Michael,
>>>
>>> I have being playing with the import mechanism of late and may be able 
>>> to help. Can you share your dropzone tagging so I can test some ideas for 
>>> you, but the way I would like to develop custom drop zones myself.
>>>
>>> Regards
>>> Tony
>>>
>>> On Thursday, June 11, 2020 at 5:08:37 AM UTC+10, Michael Wiktowy wrote:

 Greetings,
 I am looking for some guidance. I have figured out how to apply tags to 
 tiddlers already imported by dragging and dropping them into a 
 <$droppable> 
 zone. I am not sure how to tie into the Import system to apply these tags 
 while a file is being imported and made into a tiddler.

 I am interested in adding a tm-add-tag message into the flow in both a 
 drag-and-drop import into a specific <$droppable> zone as well as an 
 import 
 initiated by the <$browse> widget.

 Can someone point me to an example as I don't know how to get the 
 tiddler titles from a resulting import or trigger an action while they are 
 being processed?

 /Mike

>>>

-- 
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/384626a7-3de2-4375-af01-0833b4ae6736o%40googlegroups.com.


Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread TiddlyTweeter
Florian

Here is online: using your plugin with Strex 

 example.

I was interested, really in making "contextual jukeboxes". It works well!

No nesting yet. But its neat in its simplicity I think.

A couple issues came up. No big deal. 

--- Main one was that if you collapse a Strex after starting a Soundcite 
the Soundcite play icon reverts to "play" rather than "playing" when you 
reopen the strex. Which means user might start it twice. Minor issue.

--- I think its *brilliant* you can launch a sound file and close a tiddler 
that launched it and it carries on playing! Exactly what a jukebox is!  
But, is there possibility of a global "Stop" button? I.e. terminate the 
running instances of Soundcite?

Many thanks. Great tool.
TT

On Friday, 12 June 2020 18:06:14 UTC+2, TiddlyTweeter wrote:
>
> Florian 
>
> I'm doing some playing around combining it with STREX. 
>
> SOUNDCITE is very well made. Though the advice is to use it for short 
> clips. Its also quite useable as a jukebox. Fits very well with TW!
>
> IMPORTANT it carries on playing *even when you close a Tiddler that 
> started it*. That is exactly what makes a great jukebox!
>
> I'll play some more & give an example.
>
> Best wishes
> TT
>
> On Thursday, 11 June 2020 06:09:58 UTC+2, Florian Kohrt wrote:
>>
>> Thank you! 
>>
>> Yeah, you're right, I added some demos: 
>>
>> https://fkohrt.gitlab.io/tw5-soundcite/#:%5B%5BSoundCite%20Demo%5D%5D%20%24%3A%2Fplugins%2Ffk%2Fsoundcite
>>  
>>
>> Am 10.06.20 um 20:45 schrieb TiddlyTweeter: 
>> > This is seriously interesting ... Most elegant. 
>> > 
>> > I think you need add some examples in normal tiddlers to show it off 
>> > like like ... 
>> > 
>> > | 
>> > Thisissome <> > "
>> https://upload.wikimedia.org/wikipedia/commons/e/ee/Beet5mov1bars1to5.ogg""Beethoven;>>just
>>  
>>
>> > to //dud-ahhh-da-dahhh//. 
>> > | 
>> > 
>> > 
>> > | 
>> > [[GeeshieWiley's|https://en.wikipedia.org/wiki/Geeshie_Wiley]] 
>> > <> > "
>> https://ia801007.us.archive.org/7/items/cd_country-blues-the-essential-disc-1_various-artists-buddy-moss-california-dese/disc2/02.15.%20Geeshie%20Wiley%20-%20Last%20Kind%20Words%20Blues%20-%20Geeshie%20Wiley_sample.mp3;
>>  
>>
>> > "THE LAST KIND WORDS">> is a superb song from the South. Recorded 
>> around 
>> > 1930 
>> > | 
>> > 
>> > Looks like ... 
>> > 
>> > Annotation 2020-06-10 204237.jpg 
>> > 
>> > Good stuff! 
>> > 
>> > Best wishes 
>> > TT 
>> > 
>> > On Wednesday, 10 June 2020 19:37:45 UTC+2, fkohrt wrote: 
>> > 
>> > I've assembled a small plugin that allows to embed inline audio 
>> > behind text. 
>> > 
>> > Demo: 
>> > 
>> https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite 
>> > <
>> https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite> 
>>
>> > 
>> > Code: https://gitlab.com/fkohrt/tw5-soundcite 
>> >  
>> > 
>> > It uses the SoundCite library, the official website has a few more 
>> > advanced examples: http://soundcite.knightlab.com/ 
>> >  
>> > 
>> > The implementation is rather dirty, making use of RawMarkup tags 
>> and 
>> > inline JavaScript and also doesn't work together with Camel Case 
>> Wiki 
>> > Links enabled. Still, there might be some nice use cases, so if you 
>> > build something cool with it, I'd be happy to see it! 
>> > 
>> > Feel free to use, share and contribute, the "code" (it's really not 
>> > that 
>> > much) is MIT licensed. And helpful feedback is also appreciated, as 
>> > it's 
>> > my first contribution to the TiddlyWiki universe... 
>>
>

-- 
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/2620ba7a-b09b-4f4f-9f35-dc2445215deeo%40googlegroups.com.


[tw5] Re: Trying to export tiddlers, need help

2020-06-12 Thread 'Mark S.' via TiddlyWiki
Just a guess, since I didn't want to wade through the entire tutorial, but 
that double $ doesn't look right. Usually the templates only have a single 
$.

On Friday, June 12, 2020 at 9:57:57 AM UTC-7, t wrote:
>
> I'm attempting to follow the tutorial here:
> https://davidalfonso.es/posts/migrating-from-tiddlywiki-to-markdown-files
> and can't seem to complete it.
>
> The third line of this:
> --render [!is[system]] [encodeuricomponent[]addsuffix[.html]] \
> --render [!is[system]] [encodeuricomponent[]addsuffix[.meta]] \
> text/plain $$:/core/templates/tiddler-metadata
> won't run, and the .html files that are outputted contain no formatting.
>
> Any ideas?
>
>

-- 
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/45585aea-d95e-4525-9a2c-adc18d95f780o%40googlegroups.com.


[tw5] Re: [INTRO] WikiLabs Plugin Library

2020-06-12 Thread Saq Imtiaz
Maybe the core needs to start shipping with a list of plugin libraries, 
where each can be added with a single click (after the necessary 
disclaimers)

Just a thought.
Saq

On Friday, June 12, 2020 at 12:59:33 PM UTC+2, PMario wrote:
>
> Hi Folks, 
>
> I did create a WikiLabs plugin library , 
> that allows everyone to import all my plugins, using the same mechanism as 
> you do with TW plugins. 
>
> To *get started* just open the link above and "drag and drop" import the 
> "green button" into your wiki. 
>
> The link contains a library configuration tiddler, that points to the 
> "latest" version of the plugin library. 
>
> Importing plugins can be done using the *ControlPanel : Plugins : Get 
> more plugins*   button.
>
>
>- Using the library makes it simple, for authors, to define 
>dependencies eg. for themes. 
>- It makes it simple for users. They can import plugins + dependencies 
>with 1 click ;)
>- You can see, which plugins are already installed, or which plugins 
>are available for update
>- No need to remember where you got your WikiLabs plugins from 
>
>
> A short intro video is in the making and will be linked here. 
>
> have fun!
> mario
>
>
> *PS - If you USE it: Support it  :) *
>
> PPS - There is a *new version of the UNI-LINK* plugin, which is 
> compatible with relink 1.10.0
>

-- 
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/db825cb2-a420-4af2-b798-3118c4843675o%40googlegroups.com.


[tw5] Re: New SoundCite plugin created

2020-06-12 Thread TiddlyTweeter
Florian

Just FYI, your plugin got considerable interest on Twitter ...

https://twitter.com/TiddlyTweeter/status/1271165554536185857

TT

-- 
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/a3305426-da6d-434b-8568-d26fae5e4c42o%40googlegroups.com.


Re: [tw5] Re: Shiraz Plugin 2.0.15: Dynamic Tables with Task Manager Example and Numerical Summary

2020-06-12 Thread Damon Pritchett
Thanks Mohammad,

As usual, it took me two or three times reading the tutorial for the light 
bulb to come on. The new template that I created works just like I wanted, 
but is very specific to the tag I'm using. I'm going to see about using a 
variable to pass which tag I don't want displayed so that it can be more 
generic.

Damon


On Thursday, June 11, 2020 at 10:06:51 PM UTC-7, Mohammad wrote:
>
> Damon,
>  In Shiraz tutorial this has been explained! but simply for each field 
> passed to table-dynamic macro, it looks for a template.
>  See the naming rules for tags template. That's all.
>
>  For start you can clone Shiraz template and rename them.
>
>
> Best wishes
> Mohammad
>
>
> On Fri, Jun 12, 2020 at 1:52 AM Damon Pritchett  > wrote:
>
>> Mohammad,
>>
>> I was able to figure out what modifications to the tags template to yield 
>> the desired result. My next question is how can I create my own custom tags 
>> template that can be used by the dynamic tables macro without modifying 
>> your default tags template?
>>
>> Damon
>>
>>
>>
>> On Thursday, June 11, 2020 at 6:36:49 AM UTC-7, Mohammad wrote:
>>>
>>> If you mean to NOT display certain tags, with the current code it is not 
>>> possible! BUT you can hack the tags template in Shiraz
>>> to meet your requirements.
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Thu, Jun 11, 2020 at 6:34 AM Damon Pritchett  
>>> wrote:
>>>
 Hello Mohammad,

 I have a dynamic tables question. I have my dynamic tables call from 
 within a list widget so that only tiddlers with a certain tag will 
 populate 
 the table. One of my columns is tags because I want to see what other tags 
 are being used for each of the tiddlers. Is it possible to remove the tag 
 I'm filtering on from the dynamic table? I suspect that it's not without 
 modifying the macro, but wanted to ask the question just in case I'm 
 missing something.

 Thanks,

 Damon

 On Thursday, February 6, 2020 at 2:28:31 PM UTC-7, Mohammad wrote:
>
> *Announcement:Shiraz plugin*
> *Date: Feb 7th, 2020*
> *Release: 2.0.15 beta*
> *Status: beta under development*
>
> A new beta update is available.
>
> This update contains tons of new features and improved documentation. 
> The focus is now on dynamics tables.
> Dynamic tables in Shiraz is a subset lite version of Revolutionary 
> plugin TiddlyTables by Alaan Aldrich. So all kudos goes to Alaan.
>
> This version has an example of creating task manager using table-fd 
> which demonstrate how powerful are dynamic tables in Shiraz!
> All of these are based the wonderful transclusion in Tiddlywiki.
>
>
> As always I welcome all your feedback and comments and hope your 
> evaluation help improving the Shiraz plugin!
>
> *IMPORTANT NOTE:*
>  Those who update from Shiraz 2 beta note that, the table-fd, table-id 
> parameters are renamed for better compatibility with other part of Shiraz 
> plugin.
>
> A tutorial of latest changes has been attached!
>
> Demo: https://kookma.github.io/Shiraz/
> Code: https://github.com/kookma/Shiraz
>
> Star it if you like it and send your feedback!
> Documentation proof reading for English is welcome!
>
>
> A permview 
> to
>  
> see the latest changes (like tutorial)
>
>
> Best wishes
> Mohammad
>
> Revision 2.0.15
>
>- Date: [6th Feb 2020]
>- [NEW] the table-fd supports special column template tbl-checkbox
>- [NEW] the table-fd supports column templates priority, status, 
>due-date
>- [NEW] task manager example using table-fd
>- [NEW] documentation for numerical summary in dynamic tables
>- [FIXED] dynamic tables parameters are simplified like tblCaption 
>to caption, tblClass to class, tblFooter to footerRows
>- Warning: New update is not compatible with dynamic tables from 
>older release. Use tiddler commander to resolve the issue after update.
>
> Revision 2.0.14
>
>- Date: [31st Jan 2020]
>- [NEW] table footer to be used for any type of summary
>- [NEW] mathematics macros to claculate the below values for a 
>column
>   - count
>   - minall
>   - maxall
>   - sum
>   - product
>   - mean (arithematic average)
>   - median
>
>
> -- 
 You received this message 

[tw5] Trying to export tiddlers, need help

2020-06-12 Thread t
I'm attempting to follow the tutorial here:
https://davidalfonso.es/posts/migrating-from-tiddlywiki-to-markdown-files
and can't seem to complete it.

The third line of this:
--render [!is[system]] [encodeuricomponent[]addsuffix[.html]] \
--render [!is[system]] [encodeuricomponent[]addsuffix[.meta]] \
text/plain $$:/core/templates/tiddler-metadata
won't run, and the .html files that are outputted contain no formatting.

Any ideas?

-- 
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/b3b0b159-6d49-4c13-a662-ca268fb97f35o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread 'Mark S.' via TiddlyWiki
@Joey Fortson

So, can we count on the image name starting with http:// .. or are the 
actual images you're thinking of on relative paths?

I'm trying to work if there is a way to detect that the image is external.

On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote:
>
> Hey everyone, 
>
> I have imported an image (image/jpeg) and would like to create a link to 
> an external site within the image (ie. https://www.wikipedia.com). I am 
> attempting to use the list-thumbnails filter
>
>  style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
> <>
> 
>
> When the link field is added and the external site is entered it seems to 
> only want to link to a non existent tiddler. Totally cool normally, but in 
> this situation I would like the image, when selected, to attempt to access 
> an external site. I have tried using the url, source, and link fields but 
> no luck. Any thoughts or pointers?
>
> Thanks
>

-- 
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/f2ac3678-cb66-4803-9474-f8d6f533eb2do%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread 'Mark S.' via TiddlyWiki


On Friday, June 12, 2020 at 8:28:11 AM UTC-7, Eric Shulman wrote:
>
>
> I found it using $:/AdvancedSearch "Shadows" tab, search for 
> "$:/core/macros"
>
> -e
>
>
“But look, you found the notice, didn’t you?”
> “Yes,” said Arthur, “yes I did. It was on display in the bottom of a 
> locked filing cabinet stuck in a disused lavatory with a sign on the door 
> saying ‘Beware of the Leopard.”  
>

-- 
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/5727bb5d-2afe-4b07-b17c-bf27573c78a0o%40googlegroups.com.


Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread TiddlyTweeter
Florian 

I'm doing some playing around combining it with STREX. 

SOUNDCITE is very well made. Though the advice is to use it for short 
clips. Its also quite useable as a jukebox. Fits very well with TW!

IMPORTANT it carries on playing *even when you close a Tiddler that started 
it*. That is exactly what makes a great jukebox!

I'll play some more & give an example.

Best wishes
TT

On Thursday, 11 June 2020 06:09:58 UTC+2, Florian Kohrt wrote:
>
> Thank you! 
>
> Yeah, you're right, I added some demos: 
>
> https://fkohrt.gitlab.io/tw5-soundcite/#:%5B%5BSoundCite%20Demo%5D%5D%20%24%3A%2Fplugins%2Ffk%2Fsoundcite
>  
>
> Am 10.06.20 um 20:45 schrieb TiddlyTweeter: 
> > This is seriously interesting ... Most elegant. 
> > 
> > I think you need add some examples in normal tiddlers to show it off 
> > like like ... 
> > 
> > | 
> > Thisissome < > "
> https://upload.wikimedia.org/wikipedia/commons/e/ee/Beet5mov1bars1to5.ogg""Beethoven;>>just
>  
>
> > to //dud-ahhh-da-dahhh//. 
> > | 
> > 
> > 
> > | 
> > [[GeeshieWiley's|https://en.wikipedia.org/wiki/Geeshie_Wiley]] 
> > < > "
> https://ia801007.us.archive.org/7/items/cd_country-blues-the-essential-disc-1_various-artists-buddy-moss-california-dese/disc2/02.15.%20Geeshie%20Wiley%20-%20Last%20Kind%20Words%20Blues%20-%20Geeshie%20Wiley_sample.mp3;
>  
>
> > "THE LAST KIND WORDS">> is a superb song from the South. Recorded around 
> > 1930 
> > | 
> > 
> > Looks like ... 
> > 
> > Annotation 2020-06-10 204237.jpg 
> > 
> > Good stuff! 
> > 
> > Best wishes 
> > TT 
> > 
> > On Wednesday, 10 June 2020 19:37:45 UTC+2, fkohrt wrote: 
> > 
> > I've assembled a small plugin that allows to embed inline audio 
> > behind text. 
> > 
> > Demo: 
> > 
> https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite 
> > <
> https://fkohrt.gitlab.io/tw5-soundcite/#%24%3A%2Fplugins%2Ffk%2Fsoundcite> 
>
> > 
> > Code: https://gitlab.com/fkohrt/tw5-soundcite 
> >  
> > 
> > It uses the SoundCite library, the official website has a few more 
> > advanced examples: http://soundcite.knightlab.com/ 
> >  
> > 
> > The implementation is rather dirty, making use of RawMarkup tags and 
> > inline JavaScript and also doesn't work together with Camel Case 
> Wiki 
> > Links enabled. Still, there might be some nice use cases, so if you 
> > build something cool with it, I'd be happy to see it! 
> > 
> > Feel free to use, share and contribute, the "code" (it's really not 
> > that 
> > much) is MIT licensed. And helpful feedback is also appreciated, as 
> > it's 
> > my first contribution to the TiddlyWiki universe... 
>

-- 
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/1d5a1d1b-ec61-4a34-ad34-54c3522cd150o%40googlegroups.com.


Re: [tw5] Re: [Presenting]: STROLL official rollout!

2020-06-12 Thread David Gifford
Thanks balasubramanian - I looked up your impressively long name -
Wikipedia says it means "auspicious effulgence of the Supreme Spirit". Nice
expression, made my day. Blessings to you.

On Fri, Jun 12, 2020 at 10:21 AM balasubramanian Achuthan <
balasu...@gmail.com> wrote:

> Awesome and thanks. Wonderful community we have here :)
>
> On Thursday, May 7, 2020 at 8:34:17 PM UTC+5:30, David Gifford wrote:
>>
>> Hi everyone
>>
>> Stroll is a TiddlyWiki adaptation imitating certain features of Roam to
>> help users easily see connections between their notes and navigate between
>> them. Features include:
>>
>>- bi-directional links,
>>- autocompletion when linking,
>>- renaming of links upon changing tiddler titles,
>>- side-by-side editing of multiple notes.
>>
>> Stroll is the successor to TiddlyBlink. I do not plan to update
>> TiddlyBlink (or its cousin Idea Stew) from here on out, except may be to
>> upgrade to new versions of TiddlyWiki.
>>
>> I have uploaded Stroll to its official home:
>> https://giffmex.org/stroll/stroll.html.
>>
>> I am hoping that its detailed tutorial will help introduce TiddlyWiki to
>> a new generation of non-techy users. I am also hoping that its similarity
>> to Roam will make it attractive to those who enjoy Roam but are concerned
>> about privacy issues for some of their information, or who won't be able to
>> afford Roam when it begins charging a subscription.
>>
>> Thank you to everyone who gave me feedback during the experimental phase,
>> and especially to Saq Imtiaz for creating and adapting his Stories plugin
>> for Stroll's needs. And thanks to all of you *in advance* for your
>> continued feedback and your promotion of Stroll as an easy way of getting
>> people added to the TiddlyWiki community.
>>
>> Blessings.
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/GqqWdGnFb94/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/d9a38250-7187-4243-9dac-6540a4008b04o%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/CANE%3DBFJmiUvJXV%2B-Rt0BiWCLm%3D5eH068Esan1Os8BnULEoDuqg%40mail.gmail.com.


[tw5] Re: [INTRO] WikiLabs Plugin Library

2020-06-12 Thread PMario
Tony, Mohammad, 

Thanks! 

As I made the library I thought about the possibility to share "bundles" in 
a similar way. ... 

As you know, bundles are a "collection" of tiddlers. Prose text _and_ 
plugins if needed. Prose text tiddler are not "shadowed" in bundles. So 
they can be removed. ... 

One problem is, it's not possible to create a dependency to a 3rd party 
plugin. .. But it would be possible to include a doc-tiddler that links to 
a "needed" 3rd party plugin. With this mechanism it wouldn't be needed to 
directly include a plugin, into a bundle, that may already be "older". 

just some thoughts
mario

-- 
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/7dad4f2a-207a-49f8-8207-98a96f2d5112o%40googlegroups.com.


Re: [tw5] [INTRO] WikiLabs Plugin Library

2020-06-12 Thread Mohammad Rahmani
Hi Mario
 Many thanks for creating and sharing the Wikilab plugin library! We need
more of these (hope other developer create and share)
 This is one step forward in having third party plugin libraries to let
users simply find and install plugins/themes.


Best wishes
Mohammad


On Fri, Jun 12, 2020 at 3:29 PM PMario  wrote:

> Hi Folks,
>
> I did create a WikiLabs plugin library ,
> that allows everyone to import all my plugins, using the same mechanism as
> you do with TW plugins.
>
> To *get started* just open the link above and "drag and drop" import the
> "green button" into your wiki.
>
> The link contains a library configuration tiddler, that points to the
> "latest" version of the plugin library.
>
> Importing plugins can be done using the *ControlPanel : Plugins : Get
> more plugins*   button.
>
>
>- Using the library makes it simple, for authors, to define
>dependencies eg. for themes.
>- It makes it simple for users. They can import plugins + dependencies
>with 1 click ;)
>- You can see, which plugins are already installed, or which plugins
>are available for update
>- No need to remember where you got your WikiLabs plugins from
>
>
> A short intro video is in the making and will be linked here.
>
> have fun!
> mario
>
>
> *PS - If you USE it: Support it  :) *
>
> PPS - There is a *new version of the UNI-LINK* plugin, which is
> compatible with relink 1.10.0
>
> --
> 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/b8e19d7b-cfd0-442d-9e47-8f9f0a9ea857o%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/CAAV1gMD1wiuoObpMeyB1j_BdrFG22uZbv3RWsbbJhRG-GAA_Vw%40mail.gmail.com.


[tw5] Re: auto embed images from local folder into tiddler

2020-06-12 Thread scot
@Mark S.
thanks for the quick response. Everything working well, sets tiddler type 
as expected.
My problem seemed to be with the image file I was using. I tried it on 
different drives and it still wouldn't work. Changed the image and all went 
smoothly.

Thanks again Mark
Regards
Scot


On Thursday, 11 June 2020 22:23:21 UTC+1, Mark S. wrote:
>
> @scot
>
> You're right -- I left out the image type. Here's a version that let's you 
> select from 3 different image types. Be sure to make an initial selection. 
> Unfortunately, defaults in TW don't actually initialize fields and tiddlers 
> until you make a choice from the menu.
>
> Thanks!
>
>

-- 
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/a91fb619-4ad8-45a1-a479-3fc83fc44135o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread Eric Shulman
On Friday, June 12, 2020 at 8:18:14 AM UTC-7, Mark S. wrote:
>
> But, why doesn't it show up when typing "list-thumbnails" into the search 
> box? How is it supposed to be discovered?
>

There is this:
   https://tiddlywiki.com/#Core%20Macros
and this:
   https://tiddlywiki.com/#thumbnail%20Macro

but I'd say that it's "underdocumented" in that it doesn't really give the 
usage, and the only example is the "thumbnail-right" macro.

I found it using $:/AdvancedSearch "Shadows" tab, search for 
"$:/core/macros"

-e




>
> On Friday, June 12, 2020 at 8:13:24 AM UTC-7, Eric Shulman wrote:
>>
>> On Friday, June 12, 2020 at 7:10:55 AM UTC-7, Mark S. wrote:
>>>
>>> Where did you get the list-thumbnail macro? The code for it probably 
>>> needs to be hacked.
>>>
>>
>> $:/core/macros/thumbnails
>>
>> it's in the standard distribution (empty.html)
>>
>> -e
>>
>

-- 
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/6cbcfd14-c587-4b64-875a-0339be457677o%40googlegroups.com.


[tw5] Re: [Presenting]: STROLL official rollout!

2020-06-12 Thread balasubramanian Achuthan
Awesome and thanks. Wonderful community we have here :)

On Thursday, May 7, 2020 at 8:34:17 PM UTC+5:30, David Gifford wrote:
>
> Hi everyone
>
> Stroll is a TiddlyWiki adaptation imitating certain features of Roam to 
> help users easily see connections between their notes and navigate between 
> them. Features include:
>
>- bi-directional links, 
>- autocompletion when linking, 
>- renaming of links upon changing tiddler titles, 
>- side-by-side editing of multiple notes. 
>
> Stroll is the successor to TiddlyBlink. I do not plan to update 
> TiddlyBlink (or its cousin Idea Stew) from here on out, except may be to 
> upgrade to new versions of TiddlyWiki.
>
> I have uploaded Stroll to its official home: 
> https://giffmex.org/stroll/stroll.html.
>
> I am hoping that its detailed tutorial will help introduce TiddlyWiki to a 
> new generation of non-techy users. I am also hoping that its similarity to 
> Roam will make it attractive to those who enjoy Roam but are concerned 
> about privacy issues for some of their information, or who won't be able to 
> afford Roam when it begins charging a subscription.
>
> Thank you to everyone who gave me feedback during the experimental phase, 
> and especially to Saq Imtiaz for creating and adapting his Stories plugin 
> for Stroll's needs. And thanks to all of you *in advance* for your 
> continued feedback and your promotion of Stroll as an easy way of getting 
> people added to the TiddlyWiki community.
>
> Blessings.
>
>

-- 
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/d9a38250-7187-4243-9dac-6540a4008b04o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread 'Mark S.' via TiddlyWiki

But, why doesn't it show up when typing "list-thumbnails" into the search 
box? How is it supposed to be discovered?


On Friday, June 12, 2020 at 8:13:24 AM UTC-7, Eric Shulman wrote:
>
> On Friday, June 12, 2020 at 7:10:55 AM UTC-7, Mark S. wrote:
>>
>> Where did you get the list-thumbnail macro? The code for it probably 
>> needs to be hacked.
>>
>
> $:/core/macros/thumbnails
>
> it's in the standard distribution (empty.html)
>
> -e
>

-- 
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/fb78a863-ff2c-4f0a-8070-cadb82c4ddeeo%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread Eric Shulman
On Friday, June 12, 2020 at 7:10:55 AM UTC-7, Mark S. wrote:
>
> Where did you get the list-thumbnail macro? The code for it probably needs 
> to be hacked.
>

$:/core/macros/thumbnails

it's in the standard distribution (empty.html)

-e

-- 
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/c996935b-5f0d-4d6d-a6b9-ea60ca38f368o%40googlegroups.com.


[tw5] Re: Imported Image Link to website

2020-06-12 Thread 'Mark S.' via TiddlyWiki
Where did you get the list-thumbnail macro? The code for it probably needs 
to be hacked.

In general, for external image links, I use HTML tags 

It could be rolled easily enough with list widgets, but if you already have 
code you like, it might be easier to modify it.


On Thursday, June 11, 2020 at 11:41:54 PM UTC-7, Joey Fortson wrote:
>
> Hey everyone, 
>
> I have imported an image (image/jpeg) and would like to create a link to 
> an external site within the image (ie. https://www.wikipedia.com). I am 
> attempting to use the list-thumbnails filter
>
>  style="font-size:0.7em;text-align:center;margin-top:2em;margin-bottom:2em;">
> <>
> 
>
> When the link field is added and the external site is entered it seems to 
> only want to link to a non existent tiddler. Totally cool normally, but in 
> this situation I would like the image, when selected, to attempt to access 
> an external site. I have tried using the url, source, and link fields but 
> no luck. Any thoughts or pointers?
>
> Thanks
>

-- 
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/da5a9f6b-dfa0-4b38-8719-127cb434bdd3o%40googlegroups.com.


[tw5] [INTRO] WikiLabs Plugin Library

2020-06-12 Thread TW Tones
Mario

Thanks so much for packaging your plugins in a library and integration of the 
alias plugin with relink. Many of your plugins open many possibilities and all 
are very professional and a most valuable community contribution.

We are fortunate to have you in the tiddlyverse.

Regards
Tony

-- 
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/d362ba3d-c769-473a-87fb-b9d1d6d062cco%40googlegroups.com.


[tw5] [INTRO] WikiLabs Plugin Library

2020-06-12 Thread PMario
Hi Folks, 

I did create a WikiLabs plugin library , that 
allows everyone to import all my plugins, using the same mechanism as you 
do with TW plugins. 

To *get started* just open the link above and "drag and drop" import the 
"green button" into your wiki. 

The link contains a library configuration tiddler, that points to the 
"latest" version of the plugin library. 

Importing plugins can be done using the *ControlPanel : Plugins : Get more 
plugins*   button.


   - Using the library makes it simple, for authors, to define dependencies 
   eg. for themes. 
   - It makes it simple for users. They can import plugins + dependencies 
   with 1 click ;)
   - You can see, which plugins are already installed, or which plugins are 
   available for update
   - No need to remember where you got your WikiLabs plugins from 


A short intro video is in the making and will be linked here. 

have fun!
mario


*PS - If you USE it: Support it  :) *

PPS - There is a *new version of the UNI-LINK* plugin, which is compatible 
with relink 1.10.0

-- 
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/b8e19d7b-cfd0-442d-9e47-8f9f0a9ea857o%40googlegroups.com.


Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread Ste Wilson
But adaptive tests would be brilliant too :)

On Friday, 12 June 2020 09:33:55 UTC+1, Ste Wilson wrote:
>
>
> Sorry about the thread hijack :(
>
> Hi Tony,
>
> Quick mockup:
>
> I was thinking something like the attached, but also perhaps just being 
> able to collapse the middle in/ out of a more traditional layout: 
> http://stephenteacher.tiddlyspot.com/#Gay%20Lussac%20Worked%20Example
>
> On Friday, 12 June 2020 07:35:11 UTC+1, TW Tones wrote:
>>
>> Ste,
>>
>> Your Maths questions Idea, Sounds a little like an adaptive test, or 
>> questionnaire. The content depends on previous answers. . Tiddlywiki is a 
>> great tool to implement this. As I will one day.
>>
>> Regards
>> Tony
>>
>>
>>
>> On Friday, June 12, 2020 at 4:18:30 PM UTC+10, Ste Wilson wrote:
>>>
>>> I did contemplate doing the stretch text type thing for answers to maths 
>>> questions where the default solution goes straight to the solution and then 
>>> stretches break down each step to get there so students could drill down to 
>>> the level of support they needed... But I've never quite worked up to doing 
>>> it as its effort enough putting up a good worked example! 
>>
>>

-- 
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/29e7a830-b234-4c09-8a86-4025e414ede8o%40googlegroups.com.


[tw5] Imported Image Link to website

2020-06-12 Thread Joey Fortson
Hey everyone, 

I have imported an image (image/jpeg) and would like to create a link to an 
external site within the image (ie. https://www.wikipedia.com). I am 
attempting to use the list-thumbnails filter


<>


When the link field is added and the external site is entered it seems to 
only want to link to a non existent tiddler. Totally cool normally, but in 
this situation I would like the image, when selected, to attempt to access 
an external site. I have tried using the url, source, and link fields but 
no luck. Any thoughts or pointers?

Thanks

-- 
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/e5b7e86f-9f62-4e45-9410-525f793127e5o%40googlegroups.com.


Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread TW Tones
Ste,

Your Maths questions Idea, Sounds a little like an adaptive test, or 
questionnaire. The content depends on previous answers. . Tiddlywiki is a 
great tool to implement this. As I will one day.

Regards
Tony



On Friday, June 12, 2020 at 4:18:30 PM UTC+10, Ste Wilson wrote:
>
> I did contemplate doing the stretch text type thing for answers to maths 
> questions where the default solution goes straight to the solution and then 
> stretches break down each step to get there so students could drill down to 
> the level of support they needed... But I've never quite worked up to doing 
> it as its effort enough putting up a good worked example! 

-- 
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/3c703226-23e4-46e9-be5a-9e3cbe972748o%40googlegroups.com.


Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread Ste Wilson
I did contemplate doing the stretch text type thing for answers to maths 
questions where the default solution goes straight to the solution and then 
stretches break down each step to get there so students could drill down to the 
level of support they needed... But I've never quite worked up to doing it as 
its effort enough putting up a good worked example! 

-- 
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/62252bb3-5f03-4694-8657-81fb8f50127bo%40googlegroups.com.


Re: [tw5] Monowikis vs. Microwikis

2020-06-12 Thread TiddlyTweeter
Fully agree. Good points & examples.

On Thursday, 11 June 2020 21:06:14 UTC+2, springer wrote:
>
> Just one more variable here, in terms of whether and when to individuate 
> TW instances: AUDIENCE
>
> Many of my TW projects are already -- or may eventually be -- shared with 
> a particular kind of audience (often students in a course, but not always). 
> I have one catch-all wiki for all the personal project content that doesn't 
> fit any of those baskets, and another for TW-related experimentation 
> (plugins under evaluation, useful tidbits and how-tos, plus resources and 
> links squirreled away for future exploration). 
>
> For any audience other than myself, when the point is the content rather 
> than the tool itself, I like to share a wiki that doesn't include too many 
> unrelated tiddlers. (And often even the interface style wants to be 
> different, and I do enjoy having different interface flavors as I shift 
> from one domain to another on a given day.)
>
> Of course, one might prefer to keep everything together, knowing it's 
> possible to export a filtered set of tiddlers down the road. But when I 
> already suspect that a body of ideas may be prime for sharing later, I 
> start by setting up a tiddlyspot site for it (with an encryption password 
> if need be). Then I can share a link to the site in a totally spontaneous 
> way when I run into someone who would appreciate it.
>
> -Springer
>

-- 
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/10b19acd-1eb4-4910-9276-1f07fd02f6b7o%40googlegroups.com.


Re: [tw5] Re: New SoundCite plugin created

2020-06-12 Thread TiddlyTweeter
Florian wrote:
>
> ... discovered some of them, e. g. Thomas Elmiger's 
> > https://tid.li/tw5/hacks.html#TextStretch 
>
 

> While I do like the way it is presented very much, I don't feel 
> comfortable with the workflow required to create the stretch text. I am 
> intrigued by the idea to present information in variable depth, 
> originating from only one source. But creating longer samples is no fun, 
> see e. g. the source of the following strex sample (using text from the 
> Heinrich von Kleist, known for his long sentences): 
>
 

> https://fkohrt.gitlab.io/tiddlywiki-stuff/#Kleist%3A%20Kohlhaas 


 That is a great example!!

You are right it can be very demanding building one, especially once you 
start nesting.
Part of that problem is,  I think, not just the tool per se, its mentally 
visualising what to do.
At least I quickly get confused!

One thing might be to use CSS with strex during the construction with all 
strex expanded.
CSS cascade could color different strex levels in the render. Only needed 
to help building one.
Off in finished version.
A thought. 

Best wishes
TT

-- 
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/636c3c69-c5a9-4b71-989c-a71c2cb28a58o%40googlegroups.com.