[tw5] Re: [TW5] "Muuri-Touch" plugin

2018-04-09 Thread BurningTreeC
> > I've recently discovered TW5, and I'm excited about all the things it can > do. I'd like to try the Muuri Alpha, but I can't find the plugin on the > page. > > > Hi Morgaine , and welcome :) you can find the plugin on http://tiddlytouch.tiddlyspot.com I hope it works for you ... I'm planni

[tw5] Re: How to tag separate paragraphs in different tiddlers and then transclude them?

2018-04-09 Thread TonyM
Stephen, I suppose in some ways it could be but given this can be done with macros not plugins and not Javascript it is more likely to provide info regular users can use. Of late even some serious technical issues that I would have thought belonged in the Dev group can be found here. Regards

[tw5] Re: file size reduction

2018-04-09 Thread SveRo
OK, reduced about 50% thankyou Am Dienstag, 10. April 2018 06:55:12 UTC+2 schrieb SveRo: > > Hi all, > > i've got TW5 v. 5.15 running. > No includet PDF's, pics or something like that but the file has > 10Mb. > > I've tested some pluginns in the past, but removed the after testing. > Just the "che

[tw5] Re: How to tag separate paragraphs in different tiddlers and then transclude them?

2018-04-09 Thread Stephan Hradek
Am Dienstag, 10. April 2018 02:17:59 UTC+2 schrieb TonyM: > > JD, > > Should we be using a new thread to collaborate otherwise we are somewhat > hijacking the thread? > Isn't this something for the TiddlyWikiDev group? -- You received this message because you are subscribed to the Google Grou

[tw5] Re: The Performance At Scale Bummer ... Initial Notes

2018-04-09 Thread Mat
Apropos results-as-you-type, I just (re-)stumbled over this, for anyone is interested. Who knows, maybe it has some superior algorithm for big data sets or some other useful aspect that we can use: Awesomplete <:-) -- You received this message because

[tw5] Re: file size reduction

2018-04-09 Thread Mat
The matter felt familiar so I checked one of my main TWs for "sizesort" and, sure enough; <$list filter="[!is[system]!is[shadow]!lsort[]]"> <$macrocall $name="length" tiddler={{!!title}}/> <$link><$view field=title/> Now, that "length" macro is apparently from this plugin by Thomas Elmiger: $:

[tw5] file size reduction

2018-04-09 Thread SveRo
Hi all, i've got TW5 v. 5.15 running. No includet PDF's, pics or something like that but the file has > 10Mb. I've tested some pluginns in the past, but removed the after testing. Just the "checklist plugin" is acive! Is there any possibility to check form what part the file size is comming? OR

[tw5] Re: [TW5] "Muuri-Touch" plugin

2018-04-09 Thread Morgaine O'Herne
I've recently discovered TW5, and I'm excited about all the things it can do. I'd like to try the Muuri Alpha, but I can't find the plugin on the page. On Thursday, December 28, 2017 at 1:55:16 PM UTC-7, BurningTreeC wrote: > > *An *alpha state *plugin *is now available on > http://muritest.ti

[tw5] Re: How to tag separate paragraphs in different tiddlers and then transclude them?

2018-04-09 Thread TonyM
JD, Should we be using a new thread to collaborate otherwise we are somewhat hijacking the thread? Of note is I am using filters such as "[tag[WhitePaper]]" where it would be nice to either include all tiddlers tagged by the tiddlers that are tagged by WhitePaper like the Table of Contents mac

[tw5] [OT] Card Design

2018-04-09 Thread Thomas Elmiger
Hi all, maybe some of you might find this article helpful, inspiring or interesting: Pitfalls of Card UIs - daverupert.com https://daverupert.com/2018/04/pitfalls-of-card-uis/ Many Wikis I know use the cards metaphor and as a TW user and/or designer you might know some of the problems the aut

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread PMario
On Monday, April 9, 2018 at 7:21:40 PM UTC+2, TheDiveO wrote: > > PMario, > does this already cover the case where a title contains quotes? Or does > this need some escaping? > It can do, what a browser can handle. .. NO TW specific stuff here. eg: title: aa"aa CSS: [data-title="aa\"aa"] { b

[tw5] Re: Display contents of tiddler as list

2018-04-09 Thread Craig Chandler
On Monday, 9 April 2018 16:05:04 UTC+9:30, Stephan Hradek wrote: > > You could also use my pick plugin > and use this in your select: > > <$select field="Topic:"> > <$list filter="[[Topic List]pick:text[(?gm)^(.+)$]]"> > <$view field='title'/> > > > > > T

[tw5] Re: tiddler list with titles and tags

2018-04-09 Thread Jed Carty
If the reason you want to use {{!!tags}} is formatting than you can make a list of tags that is formatted the same way but it is a bit awkward. In place of {{!!tags}} you can put: <$list filter='[is[current]tags[]sort[]butlast[]]'><$view field='title'/>,<$list filter='[is[current]tags[]sort[]l

[tw5] Re: tiddler list with titles and tags

2018-04-09 Thread Captain Packers
Thanks Jed. The tags within the string referenced by {{!!tags}} do not seem to be sorted. That's what I'd really like to accomplish, but if it's not done by the core then we're talking about writing some code to do it, right? I'm not sure I'm willing to go that far to have a sorted list of tags

[tw5] Tooltips / modals that refer to tiddlers: a static / mobile impasse?

2018-04-09 Thread David Gifford
Hi all Experimented today with exporting tiddlers to static html, but tiddlers that have popups with content from other tiddlers. 1. At first I tried tooltips on hover. Worked great for my laptop. Got it to look and function perfectly. Exported and uploaded it to http://giffmex.org/experiments

[tw5] Re: Double sort of filtered list for ToDoNow

2018-04-09 Thread 'Surya' via TiddlyWiki
Hi Mark, that's it! It works on my Android with AndTidWiki :-)) Thanks a ton!! Surya Am Montag, 9. April 2018 03:16:58 UTC+2 schrieb Mark S.: > > Hi Surya, > > Good news! I think I got my original approach to work: > > <$set name="listfilter" value="""[tag[ToDo]][tag[ToDoNow]] > +[has[todo-d

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread TheDiveO
PMario, does this already cover the case where a title contains quotes? Or does this need some escaping? Best regards, TheDiveO -- 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, se

[tw5] Re: Announcing Apps Folder access

2018-04-09 Thread Miroslav Kalous
Just wanted to point the the fact that tiddlywiki.com links (here ) to the older version of Arlen's TW5 in the Sky. So if this reads anyone able to change that, it'd be great to point users to the newer version: https://twclou

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread BurningTreeC
> > @JD ... I tried my idea with the moveable button - an error happened that > should now be solved with an update on the pan widget - set $refresh="no" > in <$pan ...> > > also, my css was wrong, it should be position: fixed; > > > My FAB button is moving all over the screen now, pretty cool >

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread BurningTreeC
@JD ... I tried my idea with the moveable button - an error happened that should now be solved with an update on the pan widget - set $refresh="no" in <$pan ...> also, my css was wrong, it should be position: fixed; My FAB button is moving all over the screen now, pretty cool The secondary but

[tw5] Re: How to gracefully transclude tiddlers with titles?

2018-04-09 Thread Mat
I think you can create a stylesheet that cover the cases you expect, because I do think you must predefine it manually. You can try this just to see an example for how to target things. In your Maintopic tiddler, put this at the bottom of it; h1 ~ h1 {background:red;} h1 ~ h1 ~ h2 {background:g

[tw5] Re: The Performance At Scale Bummer ... Initial Notes

2018-04-09 Thread 'Mark S.' via TiddlyWiki
I perceive the results-as-you-type thing as more of a toy -- not a usability development. Not just TW, but anywhere it's used. It may make sense when it's attached to a powerful back-end server database, but not so much when you have a local, non-indexed data source. In the case of TW, it inte

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread JD
I just got acquainted with this plugin (PMarios's Bundler). Thanks for the info! On Monday, April 9, 2018 at 9:15:21 PM UTC+9, @TiddlyTweeter wrote: > > JD, related to my last ... IF the overhead in total is low then mixed > package. IF the functionality of each "bit" is discrete: separate. > >

[tw5] Re: HammerWidgets - Actions on Swipe, Pan, Press, Tap and Pinch

2018-04-09 Thread BurningTreeC
... and the Pinch widget is online, too some small changes may be made the next days on some widgets the next days. nothing big - cleaning up and looking for errors BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this gr

[tw5] Re: How to tag separate paragraphs in different tiddlers and then transclude them?

2018-04-09 Thread JD
Hey Tony, I was thinking of adding "subtiddler" as another optional parameter, then going along these lines: <$list filter="$filter$" variable="parItem"> <$transclude tiddler=<> subtiddler="$subtiddler$"/> As you can see, I'm not quite imaginative enough to think of more than that 😅. Please do

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread BurningTreeC
> > Sorry I dont have enough time and all the required skills to update it in > due time for v5.1.16 release, but I promise I'll go on working on it for > next one. > (I just started learning JavaScript, D3 and TW in January... my coding > efficiency is still limited) > > On Monday, April 9, 20

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread @TiddlyTweeter
JD, related to my last ... IF the overhead in total is low then mixed package. IF the functionality of each "bit" is discrete: separate. A way to deal with keeping track and being able to provide "packages" is to use PMario's BUNDLER tool

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread JD
That was a refreshing video, Josiah, thanks 😁 Yeah, I was wondering about modularity as well. With all the other amazing folks who are using BTC's widgets, separated widgets might be the best way to go. Although it might be trickier for the devs to keep all those modular plugins in sync with e

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread JD
Whaa this is a really cool idea... that might even result into a separate FAB plugin. I see this being usable even outside of Material theme! I'll start working on a demo. Btw, as more and more people use your widgets in their plugins/theme, do you think it's better if the widgets remain s

[tw5] Re: I love TiddlyWiki because...

2018-04-09 Thread @TiddlyTweeter
"... It is an AMAZING tool -- exactly what I need!" @ELMShuman -- 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 ema

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread Silverfox
Sorry I dont have enough time and all the required skills to update it in due time for v5.1.16 release, but I promise I'll go on working on it for next one. (I just started learning JavaScript, D3 and TW in January... my coding efficiency is still limited) On Monday, April 9, 2018 at 11:30:52 A

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread @TiddlyTweeter
Will do. Give me a few days so I can be precise. BurningTreeC wrote: > > >> Ciao Josiah, may I ask you to report over on the HammerWidgets thread > which things don't work on which browser with which type of pointer > (mouse/touch)? > -- You received this message because you are subscribed to

[tw5] Re: The Performance At Scale Bummer ... Initial Notes

2018-04-09 Thread @TiddlyTweeter
Ciao Mark S. I guess part of the issue is that "usability" developments can have consequences unforeseen at the time??? J. Mark S. wrote: > > > Such as a search that responds keystroke by keystroke. > > I would love to turn that feature off. You don't need 85,000 tiddlers to > have it slow thi

[tw5] Re: The Performance At Scale Bummer ... Initial Notes

2018-04-09 Thread @TiddlyTweeter
Ciao TonyM & all interested I do think that a "Rules Of Thumb" note on SCALABILITY could be very useful. The issue is expressing it correctly. So much of performance is an EMPIRICAL issue, that without testing variant use cases, you can make TW look worse than it is. That is not a good idea.

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread BurningTreeC
> > -- the TOUCHY stuff: pan, zoom, pinch, slide and crunch--some issues come > up cross platform. Ideally it would be good if they all work on touch and > non-touch screens. But I think, practically, some bits won't. I think > modularity can part help with this issue--so end users can be clear

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread @TiddlyTweeter
Dear Dynamic Duo, BTC (Batman) and JD (Robin) :-) https://www.youtube.com/watch?v=kK4H-LkrQjQ A small plea from Gotham City inhabitants. When you come to decide how the various pieces of this jigsaw are finalised into plugins *I wish for modularity*. So that I could use parts of your wholes wi

Re: [tw5] Re: HammerWidgets - Actions on Swipe, Pan, Press, Tap and Pinch

2018-04-09 Thread Jan Johannpeter
Hello Simon, I will need some time to see what is best. I think I will change the story-left with that techinque. Yours Jan 2018-04-09 10:47 GMT+02:00 BurningTreeC : > Hi Simon, >> very good that this seems to be possible...But I would like to see the >> sidebar being dragged before snapping bac

[tw5] Re: Material Theme for TW5 (sort of)

2018-04-09 Thread BurningTreeC
> > Oh man, by using that feature of the dynaview plugin, it looks like I > indeed have to top-fix something. Thanks for the recommendation! > > I'll look more into it, but as of now it's not bothering me at all on > Noteself Android. It's just Chrome (for Android) that's showing some kinks >

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread BurningTreeC
@Jeremy Ruston about the d3 plugin: I think we won't make it in time to adjust the new widgets so that they can be used in a productive way - they're still in a demo-state We can leave the plugin as it is, or remove the widgets and have just the library updated - adding some infos and links t

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread PMario
On Monday, April 9, 2018 at 11:16:29 AM UTC+2, BurningTreeC wrote: > > I read the whole thing @pmario > on the prerelease page you can see that data-tiddler-title is already in > the viewtemplate > ..ok, .. I missed that one ;) -m -- You received this message because you are subscribed to the

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread BurningTreeC
I read the whole thing @pmario on the prerelease page you can see that data-tiddler-title is already in the viewtemplate -- 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 a

[tw5] Re: Preparing for v5.1.16

2018-04-09 Thread PMario
--- Off Topic warning - TLDR; So having all those discussions and implementations in place, I would suggest to add 1 more thing, to the view template, for ultimate flexibility, *without *increasing complexity. - We have a "color" field to define tag-colors

Re: [tw5] Re: HammerWidgets - Actions on Swipe, Pan, Press, Tap and Pinch

2018-04-09 Thread BurningTreeC
> > Hi Simon, > very good that this seems to be possible...But I would like to see the > sidebar being dragged before snapping back or snapping away when lifting > the finger. > The whole thing ist not vitally necessary of course but it feels better in > the user experience... > > Regarding th

Re: [tw5] Re: HammerWidgets - Actions on Swipe, Pan, Press, Tap and Pinch

2018-04-09 Thread Jan Johannpeter
Hi Simon, very good that this seems to be possible...But I would like to see the sidebar being dragged before snapping back or snapping away when lifting the finger. The whole thing ist not vitally necessary of course but it feels better in the user experience... Regarding the div to drag/pan in

Re: [tw5] Re: HammerWidgets - Actions on Swipe, Pan, Press, Tap and Pinch

2018-04-09 Thread BurningTreeC
@Jan ... with my example, when the left bar is hidden, there's nothing to bring it back by panning It's better to create a div that's always there, like the slidebar, and assign the pan widget to that div when the left bar is off, it should be at the left screen border, when the bar is on, it

Re: [tw5] Re: Preparing for v5.1.16

2018-04-09 Thread BurningTreeC
> > Hi Simon, Hi Jeremy, > it would be great to be able to style tiddlers by type like > [data-tiddler-type="text/plain"] { background-color: #33; } > text/plain. > > Could you make this possible? > > Jan > > > @Jan, you can accomplish that by editing the $:/core/ui/ViewTemplate: after the