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

2018-04-07 Thread Birthe C
Hi Stephan, That is really nice, thank you. For trans-editor <$edit-text tiddler=<> class="full-width"/> .full-width {width: 100%;} Birthe Den fredag den 6. april 2018 kl. 10.40.23 UTC+2 skrev Stephan Hradek: > > I've created a small example for you to reproduce on tiddlywiki.com > >

[tw] Re: [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread PMario
Hi, Navigate to the newly created tiddler: \define actions() <$action-createtiddler $basetitle="Homemade Button" $savetitle= "$:/temp/test"/> <$action-navigate $to={{$:/temp/test}}/> \end <$button actions=<>> Create new tiddler Edit new tiddler: \define actions() <$action-createtiddler

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

2018-04-07 Thread PMario
On Saturday, April 7, 2018 at 9:21:49 AM UTC+2, BurningTreeC wrote: > > From the second link, requestIdleCallback() appears to be very interesting > - if the browser support is given. It reschedules workloads to idle-time > like requestAnimationFrame() >

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

2018-04-07 Thread JD
Hey Bardy thanks for the bug reports! The misaligned TOC turned out to be due to missing class declarations in the Material-ized SVG tiddlers. I updated the iconset at the demosite, please export/import the set again if you still wish to use them. I also updated the theme to comply with the

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

2018-04-07 Thread BurningTreeC
I found two interesting pages that are quite up-to-date and talk about javascript performance on nodejs (v8) and the second on firefox: - https://www.nearform.com/blog/node-js-is-getting-a-new-v8-with-turbofan/ -

[tw] must Enable links to missing tiddlers?

2018-04-07 Thread ruby
hi there , I have a little question at https://tiddlywiki.com/empty.html $:/ControlPanel >> Settings >> Wiki Links Choose whether to link to tiddlers that do not exist yet v Enable links to missing tiddlers

Re: Request ... change prefix "[tw]" to "[tw5]" for email to this Google Group

2018-04-07 Thread Jeremy Ruston
Hi Josiah Thank you, I’ve gone ahead and made that change, Best wishes Jeremy > On 30 Mar 2018, at 13:14, @TiddlyTweeter wrote: > > Google emails to this group are currently prefixed [tw]. As far as I > understand it TWC now has it own group and here is principally

[tw] Re: TiddlyFor a new edition of TiddlyWiki for Fortran programmer

2018-04-07 Thread Mohammad
https://github.com/kookma/TiddlyFor TiddlyFor, the single html file self contained wiki for fortran programmer, updated to 0.2 will all images and icons updated! On Friday, April 6, 2018 at 5:01:00 PM UTC+4:30, Mohammad wrote: > > https://github.com/kookma/TiddlyFor > > TiddlyFor is a

[tw] [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread TonyM
Folks, Can any one please assist me re: WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget ? *Best so far* I am using a Button with WidgetMessage: tm-new-tiddler because this also navigates to the new Tiddler with the title field ready named "default title" to edit. However unless I

[tw] Re: Defining a Global Hotkey

2018-04-07 Thread TonyM
Kevin, Have you looked at https://tiddlywiki.com/#KeyboardWidget I am guessing given *The keyboard shortcuts only take effect when the focus is within the contained content *there may be a way to make the whole wiki the context. You could then define alt-c to use the

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

2018-04-07 Thread Jed Carty
Oh, that is unfortunate. I use Object.keys.forEach a lot in my plugins because it is convenient for me to type. Also reading about how the performance of for (property in object) {..} type loops is changing is interesting. It is going to be less efficient than the object.keys().foreach option

[tw] Re: must Enable links to missing tiddlers?

2018-04-07 Thread BurningTreeC
@bardy that's a great discovery, I think it's a bug I'll try to see if I can fix it 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

[tw] Re: [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread TonyM
Thanks Mario, It the save title trick I did not know. Regards Tony On Saturday, April 7, 2018 at 7:24:50 PM UTC+10, PMario wrote: > > Hi, > > Navigate to the newly created tiddler: > > > \define actions() > <$action-createtiddler $basetitle="Homemade Button" $savetitle= > "$:/temp/test"/> >

[tw] Re: [TW5] WidgetMessage: tm-new-tiddler vs ActionCreateTiddlerWidget

2018-04-07 Thread PMario
On Saturday, April 7, 2018 at 11:28:38 AM UTC+2, TonyM wrote: > > It the save title trick I did not know. > I just found it out myself. ... I did have a similar problem some time ago ... and I thought, there must be an existing solution. ... And today with some luck, I found an easy way :) -m

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

2018-04-07 Thread BurningTreeC
In the first link I posted it shows something notable about using "delete" for deleting object properties: In V8 6.0 and 6.1 (not yet used in any Node releases), deleting the last property added to an object hits a fast path in V8, and thus it is faster, even, than setting to undefined. This

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

2018-04-07 Thread PMario
On Saturday, April 7, 2018 at 11:48:55 AM UTC+2, Jed Carty wrote: > > > > I have been considering trying to use TaffyDB (http://taffydb.com > ) > > with tiddlywiki but I haven't had a chance

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

2018-04-07 Thread JD
Thanks BTC! I'll update the widgets on my demo page! On Saturday, April 7, 2018 at 2:06:51 AM UTC+9, BurningTreeC wrote: > > > Yes thanks for pointing this out, all bug reports are welcome, doesn't > matter how and where > This is because it misses some checks, I think my latest version already

[tw] Re: TiddlyFor a new edition of TiddlyWiki for Fortran programmer

2018-04-07 Thread Mohammad
Thank you Thomas! No there is no demo site! But you can simply download the single html file and try it! Cheers On Friday, April 6, 2018 at 11:13:39 PM UTC+4:30, Thomas Elmiger wrote: > > Thank you for sharing, Mohammad! > > Interesting project, is there a demo site somewhere? > > I think I did

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

2018-04-07 Thread Jed Carty
Looking through my things, despite using the Object.keys().forEach structure many times there is only one time I have found that may lead to any sort of performance improvement. Most of the uses are over a very small list (only one or two items generally) and only happen rarely (like when a

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

2018-04-07 Thread ruby
hi, it seems that table of contents can not be left aligned tiddlers without child have some extra space before them at this page https://tiddlywiki.com/#TableOfContents I see the TOC is left aligned what's the problem here? see here: http://testtocalign.tiddlyspot.com/ another question,

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

2018-04-07 Thread BurningTreeC
> > On Saturday, April 7, 2018 at 9:21:49 AM UTC+2, BurningTreeC wrote: >> >> From the second link, requestIdleCallback() appears to be very >> interesting - if the browser support is given. It reschedules workloads to >> idle-time like requestAnimationFrame() >> > >

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

2018-04-07 Thread JD
So cool! I'll update the demo theme page with this one! On Sunday, April 8, 2018 at 1:50:43 AM UTC+9, BurningTreeC wrote: > > Hey JD, the swipe widget is here: http://hammerwidgets.tiddlyspot.com/ > > Currently there's only the swipe widget - the others will follow one by one > > all the best, >

[tw5] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-07 Thread jwd
Arlen, I suggest you look at https://stackoverflow.com/a/8579946/1124740 - the second comment: "This will not work if you are crossing partitions or using a virtual filesystem not supporting moving files. You better use this solution with a copy

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

2018-04-07 Thread BurningTreeC
> > Thanks BTC! I'll update the widgets on my demo page! > > EDIT: Sorry for my ignorant question, is the updated Swipe widget on > Muritest , and the HammerJS library on > GitHub >

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

2018-04-07 Thread @TiddlyTweeter
JD Testing notes. I been playing with it. On FAB. It worked well on ... *Windows 7 Desktop Firefox 52*: FAB works. *Windows 7 Desktop latest Chrome*. FAB works. On BOTH I think* the "trigger area" may be a bit small? * At first it didn't trigger because I was mousing not close enough to the

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

2018-04-07 Thread 'Vytas' via TiddlyWiki
Stephan, thank you for supplying such a nice reply! This is probably the way I would like to move along. To improve my knowledge of TiddlyWiki, I'm trying to understand the code pieces you supplied. I believe, I more or less understand it, except for the exact way how the variable <> is

[tw5] Plugin Overriding Core Tiddler

2018-04-07 Thread Kevin Kleinfelter
When I see a plugin which says it contains a shadow tiddler from $:/core/modules/ , I presume it is overriding a core tiddler. Is that right? When the developer is developing that plugin, is he editing on the core

[tw5] Re: will D3.js plugin be upgraded to version 4.x ?

2018-04-07 Thread BurningTreeC
Hi @Silverfox , I'm trying to make the base d3js library ready for the new tiddlywiki release Do you think one or two of your widgets can be included? The old widgets have been in a demo-state anyway I would also like to ask you if I can put a copy of your "how to" for making d3 widgets to

[tw5] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-07 Thread 'Mark S.' via TiddlyWiki
Every so often I consider switching to Linux. It never works, eventually there are programs and drivers I need, even though Linux mostly gets better. I was running on a persistent USB stick. Actually, 2 sticks, with one dedicated for persistence. I didn't tweak any Linux Mint settings other

[tw5] Re: Keystroke to Close Current Tiddler in TW5

2018-04-07 Thread Kevin Kleinfelter
Almost a year later, and I'm most of the way to a keystroke to close the current view-mode tiddler. - I added tabindex="1" to the div in ViewTemplate. This makes it possible to select a view-mode tiddler. - I wrapped the div with: <$keyboard key="alt-W"

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

2018-04-07 Thread 'Mark S.' via TiddlyWiki
I had no idea that you could apply a template to more than one tiddler at a time. Is this in the documentation some place? Thanks! -- Mark On Friday, April 6, 2018 at 1:40:23 AM UTC-7, Stephan Hradek wrote: > > I've created a small example for you to reproduce on tiddlywiki.com > > Create some

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

2018-04-07 Thread JD
Oh, wow, that's really nice coming from you Jeremy! Thanks!  On Sunday, April 8, 2018 at 2:07:10 AM UTC+9, Jeremy Ruston wrote: > > Hi J.D. > > Please accept my belated congratulations, this is another terrific piece > of work. I really like the way that you've done the FAB buttons. I'd >

[tw5] Help With BJTools StoryTopTabs

2018-04-07 Thread Kevin Kleinfelter
StoryTopTabs is an elegantly brief extension. I'm hoping someone (BJ?) can help me to tweak it. A view-mode tiddler can be selected by clicking it. TW shows it is selected by putting an outline around it. This works whether StoryTopTabs is installed or not. With StoryTopTabs, the 'active'

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

2018-04-07 Thread BurningTreeC
@JD - I've tried your FAB buttons now, I didn't get how it works bc I thought it was swipable so I swiped half an hour in all directions XD It's awesome now that I know how to use it - did you think about adding a swipe-up gesture on it to show the secondary buttons? That would be cool on

[tw5] Re: Help With BJTools StoryTopTabs

2018-04-07 Thread Kevin Kleinfelter
Well shucks. I'm an idiot. Selecting the current tiddler is a function of a plugin - plugins/nome/KbShortcuts. On Saturday, April 7, 2018 at 1:54:44 PM UTC-4, Kevin Kleinfelter wrote: > > StoryTopTabs is an elegantly brief extension. I'm hoping someone (BJ?) > can help me to tweak it. > > A

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

2018-04-07 Thread @TiddlyTweeter
The discussion in this thread is interesting to me. At a practical level its, perhaps, worth noting that in the last year I put three projects "on hold" because TW testing indicated it could not cope. FWIW, they are ... 1 - 50,000 simple sections from the Perry Mason TV series scripts. The

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

2018-04-07 Thread Stephan Hradek
Am Sonntag, 8. April 2018 03:57:11 UTC+2 schrieb Mat: > > Then, to almost automatically create articles, put this in a conditional > viewtemplate > . This > means that all (and only) tiddlers tagged e.g "article" will show

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

2018-04-07 Thread @TiddlyTweeter
AN OBSERVATION... This is not really critique, merely an observation on the behaviour of FAB setting ... I find it slightly odd that AFTER setting FAB all the dropdowns are blank... You have the setting displayed AND a separate dropdown. More intuitive might be to have the dropdown itself

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

2018-04-07 Thread @TiddlyTweeter
Ciao JD JD wrote ... > I think it's quite small, myself. > Right. Its to do with interaction with other CSS settings unless you enforce sizing, I think? For me its bigger than I need on desktop (high resolution, big screens). FWIW it looks like this ... The "+" has more excess space

Re: [tw5] Plugin Overriding Core Tiddler

2018-04-07 Thread Jeremy Ruston
Hi Kevin > When I see a plugin which says it contains a shadow tiddler from > $:/core/modules/ > , > I presume it is overriding a core tiddler. Is that right? Not necessarily; a plugin might contain a tiddler

[tw5] Re: Preparing for v5.1.16

2018-04-07 Thread BurningTreeC
Hi @Jeremy Ruston , the codemirror prerelease demo page is still the old one, can this be changed somehow for these testing days? Simon -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

Re: [tw5] The Continuity Button is Labelled "Ruston"

2018-04-07 Thread Jeremy Ruston
Thanks Josiah. Moving the TW5 repo will go some way to mitigating the problems if I became unavailable. As part of the move we're going to have to have formal positions within the project, which will help reduce the dependency too. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com

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

2018-04-07 Thread JD
Hi Josiah, yes, this is pure laziness on my part. It's updated now to be more intuitive  along with the above tweaks to the FAB buttons On Saturday, April 7, 2018 at 10:12:32 PM UTC+9, @TiddlyTweeter wrote: > > AN OBSERVATION... > > This is not really critique, merely an observation on the

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

2018-04-07 Thread JD
It's actually quite easy to excise the tiddlers related to the FAB buttons, they're just the ff: 1. template 2. stylesheet 3. configDB(optional) 4. options tiddler (optional) As for the sidebar and all the other page elements, that can be styled separately. You might want to

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

2018-04-07 Thread @TiddlyTweeter
EXCELLENT. Spot-on. Tx. On Saturday, 7 April 2018 16:27:55 UTC+2, JD wrote: > > Hi Josiah, > > yes, this is pure laziness on my part. It's updated now to be more > intuitive  along with the above tweaks to the FAB buttons > > On Saturday, April 7, 2018 at 10:12:32 PM UTC+9, @TiddlyTweeter

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

2018-04-07 Thread JD
This is really cool! I'd go with the reveal-widget (instead of a modal) to edit the paragraphs in place, unless there's a con to that method? On Friday, April 6, 2018 at 5:40:23 PM UTC+9, Stephan Hradek wrote: > > I've created a small example for you to reproduce on tiddlywiki.com > > Create

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

2018-04-07 Thread Jeremy Ruston
Hi J.D. Please accept my belated congratulations, this is another terrific piece of work. I really like the way that you've done the FAB buttons. I'd welcome a PR to add this to the tw.com links. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 2 Apr 2018,

[tw5] Re: [tw] Re: must Enable links to missing tiddlers?

2018-04-07 Thread Jeremy Ruston
I can't check right now, but I think that this may be fixed in 5.1.16. Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com https://jermolene.com > On 7 Apr 2018, at 10:29, BurningTreeC wrote: > > @bardy > > that's a great discovery, I think it's a bug >

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

2018-04-07 Thread Matthew Petty
I had missed out the ^, so that fixed it, thank you! To explain what I'm doing, just in case you're interested, I have a table of missing tiddlers, with a set of checkboxes for common tags. This filter will find the short ones that might be more likely to be tagged "abbreviation". (of course,

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

2018-04-07 Thread @TiddlyTweeter
JD Thank you for that example variant of a FAB-centric approach. I appreciate it. I'm probably gonna use it. It seems to give all I need for much public work. Best wishes Josiah On Saturday, 7 April 2018 16:54:08 UTC+2, JD wrote: > > It's actually quite easy to excise the tiddlers related to

[tw5] Preparing for v5.1.16

2018-04-07 Thread Jeremy Ruston
The release of v5.1.16 is overdue; the good news is that there are a lot of exciting new features: * Copying to the clipboard * A new “sortan” filter operator for intuitive alphanumeric sorting * A new “rotate left” button in the bitmap editor * Comparison operators for the reveal widget *

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

2018-04-07 Thread Jeremy Ruston
> the codemirror prerelease demo page is still the old one, can this be changed > somehow for these testing days? Hi Simon Sorry, I'm not sure what you mean. Has something not built correctly, or did I miss some of your changes? Best wishes Jeremy > > Simon > -- > You received this

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

2018-04-07 Thread BurningTreeC
> > the codemirror prerelease demo page is still the old one, can this be > changed somehow for these testing days? > > > Hi Simon > > Sorry, I'm not sure what you mean. Has something not built correctly, or > did I miss some of your changes? > > Best wishes > > Jeremy > > > on the prerelease

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

2018-04-07 Thread 'Mark S.' via TiddlyWiki
That's a great idea! It would be helpful if it opened "taller" as well. -- Mark On Saturday, April 7, 2018 at 2:08:26 AM UTC-7, Birthe C wrote: > > Hi Stephan, > > That is really nice, thank you. > > For trans-editor > <$edit-text tiddler=<> class="full-width"/> > > > > .full-width {width:

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

2018-04-07 Thread BurningTreeC
> > Also, a question about the d3.js plugin > > It's been updated by @Silverfox and me over the last weeks ... to the > latest v5.0.0 > > @Silverfox has modified the barwidget and added a circle-pack widget and > is developing more widgets > > With the updated base and the two widgets, could

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

2018-04-07 Thread @TiddlyTweeter
REQUEST Could the SIZE of the FAB circles be user changeable? Best wishes Josiah -- 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

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

2018-04-07 Thread JD
Hi Josiah, As of now the only update I can push is changing the height of the hover "trigger", the area above the main FAB button, and adding sizing options for the buttons. I think it's quite small, myself. Maybe it'll also help with the Windows 10 tablet problem? I'll look for possible

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

2018-04-07 Thread @TiddlyTweeter
A far thought I had was "*how would this be in a version that ONLY showed FAB buttons?*" I kinda think it might work! :-). Best Josiah -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] The Continuity Button is Labelled "Ruston"

2018-04-07 Thread @TiddlyTweeter
Just a side comment. I seriously believe that a major factor that TW has far less discontinuity problems than it could have is down to Jeremy Ruston. JR sticks on that (core continuity) seriously to our real benefit. Its pretty amazing that most plugins made years ago still work inside new

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

2018-04-07 Thread BurningTreeC
Hey JD, the swipe widget is here: http://hammerwidgets.tiddlyspot.com/ Currently there's only the swipe widget - the others will follow one by one all the best, BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Preparing for v5.1.16

2018-04-07 Thread BurningTreeC
Also, a question about the d3.js plugin It's been updated by @Silverfox and me over the last weeks ... to the latest v5.0.0 @Silverfox has modified the barwidget and added a circle-pack widget and is developing more widgets With the updated base and the two widgets, could it be considered

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

2018-04-07 Thread Jeremy Ruston
Hi Simon > Also, a question about the d3.js plugin > > It's been updated by @Silverfox and me over the last weeks ... to the latest > v5.0.0 > > @Silverfox has modified the barwidget and added a circle-pack widget and is > developing more widgets > > With the updated base and the two

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

2018-04-07 Thread Jeremy Ruston
> on the prerelease page there's the link to the codemirror demo which is not > the prerelease demo but the old one > I think it's just changing the link to the demo from > https://tiddlywiki.com/plugins/tiddlywiki/codemirror/ to >

[tw5] Re: [tw] Re: must Enable links to missing tiddlers?

2018-04-07 Thread BurningTreeC
> > I can't check right now, but I think that this may be fixed in 5.1.16. > > Best wishes > > Jeremy > > > I've checked, it's the same on the prerelease page -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

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

2018-04-07 Thread Matthew Petty
Mat, That worked! Now it shows the tiddler where that missing title is mentioned. In some cases it's in a Base64 tiddler which happens to have the correct string. On Friday, 6 April 2018 00:54:05 UTC+4, Mat wrote: > > >> try this: <$list >> filter="[search[{{!!title}}]]"><> >> > > > I have no

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

2018-04-07 Thread Mat
On Saturday, April 7, 2018 at 7:25:11 PM UTC+2, Matthew Petty wrote: > > Mat, > That worked! Now it shows the tiddler where that missing title is > mentioned. In some cases it's in a Base64 tiddler which happens to have the > correct string. > (all cred should go to PMario) <:-) -- You

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

2018-04-07 Thread Stephan Hradek
Am Samstag, 7. April 2018 17:06:12 UTC+2 schrieb JD: > > This is really cool! > > I'd go with the reveal-widget (instead of a modal) to edit the paragraphs > in place, unless there's a con to that method? > I didn't use reveal because I got the feeling that it'll be too much code. But I might

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

2018-04-07 Thread 'Mark S.' via TiddlyWiki
It's a very clever re-factoring of existing abilities, though. Maybe an additional example in the "templates" part of the documentation would be in order. Thanks! Mark On Saturday, April 7, 2018 at 2:02:57 PM UTC-7, Stephan Hradek wrote: > > > > Am Samstag, 7. April 2018 19:27:14 UTC+2

[tw5] Re: Keystroke to Close Current Tiddler in TW5

2018-04-07 Thread Kevin Kleinfelter
99% of the way there. In addition to what I said before: - I added tabindex="1" to the div in ViewTemplate. This makes it possible to select a view-mode tiddler. - I wrapped the div with: <$keyboard key="alt-W" message="tm-close-tiddler"> I also had to edit

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

2018-04-07 Thread Stephan Hradek
Am Samstag, 7. April 2018 14:56:19 UTC+2 schrieb Vytas: > > > {{[[A]][[B]][[C]]||trans-edit}} > it brings the titles A, B and C as values to the "trans-edit" piece of > code, > Nope. It brings "[[A]][[B]][[C]]" as one tiddler title (in <>) to trans-edit. > which then provides the listing

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

2018-04-07 Thread Stephan Hradek
Am Samstag, 7. April 2018 19:27:14 UTC+2 schrieb Mark S.: > > I had no idea that you could apply a template to more than one tiddler at > a time. Is this in the documentation some place? > See my reply above: I simply provide just one tiddler title, which happens to look like 3, to trans-edit.

[tw5] Re: Plugin Overriding Core Tiddler

2018-04-07 Thread Jed Carty
If this is in reference to the multi-user plugin than I kept forgetting to make a pull request for the changes to the navigator widget that adds some new hooks. I just made a pull request. It also has a modified edit button that is used to disable the edit button on tiddlers if that tiddler is

[tw5] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-04-07 Thread xanatoswetzel
Hi David, you can add following plugins : https://quaraman.de/tw/checklistbox.html A checklistbox widget that can save the value in a list field. https://quaraman.de/tw/after.html a timer/countdown plugin that renders the body after every refresh. https://quaraman.de/tw/mforth.html a forth

Re: [tw5] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-04-07 Thread David Gifford
Thanks QuaraMan! Just added them. mforth went to advanced/developer. The others to checkbox and to calendars, time, etc. Blessings David Gifford Mexico team leader, Mexico City *Resonate Global Mission* *Engaging People. Embracing Christ.* A Ministry of the Christian Reformed Church

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

2018-04-07 Thread Diego Mesa
I'd like to pause for a second here - this could be a really really cool way to mirror something like wikipedia's edit capabilities where you can edit sections of something. On Saturday, April 7, 2018 at 4:32:39 PM UTC-5, Mark S. wrote: > > It's a very clever re-factoring of existing

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

2018-04-07 Thread zemoxian
Here's a barebones template to start from: <$navigator story="PE:story" history="PE:history"> {{$:/core/ui/Buttons/new-tiddler}} <$list filter="[list[PE:story]]" template="$:/core/ui/ViewTemplate" editTemplate="$:/core/ui/EditTemplate" emptyMessage={{$:/config/EmptyStoryMessage}} /> You

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

2018-04-07 Thread ruby
I mean this site http://j.d.material.muri.tiddlyspot.com/ seems that http://j.d.material.muri.tiddlyspot.com/ is not synchonized with http://j.d.material.tiddlyspot.com/ at http://j.d.material.muri.tiddlyspot.com/ zoomin story view mode is not as good as http://j.d.material.tiddlyspot.com/

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

2018-04-07 Thread JD
Oh man, I should've deleted that site! ( http://j.d.material.muri.tiddlyspot.com/) At the time it was more of a proof-of-concept... I moved on with a simpler implementation of the widget and that site no longer applies (I'll delete it in a sec) If you still plan on using the theme with the

Re: [tw5] Re: Announcing File Uploads - TiddlyServer 2.0.12

2018-04-07 Thread Arlen Beiler
The XHR error is due to a code bug in TiddlyWiki. It happens when the server discovers the TiddlyServer is newer on disk than the one in the browser. I added an etagWindow setting to settings.json to mitigate this problem. I'll check into the file copy fall back. Thank you. On Sun, Apr 8, 2018

[tw5] array.find polyfill for Twitter plugin

2018-04-07 Thread zemoxian
Has anyone run into the “Object doesn’t support property or method ‘find’” error on IE? I don’t usually us IE but I just did and ran into this error. I tracked it down to the Twitter plugin. (I had to disable the plugin on my phone to access the page on this particular computer that only has IE

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

2018-04-07 Thread Arlen Beiler
Hi Jeremy, Great to see this coming together. Thank you for all your work on this. I'm wondering if these two pull requests could possibly be included. https://github.com/Jermolene/TiddlyWiki5/pull/3024 - Invoke hook when server starts - Adds a hook to the server command so plugins can add

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

2018-04-07 Thread zemoxian
This sounds similar to slices in TW2. I used to add slices like Description: *description of tiddler* Then just the description could be transcluded in other tiddlers. You could also transcluded sections using header titles. The slices functionality seems to have been moved to data tiddlers

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

2018-04-07 Thread zemoxian
You could combine a navigator widget with a list widget and a couple of templates to manipulate multiple tiddlers from one tiddler. This is actually how the story works in the PageTemplate. I've done this in the past while fiddling with stuff. The navigator widget handles manipulation of

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

2018-04-07 Thread Mat
Stephan - terrific stuff! Mark S. wrote: > > It's a very clever re-factoring of existing abilities, though. Maybe an > additional example in the "templates" part of the documentation would be in > order. > Not sure it is a "re-factoring" as much as an understanding: I thought the prerequisite

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

2018-04-07 Thread JD
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 created a demo for the "paragraphs" macro, as seen here http://j.d.test2.tiddlyspot.com/ But the navigator widget(?) method does look cleaner On Sunday, April 8, 2018

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

2018-04-07 Thread JD
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 case. The