[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-12 Thread TW Tones
Joshua Lovely work like usual. I knew the json mangler plugin would start to pay off with particular applications like this. I would be keen to apply filters and actions to the json tiddlers during import to add or remove title prefix/suffix or field value pairs. This would allow importing tid

[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

[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

[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

[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

[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 U

[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 exter

[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 pl

[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. Mi

[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

[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 G

[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+unsu

[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 sub

[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

[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 thes

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 a

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 create

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 >

[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 bu

[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

[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 i

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

[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/migratin

[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

[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

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 t

[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]]

[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 everyo

[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

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 ex

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. W

[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. ... On

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, 202

[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 Thursd

[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

[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 >

[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

[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

[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, 202

[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 --

[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 lin

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