[tw5] Re: Polly (3) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
Mark S. wrote: > > > Just uploaded a new branch: > > https://github.com/Marxsal/polly/tree/core-enabled > > This version is hopefully forward compatible with Powershell Core 6. That > is, you > can use it with PS 5, and also with PS 6 -- which means it can be used with > Linux and maybe Mac OS. >

[tw5] Re: Polly (3) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
Great news on cross-platform PSCore possibility! Mark S. wrote: > I've been experimenting with Powershell Core on linux. It took less than > 10 minutes to install, and takes about 150megs of space. So > the barrier to usage is pretty low. It will be even lower if PS gets into > the major

[tw5] Re: Page media and Tiddlers

2019-08-11 Thread TonyM
Thanks Michael On Monday, August 12, 2019 at 2:11:32 PM UTC+10, Michael Wiktowy wrote: > > Hi Tony, > > I attempted to make a label-maker-type tool that required precise control > over margins and positioning of labels for printing. I had some success but > in the end, it relied on setting

[tw5] Notes in Passing - Version 5.1.20

2019-08-11 Thread TonyM
Folks, This thread is to celebrate and share new tricks and techniques that the new TiddlyWiki version enables. Please share your own, but please provide simple examples that would work on Tiddlywiki.com or discuss more complex possibilities in their own thread. *Using then and else we can

[tw5] Re: Get Tiddlers with Created Date of Current Month and Day

2019-08-11 Thread Mat
Yes the approach would probably be to use the <> macro and the {{!!modified}} field and format the dates to show the desired date-parts. <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Page media and Tiddlers

2019-08-11 Thread Michael Wiktowy
Hi Tony, I attempted to make a label-maker-type tool that required precise control over margins and positioning of labels for printing. I had some success but in the end, it relied on setting particular (mostly zero) margins at the browser level which made it hard for me to deploy anywhere. My

[tw5] Re: Populate Select drop-down from folder structure

2019-08-11 Thread TonyM
In fact isview[true] also works -- 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

[tw5] Re: Announcing the release of TiddlyWiki v5.1.20

2019-08-11 Thread Michael Wiktowy
Thanks for releasing this. Great additions and while it could be worked around with plugins, it is nice to have math in the core. Now that we have such amazing functionality, in the Mathematical Operators section, it might be worthwhile highlighting the limits of the 64 bit floating point ...

[tw5] Re: Populate Select drop-down from folder structure

2019-08-11 Thread Michael Wiktowy
I think that this should work: "[field:isview[true]] -[[Graphsearch]] -[[Live View]]" I am assuming here that "isview" is the field name and "true" is the content if it is to be included that folder. /Mike On Sunday, August 11, 2019 at 7:42:18 PM UTC-3, MagoArcade wrote: > > Thanks Mat - I

[tw5] Get Tiddlers with Created Date of Current Month and Day

2019-08-11 Thread TonyM
Have you tried filtering for created fields with a prefix of mmdd ? You can use the now macro with a format of 0mm0dd to get today's value. Regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: Populate Select drop-down from folder structure

2019-08-11 Thread MagoArcade
Thanks Mat - I see your thinking. However, these tiddlers don't have any tags and it's from a 3rd party plugin, so I can't influence that. They do, however, have a unique field: "isview: true" - could I leverage this somehow in a filter? On Sunday, 11 August 2019 20:59:57 UTC+1, Mat wrote: > >

[tw5] Upgrade Issue

2019-08-11 Thread 'mervin mecklenburg' via TiddlyWiki
I have a problem with upgrading one of my wikis. I have several wikis, the others upgrade ok. However, I have been unable to upgrade my largest, most important wiki for several upgrades. The problem precedes the most recent upgrade, which occurred this week. Here is what happens when I

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread 'Mark S.' via TiddlyWiki
Well, another thread has gotten long. Heres' a new one: https://groups.google.com/d/msg/tiddlywiki/lMAdx3Xrqow/kLGMJbXnCwAJ TT and I will be trying to take more of the techno-babble over to GH, so hopefully this next thread will be quieter. -- You received this message because you are

[tw5] Polly (3) -- Downloads as HUB

2019-08-11 Thread 'Mark S.' via TiddlyWiki
Just uploaded a new branch: https://github.com/Marxsal/polly/tree/core-enabled This version is hopefully forward compatible with Powershell Core 6. That is, you can use it with PS 5, and also with PS 6 -- which means it can be used with Linux and maybe Mac OS. Looking for feedback to make

[tw5] Re: Small Color PIcker and RGB output

2019-08-11 Thread Thomas Elmiger
Hi MagoArcade, Maybe my Coloraction-Plugin could be part of your solution, as it can transform colours to other formats. (*toRgbString* is even the default action) So it could turn a hexadecimal value into the format

[tw5] Re: Populate Select drop-down from folder structure

2019-08-11 Thread Mat
The method would be to identify what is common for those tiddlers, presumably by opening one and looking at their common tag and then making a filter. Something like "[tag[thecommontag]] -[[Graphsearch]] -[[Live View]]" (make sure those last two are actually titled so, so it is not only their

[tw5] Populate Select drop-down from folder structure

2019-08-11 Thread MagoArcade
OK - so here's a tricky one. How can I populate a select field in a tiddler from the folder structure available in TiddlyWiki>More>Explorer? I have this structure, which is dynamic: [image: tiddlymapviews.png] I want to grab everything under "views/" with no duplication and make it

[tw5] Re: Small Color PIcker and RGB output

2019-08-11 Thread Eric Shulman
On Sunday, August 11, 2019 at 12:08:39 PM UTC-7, Eric Shulman wrote: > > <$edit-text tiddler="$:/config/ColourPicker/New" type="color" tag="input"/> > > addendum: You can use the $edit-text widget's field="..." param to write the selected color value into a specified field rather than the default

[tw5] Re: Small Color PIcker and RGB output

2019-08-11 Thread Eric Shulman
On Sunday, August 11, 2019 at 11:07:59 AM UTC-7, MagoArcade wrote: > > How can I insert a small color picker into a tiddler and have it output to > R,G,B format. The standard color picker has way too much associated with it > (Doc link >

[tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-11 Thread Klaus
Thanks for the tip! It is definitly useful for me. However, it is so for a different use-case, as it won't allow freely mixing tiddly-wiki tabs with webpages and PDFs. But I'd say bob remains the better option for me. For me it is about being able to freely intersperse tabs from webmail,

Re: [tw5] Re: Using TiddlyWiki in multiple tabs?

2019-08-11 Thread Klaus-Dieter Bauer
Thanks for the tip! It is definitly useful for me. However, it is so for a different use-case, as it won't allow freely mixing tiddly-wiki tabs with webpages and PDFs. But I'd say bob remains the better option for me. For me it is about being able to freely intersperse tabs from webmail, pdfs,

[tw5] Small Color PIcker and RGB output

2019-08-11 Thread MagoArcade
Hi all, How can I insert a small color picker into a tiddler and have it output to R,G,B format. The standard color picker has way too much associated with it (Doc link ). eg: [image: colorpicker.png] All I

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread 'Mark S.' via TiddlyWiki
I've been experimenting with Powershell Core on linux. It took less than 10 minutes to install, and takes about 150megs of space. So the barrier to usage is pretty low. It will be even lower if PS gets into the major distributions. For those who aren't familiar with Linux distributions, in

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread 'Mark S.' via TiddlyWiki
The more human-like a programming language becomes, the more wordier it becomes. Programming humans themselves is the wordiest language of them all. On Sunday, August 11, 2019 at 4:28:09 AM UTC-7, @TiddlyTweeter wrote: > > Ciao Mark > > Just an FYI on > *TESTING SYSTEM* > I kinda know what I'm

Re: [tw5] Re: Does anybody know the meaning of this error?

2019-08-11 Thread Pit.W.
Hello Birthe, thats the one I am using, worked fine for a long time, and works in some single file wikis, in some ot does not. The behaviour is quite erratic and I could not figure out a pattern. I wonder what this error means. Pit.W Am 11.08.2019 um 15:18 schrieb Birthe C: Hi Pit W.

[tw5] Re: Does anybody know the meaning of this error?

2019-08-11 Thread Birthe C
Hi Pit W. The plugin is old and has not been compatible for later versions. https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM#q=timeline Would you be able to use the one by kixam? Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Get Tiddlers with Created Date of Current Month and Day

2019-08-11 Thread Josh Sullivan
Hello, Basically I am trying to have something I can look at to see tiddlers from previous years that have the same month and day as today. For example, I could look and see all Tiddlers created on 11 August, from 2018, 2017, etc. I've been trying to get it to work, but I'm not having any

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
Ciao Mark Just an FYI on *TESTING SYSTEM* I kinda know what I'm doing with it (until I forget), since I made it. But on the latest iteration on "performance" I realised ... *"This is taking longer to document than code!" * Since its ephemeral, I won't worry too much in future on documenting

[tw5] Does anybody know the meaning of this error?

2019-08-11 Thread Pit.W.
The error appears in a red window, when I create a tiddler with the timeline plugin (vis.js Timeline emkay plugin) TW runs under node version 5.1.19 Internal JavaScript Error Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser TypeError:

[tw5] Re: Prevent delete option for individual tiddlers

2019-08-11 Thread Mat
Individual tiddlers that really are shadow tiddlers in a plugin are not deletable (except if deleting the plugin). A "plugin" can be any collection of tiddlers, not necessarily some "functionality". Another route would perhaps be to hide the delete button on specific tiddlers by means of

[tw5] Prevent delete option for individual tiddlers

2019-08-11 Thread MagoArcade
Any way to do this? -- 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

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
Ciao Mark Just FYI. Since we now have GitHub for the base code I will retire https:\tidbits.wiki\polly\polly-dev.html from net presence. TT -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
Ciao Mark In addition to *.\dev\permissions.bat* (a "zapper" for unblocking scripts in bulk and ExecutionPolicy change [PS 5+]) you have seen already I wrote simple tool for path testing at *.\dev\do-pathcheck.ps1.* I did it for myself so I can reliably find relative addresses for dirs or

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
*Polly First Encounter?* The various comments in this thread indicate that "First Encounter" with Polly might be best just a "Basic Setup" i.e. just *Wiki Restore*. With "*Backup*" being level 2; and "*Parrots*" level 3. Part of the challenge in documenting her is the richness of features.

[tw5] Re: Polly (2) -- Downloads as HUB

2019-08-11 Thread @TiddlyTweeter
Mark S. wrote: > > especially in the context of USB testing, that you might > want to try some larger files to give a more realistic experience. > Right. I overlooked that so far! The current tester is strongly focused on "Naming & Pathing". All seems okay on that. Now there is testing

Re: [tw5] Re: Problems with upgrading from 5.1.18 to 5.1.20

2019-08-11 Thread Pauline
Hi Mat, That is exactly what I am doing. I have discovered what is going on. There are two downloads for every "upgrade", one generated automatically & another when you hit the big green save button. The auto generated one is wonky with added

Re: [tw5] Re: Problems with upgrading from 5.1.18 to 5.1.20

2019-08-11 Thread Mat
Hi Pauline, the problem you describe has happened to others before - and it was because they used the wrong steps. Could you describe each step in detail. I'll describe it as it is supposed to be done: Have your outdated copy on your drive. Go to the upgrade page. Drag the file onto the circle

Re: [tw5] Re: Problems with upgrading from 5.1.18 to 5.1.20

2019-08-11 Thread Pauline
Hiya Birthe, Thanks for your reply. Unfortunately what works for you, doesn't for me. As I said in my post, the "Save upgraded TiddlyWiki file" link generates a tiddlywiki which includes the upgrade wizard. Nothing odd about my setup, Win7 64 bit,