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

2018-04-08 Thread BurningTreeC
> > Hi Simon, > I am absolutely amazed how much you accomplished ... and I am proud you > linked smarties.tiddlyspot.com as a reference. I would like to update > which plugins and tiddlers will be necessary for the sidebar after the > great update of TW. > > Looking at the great UX of the Slide

[tw5] Re: Display contents of tiddler as list

2018-04-08 Thread Stephan Hradek
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'/> -- You received this message because you are subscribed to the Google Groups "TiddlyWi

[tw5] Re: Display contents of tiddler as list

2018-04-08 Thread Craig Chandler
On Monday, 9 April 2018 15:49:16 UTC+9:30, Stephan Hradek wrote: > > Yes if this is your Topic List: > > [[Topic 1]] > [[Topic 2]] > [[Topic 3]] > > > Ahh thanks, does that mean a plain text list can not be made to work? -- You received this message because you are subscribed to the Google Grou

[tw5] How to gracefully transclude tiddlers with titles?

2018-04-08 Thread Luca Dorigo
Maybe I'm not using the feature as intended but at the moment titles really mess up my tiddlers. For example, say I have a tiddler "Subtopic" containing the following wikitext: Some intro text, blablablablabla, nothing important, ! First Section Some more explanation, blablablablablabl

[tw5] Re: Display contents of tiddler as list

2018-04-08 Thread Stephan Hradek
Yes if this is your Topic List: [[Topic 1]] [[Topic 2]] [[Topic 3]] -- 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 p

[tw5] Re: [TW5]] Regexp to find tiddlers with a title of max length

2018-04-08 Thread Luca Dorigo
(you probably know it, but if you want /any/ character and not only alphanymeric ones, it should be /^.{1,4}$/ :-) ) Le samedi 7 avril 2018 19:15:22 UTC+2, Matthew Petty a écrit : > > I had missed out the ^, so that fixed it, thank you! > > To explain what I'm doing, just in case you're intereste

[tw5] Display contents of tiddler as list

2018-04-08 Thread Craig Chandler
Hi, is it possible to display contents of a tiddler as a list, specifically for use in a selection list ie. have a tiddler "Topic List" Topic 1 Topic 2 Topic 3 Then in another tiddler be able to Select a topic with something like <$select field="Topic:"> <$list filter={{Topic List}}> <$view fi

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

2018-04-08 Thread 'Mark S.' via TiddlyWiki
> 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 things down -- even a few hundred is enough on a tablet. I'd much rather type and enter without the performance and interference hit. -- Mark -- You

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

2018-04-08 Thread 'Mark S.' via TiddlyWiki
Hi Surya, Good news! I think I got my original approach to work: <$set name="listfilter" value="""[tag[ToDo]][tag[ToDoNow]] +[has[todo-deadline]days:todo-deadline[7]eachday[todo-deadline]sort[todo-deadline]]"""> <$set name="listfilter2" value="""[tag[ToDo]has[todo-deadline]sameday:todo-deadline

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

2018-04-08 Thread TonyM
Josiah, I have given this some thought, and have a lot to add. Perhaps we should start a discussion specifically on settings and tools for large wikis? I just loaded the thousands of standard tiddlers (mostly tweets) from the large TiddlyWiki exhibiting performance problems. When it come to sca

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

2018-04-08 Thread Jan Johannpeter
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 2018-04-08 21:38 GMT+02:00 BurningTreeC : > Hi @Jeremy Ruston , > > The new *data-tiddler-title* isn't m

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

2018-04-08 Thread Jan Johannpeter
Hi Simon, I am absolutely amazed how much you accomplished ... and I am proud you linked smarties.tiddlyspot.com as a reference. I would like to update which plugins and tiddlers will be necessary for the sidebar after the great update of TW. Looking at the great UX of the SlideBar, I would I woul

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

2018-04-08 Thread TonyM
Josiah/Jed, Has anyone tried to see if noteself with its in browser counchDB can perform faster with large wikis? Tony On Saturday, April 7, 2018 at 7:48:55 PM UTC+10, Jed Carty wrote: > > Looking through my things, despite using the Object.keys().forEach > structure many times there is only

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

2018-04-08 Thread TonyM
JD, I just tried this and it is very helpful. Thanks for the demo. I just applied it to a list of issues (items tagged Issues) and realised It would be helpful to list the sub tiddlers. I have more ideas and some ideas about how to approach it, if you were to develop it further but as you say

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

2018-04-08 Thread 'Surya' via TiddlyWiki
Hello Mark, That will probably work most of the time for you (you're fairly close to > the international timeline, right?) But it might not quite work right if > you stay up late or travel abroad. I live in Germany and need this task list only here in Germany. I don't need the time, only the d

[tw5] Re: Preparing for v5.1.16

2018-04-08 Thread BurningTreeC
Hi @Jeremy Ruston , The new *data-tiddler-title* isn't mentioned anywhere in the release notes or the docs It can be used to style Tiddlers by title, I think that's a big usability plus and notable [data-tiddler-title="HelloThere"] { background-color: #33; } Simon -- You received thi

[tw5] Re: Preparing for v5.1.16

2018-04-08 Thread TheDiveO
Hi Jeremy, great to see the modularization of CodeMirror, you did a great job! I can finally retire my rather old and odd CM customization in my development TW5s. The new set of CM plugins and the new control panel settings are great! TheDiveO -- You received this message because you are sub

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

2018-04-08 Thread BurningTreeC
> > I love how simple these widgets are! thank you! > > The Tap and Swipe widgets are really cool. I have them running on my Material > Theme demo on the FAB button. > > Swipe up to reveal the secondary FABs. Tapping any of them will hide them > again (or s

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

2018-04-08 Thread BurningTreeC
> > Added to the TiddlyWiki toolmap under Mobile tools. Great stuff. > > Thanks David, much appreciated! BTC -- 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 tid

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

2018-04-08 Thread JD
Thanks Vytas! You might want to update your copy of the macro. I just added an action to the save and cancel buttons that will automatically delete the temporary tiddlers created. for your reference: http://j.d.paragraphs.tiddlyspot.com/ On Sunday, April 8, 2018 at 9:14:25 PM UTC+9, Vytas wrot

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

2018-04-08 Thread JD
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 On Sunday, Ap

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

2018-04-08 Thread JD
Thanks BTC! Swipe + Tap work awesome together! On Sunday, April 8, 2018 at 6:56:43 PM UTC+9, BurningTreeC wrote: > > The Pan, Press and Tap widgets are now online at > http://hammerwidgets.tiddlyspot.com/ > > Have fun! > > BTC > -- You received this message because you are subscribed to the Goo

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

2018-04-08 Thread JD
Hey thanks! I think this is similar to Mat's concept! I'm looking forward to his SuperTiddlers release 🤩 On Sunday, April 8, 2018 at 10:43:24 PM UTC+9, David Gifford wrote: > > This is so cool I just added it to the TiddlyWiki toolmap under 'Writing > and editing - transclusion' > > On Saturd

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

2018-04-08 Thread JD
I love how simple these widgets are! thank you! The Tap and Swipe widgets are really cool. I have them running on my Material Theme demo on the FAB button. Swipe up to reveal the secondary FABs. Tapping any of them will hide them again (or swipe down to hi

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

2018-04-08 Thread David Gifford
This is so cool I just added it to the TiddlyWiki toolmap under 'Writing and editing - transclusion' On Saturday, April 7, 2018 at 11:09:28 PM UTC-5, JD wrote: > > I hastily created a wordy little macro that does the same thing, before I > read your post, and now I feel stupid lol > > Still, I

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

2018-04-08 Thread David Gifford
Added to the TiddlyWiki toolmap under Mobile tools. Great stuff. On Sunday, April 8, 2018 at 5:51:52 AM UTC-5, BurningTreeC wrote: > > Hi, I've updated my Gesture Widgets that use the hammer.js library (now in > the tiddlywiki plugin library) > > They allow triggering actions when Swipe, Pan, Pre

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

2018-04-08 Thread 'Vytas' via TiddlyWiki
Stephan, thank you for replying to my questions! zemoxian, your "barebones template" seems to be easy, but contains a lot! JD, your paragraphs macro looks really nice. I find it very convenient, the way the edit-window replaces the view-window of the paragraph and at the same time you retain th

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

2018-04-08 Thread BurningTreeC
> > What the...!!! Wow! That should really enable a UI face lift and adaption > to the mobile screen age! > > now a tiddlywiki core plugin > > > Unclear what you mean with this. For one thing, the core is a plugin and > it is the only plugin that default/empty TW comes installed with. I'm > gue

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

2018-04-08 Thread BurningTreeC
> > I am not sure how I am going to use this but it sounds great. > > Please publish some simple use cases and example so the those of us less > familular at using this tech can access it. > > Good work > Tony > Thanks Tony, I'm planning to use them on the page for more real-worls use-cases Righ

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

2018-04-08 Thread Mat
What the...!!! Wow! That should really enable a UI face lift and adaption to the mobile screen age! now a tiddlywiki core plugin Unclear what you mean with this. For one thing, the core is a plugin and it is the only plugin that default/empty TW comes installed with. I'm guessing the hammer l

Re: [tw5] Re: [TW5] Possible to reveal where a missing tiddler is mentioned?

2018-04-08 Thread Matthew Petty
Thank you PMario! Now there's 2 little things to do. 1. Only find the missing title if it is wrapped in [[]] 2. Make the listed source tiddler a link I tried to use a macro and variable to set the title being searched for be "[[" & search text & "]]", but again the syntax for including a variable

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

2018-04-08 Thread TonyM
I am not sure how I am going to use this but it sounds great. Please publish some simple use cases and example so the those of us less familular at using this tech can access it. Good work Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

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

2018-04-08 Thread BurningTreeC
...Pinch is coming soon! -- 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 post to this group, send email to tiddlywiki@g

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

2018-04-08 Thread BurningTreeC
Hi, I've updated my Gesture Widgets that use the hammer.js library (now a tiddlywiki core plugin) They allow triggering actions when Swipe, Pan, Press, Tap or Pinch(Rotate) Gestures are recognized You can use them on any html tag like , , ... The element needs a css class and that class need

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

2018-04-08 Thread Mat
Interrim step (at least for what I'm aiming for) \define qualstate() <> \define transedit() <$set name=currlist value="[tag]"> <$list filter=<> variable="theTiddler"> <$wikify name=state text=<>> <$reveal type="nomatch" state=<> text="show"> <$button class="tc-btn-invisible tc-tiddlylink" set=<>

[tw5] Re: Preparing for v5.1.16

2018-04-08 Thread Ton Gerner
Hi Jeremy, I updated the Dutch translation to the latest prerelease. You can find it at http://tw5dutch.tiddlyspot.com/ Cheers, Ton -- 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

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

2018-04-08 Thread BurningTreeC
The Pan, Press and Tap widgets are now online at http://hammerwidgets.tiddlyspot.com/ Have fun! BTC -- 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+u

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

2018-04-08 Thread Mat
Stephan Hradek wrote: > > > But I think you're making it too complicated. > > Remember what I wrote? The "3 tiddler" are just one string which is used > as a filter. So why not use your filter instead of using the filter to > create a string and then using that string again as a filter? Want to

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

2018-04-08 Thread BurningTreeC
> > Oh! haha! I'm still testing out methods on how to reveal the secondary > FABbuttons... > > At the demo site I used the swipe widget on the FAB button (as an > overwritten theme tiddler, not yet integrated into the theme plugin), but > it revealed a weird problem on Chrome for Android in my

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

2018-04-08 Thread PMario
There is an issue from Nov 2016, which contains PRs, that where finished https://github.com/Jermolene/TiddlyWiki5/issues/2642 2 PRs are still open. ... Please consider them for merging. ... -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To