[tw5] Re: mathematics operators add field values

2019-12-29 Thread Dave
Ok, cool. Thanks Eric! -- 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: mathematics operators add field values

2019-12-29 Thread Eric Shulman
On Sunday, December 29, 2019 at 8:47:53 PM UTC-8, Dave wrote: > > I have a tiddler named "math example" with two fields: "one" = 7 and "two" > = 8 > > if I put this in the filter part of the advanced search field > [tag[math example]get[text]length[]sum[]] > > it gives the result "18" because the

[tw5] mathematics operators add field values

2019-12-29 Thread Dave
I have a tiddler named "math example" with two fields: "one" = 7 and "two" = 8 if I put this in the filter part of the advanced search field [tag[math example]get[text]length[]sum[]] it gives the result "18" because the text in them (2 tiddlers tagged "math example") is "bla bla" and "bla bla

[tw5] Re: Easy local saving with Python

2019-12-29 Thread TonyM
Folks Can we include a simple overview for people not familiar with python and its environment? I presume you can get it for multiple os implementations and make use of it on most platforms. Does it have defaults that may clash with other local hosts or specific ports etc... Basicaly we need

[tw5] Can I Steal Your Work?

2019-12-29 Thread TonyM
TT So thoughts Each plugin should specify its licence but typically they are so open you can modify and redistribute. The only fair limitation is to not pass one plugin off as someone else's with changes as this can undermine the authors version control. Bundled plugins have typically being

[tw5] Re: Can I Steal Your Work?

2019-12-29 Thread Magnus
Immature poets imitate; mature poets steal T. S. Eliot -- 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

[tw5] Re: Easy local saving with Python

2019-12-29 Thread Mohammad
Good improvements Thanks for the update! --Mohammad On Sunday, December 29, 2019 at 9:45:16 PM UTC+3:30, UBi wrote: > > Hi again, > > here is a slightly improved version of twserver.py (moved timestamp before > .html in backup file names, tidied code). > > #!/usr/bin/python3 > > import

[tw5] Re: Easy local saving with Python

2019-12-29 Thread UBi
Hi again, here is a slightly improved version of twserver.py (moved timestamp before .html in backup file names, tidied code). #!/usr/bin/python3 import datetime, shutil, os, http.server def makebackup(src): (srcpath, srcfile) = os.path.split(src) (srcname, src_ext) =

[tw5] Re: Balancing Potentials With The Reality Of Hours

2019-12-29 Thread Mat
> > Why am I always starting from square-one? > Because we don't have any practical distribution system of such pre-made kits... :-/ <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Easy local saving with Python

2019-12-29 Thread Mohammad
Hi UBi Many thanks for your clarification! Python Server worth to be added to Tiddlywiki.com tiddler on saving and working with Tiddlywiki. Cheers Mohammad On Sunday, December 29, 2019 at 3:32:18 PM UTC+3:30, UBi wrote: > > Argl. According to https://en.wikipedia.org/wiki/HTTP_404, 404 means

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-29 Thread Eric Shulman
On Sunday, December 29, 2019 at 5:08:05 AM UTC-8, TiddlyTweeter wrote: > > To me that is really beginning to make sense. I'll sit on it day and > comment further. > One thing to consider is how many times a particular tag has actually been used to tag posts. I don't know of a way to get all

[tw5] Re: Can I Steal Your Work?

2019-12-29 Thread TiddlyTweeter
Repeat for those on email ... On Sunday, 29 December 2019 14:24:21 UTC+1, TiddlyTweeter wrote: > > Everyone here is very polite. > > But, say, I wanted to create a wiki "LegoKit" bundle that uses YOUR plugin > / macro mixed in with 10+ others? > > I hold off for respect for you. But would you

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-29 Thread TiddlyTweeter
Ciao Eric To me that is really beginning to make sense. I'll sit on it day and comment further. Best wishes Josiah On Sunday, 29 December 2019 13:54:52 UTC+1, Eric Shulman wrote: > > On Sunday, December 29, 2019 at 4:28:15 AM UTC-8, TiddlyTweeter wrote: >> >> Eric Shulman wrote: >> >>>

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-29 Thread Eric Shulman
On Sunday, December 29, 2019 at 4:28:15 AM UTC-8, TiddlyTweeter wrote: > > Eric Shulman wrote: > >> Before I remove the above tags, I'd like some confirmation from others >> that they concur. > > > My view is that IF you get no explicit feedback use your own instinct. > OK... I've used my own

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-29 Thread TiddlyTweeter
Eric Shulman wrote: > Before I remove the above tags, I'd like some confirmation from others > that they concur. My view is that IF you get no explicit feedback use your own instinct. It is often an issue here getting consensus. I don't think people don't care. Rather the numbers are too

[tw5] Re: For Moderators: Can we please clean up tags! So they remain useful.

2019-12-29 Thread TiddlyTweeter
Eric, sorry to crap on about this. THANKS for beginning to clean up https://groups.google.com/forum/#!tags/tiddlywiki. Please note that available tags in the editor "New Topic" are *also an issue* ... At the moment when you create a new thread the offered tags are ... action > activate >

[tw5] Re: Easy local saving with Python

2019-12-29 Thread UBi
Argl. According to https://en.wikipedia.org/wiki/HTTP_404, 404 means "Not found". Thus we could read the yellow lines as code: 404, message "File not found" This fits the missing favicon.ico situation. Am Sonntag, 29. Dezember 2019 12:16:38 UTC+1 schrieb UBi: > > Hi Mohammad, > > as you can

[tw5] Re: Balancing Potentials With The Reality Of Hours

2019-12-29 Thread TiddlyTweeter
Repeat for those on email ... On Sunday, 29 December 2019 12:50:11 UTC+1, TiddlyTweeter wrote: > > A generally frustrating thing with TW is it is very powerful but it can > take ages to derive a set of (macro machines & ui design, not content) > Tiddlers that works for final usage. > > IMO I

[tw5] Re: Easy local saving with Python

2019-12-29 Thread UBi
Hi Mohammad, as you can see on the line following the yellow lines, your browser automatically tries to fetch a favicon.ico file. If there is none, the server sends a 404 error code, usually accompanied by a short description. It seems that in this case resolving the code to a description went

[tw5] Re: putfirst and putlast

2019-12-29 Thread Mohammad
Thanks Thomas! On Sunday, December 29, 2019 at 1:21:21 PM UTC+3:30, Thomas Elmiger wrote: > > If you follow the links in the docs you should find examples like > https://tiddlywiki.com/#putfirst%20Operator%20(Examples) -- You received this message because you are subscribed to the Google

[tw5] Re: putfirst and putlast

2019-12-29 Thread Thomas Elmiger
If you follow the links in the docs you should find examples like https://tiddlywiki.com/#putfirst%20Operator%20(Examples) -- 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

[tw5] Re: putfirst and putlast

2019-12-29 Thread Mohammad
Hi Thomas, Thank you for your note! Documentation is not clear and hopefully Jeremy add some examples! On Sunday, December 29, 2019 at 1:00:57 PM UTC+3:30, Thomas Elmiger wrote: > > Hi Mohammad, > > According to the documentation putfirst and putlast move a number of items > to *the other*

[tw5] putfirst and putlast

2019-12-29 Thread Thomas Elmiger
Hi Mohammad, According to the documentation putfirst and putlast move a number of items to *the other* end of the list. So in your case you would have to make complicated calculations... Maybe the naming evokes the impression that they move defined items to the beginning or the end of the

[tw5] Re: Can I get template-based transclusions to stick to lowest level in nested contexts?

2019-12-29 Thread PMario
Hi, Your templates should always use the "currentTiddler" variable. That's how TW works. If you use your own variable names, you'll end up with the problems you described, since it breaks the "transclusion chain" If you use the list-widget, it uses currentTiddler as the default variable. ...

[tw5] Re: Can I get template-based transclusions to stick to lowest level in nested contexts?

2019-12-29 Thread PMario
Edited last post: It seems you doing it wrong. If {{childtabs}} is a template it will set the > currentTiddler variable to "childtabs". > -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Can I get template-based transclusions to stick to lowest level in nested contexts?

2019-12-29 Thread PMario
On Sunday, December 29, 2019 at 1:07:39 AM UTC+1, springer wrote: ... > But as it is, trying to drill down (when the {{childtabs}} and > {{childtabs-vert}} templates are in use) shows either a tab set that simply > replicates the enclosing set, or a recursive transclusion error — which I >

[tw5] Re: [TW5] Linking tiddlers between wikis

2019-12-29 Thread Jon
Hi Tony, I'd be linking one to another on my machine so it would be like your 3rd example. Sounds like this method should be alright then. Thanks Jon On Sunday, 29 December 2019 08:57:10 UTC, TonyM wrote: > > Jon, > > The nature of the permalinks depends on how you are accessing the wiki in >

[tw5] Re: Can I get template-based transclusions to stick to lowest level in nested contexts?

2019-12-29 Thread PMario
On Sunday, December 29, 2019 at 1:07:39 AM UTC+1, springer wrote: ... > (Meanwhile, other transclusions I'm using end up just showing nothing at > all when the tiddler they're part of is being rendered as a tab within a > tiddler that doesn't have the relevant fields.) > That's probably a

[tw5] Re: [TW5] Linking tiddlers between wikis

2019-12-29 Thread TonyM
Jon, The nature of the permalinks depends on how you are accessing the wiki in the firstplace such as https://tiddlywiki.com/#HelloThere http://192.168.1.81/Development/!SandboxWikis/CustomButtons.html#HelloThere or file:///C:/Data/TW5/Development/ClassNotes.html#HelloThere There are ways to

[tw5] Using a variabvle to transclude tagged tiddlers - assistence please

2019-12-29 Thread TonyM
Folks, In the following code I just can't get the list widget to display its contents, including "hi" and transclude all tiddlers tagged with transcludeTag or \define transcludeTag() {{{ [addprefix[$:/autotag/transclude/]] }}} $:/autotag/transclude transcluding items tagged <> <$wikify