[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread PMario
On Monday, November 25, 2019 at 4:44:38 PM UTC+1, Chuck R. wrote: > > Oops, the NUMBER of values in a 16-bit system is 65536, the largest value, > starting at 0, would be 65535. > Hi, The number range in JavaScript we use is: (2^53 - 1) Number.MAX_SAFE_INTEGER 9007199254740991 So that's not

[tw5] Re: How to Create a Button to Copy the Text to Clipboard?

2019-11-26 Thread PMario
uups, Forgot the links to the TW docs . -m -- You received this message because

[tw5] Re: The penultimate words on saving - multi access and multi user

2019-11-26 Thread Ste Wilson
Noteself does have a multi user thing. You can grab it from somewhere in this here group. I think ibm changing it's couchdb offering to something less nice to use stalled noteself before it really got going. Getting another couchdb seems tricky. Twederarion for single file wikis by the

[tw5] Re: How to Create a Button to Copy the Text to Clipboard?

2019-11-26 Thread TonyM
You would need to write a plugin to include JavaScript unless it can be placed in a bookmarklet (unlikely). But widgets should be sufficient for what you asked for. regards Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread PMario
On Tuesday, November 26, 2019 at 10:56:23 AM UTC+1, PMario wrote: > > On Monday, November 25, 2019 at 4:44:38 PM UTC+1, Chuck R. wrote: >> >> Oops, the NUMBER of values in a 16-bit system is 65536, the largest >> value, starting at 0, would be 65535. >> > > Hi, > The number range >

[tw5] Re: How to Create a Button to Copy the Text to Clipboard?

2019-11-26 Thread PMario
On Tuesday, November 26, 2019 at 7:39:57 AM UTC+1, James wrote: > > Thank you Ton. > > Would it be possible if we could use the java function in TW5? > Hi James, Java and JavaScript are

[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread PMario
On Monday, November 25, 2019 at 4:43:14 PM UTC+1, Chuck R. wrote: ... > Does the version of Javascript used by TW5 have any limits? Has it been > updated to support 64-bit operating systems and 64-bit data types? > Yes! --- JavaScript is an "untyped" language, which is an

[tw5] Job vacancy at Anna Freud NCCF working with TiddlyWiki

2019-11-26 Thread Jeremy Ruston
There’s an interesting job opening for someone with experience of TiddlyWiki at the Anna Freud National Centre for Children and Families in London. The AFNCCF trains youth workers across the UK and the world using a system of manuals based on TiddlyWiki. The job opening is for a “Network and

[tw5] Re: Possible bug using CSS with Markdown headers H2

2019-11-26 Thread PMario
Hi, There is absolutely no need for the !important parameter. -> *border-top* instead of top-border. h1 {border-top:2px solid gray; } h2 {border-top:1px solid gray; color:red; } -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: The penultimate words on saving - multi access and multi user

2019-11-26 Thread TiddlyTweeter
Ciao TonyM I have been thinking about this discussion, as well as "The Last Word In Saving". I concluded I might be interesting to request specific usage/app. need in their details. Why? Because I think real needed app./service specs will help clarify parts of the puzzle. I can post a

[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread Chuck R.
> JavaScript is an "untyped" language, which is an advantage and a disadvantage. ... Based on your question, it is an advantage, because it doesn't matter if you have a 32bit system or a 64 bit system. max_int is the same! I'm a Perl programmer, not a JS programmer. Would you mind explaining

[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread PMario
On Tuesday, November 26, 2019 at 1:03:33 PM UTC+1, Chuck R. wrote: > > > JavaScript is an "untyped" language, which is an advantage and a > disadvantage. ... Based on your question, it is an advantage, because it > doesn't matter if you have a 32bit system or a 64 bit system. max_int is > the

[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread TiddlyTweeter
Chuck R. wrote: > > I'm a Perl programmer, not a JS programmer. > Just a footnote & encouragement. Having a Perl background will help, I think, if you want to delve TW code. Many parts of TiddlyWiki, behind the scenes, use regular expressions extensively. Something Perl-istas tend to be very

[tw5] Re: Query: Structure (HTML) -- Where is the visual PLAN?

2019-11-26 Thread Luis Gonzalez
I will include a little html diagram at the end of chapter 2 of The-book. Look at the following weekly report. -- 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] Possible bug using CSS with Markdown headers H2

2019-11-26 Thread Chuck R.
1. TW 5.1.19 2. I'm using the Markdown plugin 3. Using Chrome v78 on Windows 7 4. My TW is on tiddlyspot.com. I created it as a local file with the Markdown plugin, then created the Tiddlyspot site, then filled in the Tiddlyspot info on the local TW file to upload it to

[tw5] Re: Possible bug using CSS with Markdown headers H2

2019-11-26 Thread Chuck R.
Doh! CSS is actually "border-top" not "top-border". It's working now. Sorry for the static. -- 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: Query: Structure (HTML) -- Where is the visual PLAN?

2019-11-26 Thread TiddlyTweeter
Great stuff! I'm looking forward to it. TT Luis Gonzalez wrote: > > I will include a little html diagram at the end of chapter 2 of The-book. > > Look at the following weekly report. > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: The penultimate words on saving - multi access and multi user

2019-11-26 Thread TiddlyTweeter
Ste Wilson wrote: > > Noteself does have a multi user thing. You can grab it from somewhere in > this here group. I think ibm changing it's couchdb offering to something > less nice to use stalled noteself before it really got going. Getting > another couchdb seems tricky. I agree. Part of

[tw5] Re: Dumb Question? How to combine Tags?

2019-11-26 Thread Juri der Umstrittene
Big thanks. I've changed your code according to my needs and it works all right. One suggestion would be to alter the code for the drop down fields to <$list filter='[all[tiddlers]tags[]sort[title]]'> so the Tags are listed alphabetically. In the far away future I'll try to implement the check

[tw5] Re: Limits of Tiddlywiki 5.1.19?

2019-11-26 Thread Chuck R.
Thank you Pmario! On Tuesday, November 26, 2019 at 7:15:05 AM UTC-5, PMario wrote: > > > > From: MDN docs > > > The MAX_SAFE_INTEGER constant has a value of 9007199254740991 >

Re: [tw5] Re: Mohammad Are you there?

2019-11-26 Thread Sylvain Comte
Hello David, This is not really a sign. Mohammad didn't have a functional kookma.github.io repo (see https://github.com/kookma/kookma.github.io) https://kookma.github.io/Shiraz/ works. Just as his other projects. Hopefully our kookma will come back soon on the net, with great projects as usual.

Re: [tw5] Re: Mohammad Are you there?

2019-11-26 Thread TonyM
SYcom, Thanks for setting this right. I hold my view to the side pending more evidence. Tony On Wednesday, 27 November 2019 10:13:34 UTC+11, Sycom wrote: > > Hello David, > > This is not really a sign. Mohammad didn't have a functional > kookma.github.io repo (see

[tw5] Re: Mohammad Are you there?

2019-11-26 Thread TonyM
That's Terrible, because it means the U.S. Is blocking us from someones work. Perhaps they can't help that Mohammad can't reach us but to hide his resources and return a 404 when in reality it should tell the truth is disgusting. *The First casualty of War is the truth.* Tony On Wednesday,

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-11-26 Thread Jed Carty
if you know any JavaScript it wouldn't take long to just use JavaScript date functions and have that handle the weirdness that comes with them. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-11-26 Thread Dave
Ok, thanks Tony for your input. Seeing as I use Bob, apparently you can do things with bash scripts (I'm on linux). Maybe I'll look into that If I get a solution that way I'll post back on this thread.. - Dave -- You received this message because you are subscribed to the Google Groups

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-11-26 Thread TonyM
Dave, As per my reply I recommend against that because you make your solution Operating system dependant. You will not find it easy to move it to another device or host and you can only share with a subset of users. Feel free to ask more questions about my suggested/recommended approach. Let

[tw5] Re: Mohammad Are you there?

2019-11-26 Thread David Gifford
https://kookma.github.io/ turns up a 404 -- 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

Re: [tw5] Re: Mohammad Are you there?

2019-11-26 Thread David Gifford
I noticed it when trying to open his SNR (search N replace) plugin from the Toolmap. That is not in Shiraz. Perhaps he took it down. On Tuesday, November 26, 2019 at 5:13:34 PM UTC-6, Sycom wrote: > > Hello David, > > This is not really a sign. Mohammad didn't have a functional >

Re: [tw5] Re: Mohammad Are you there?

2019-11-26 Thread Sylvain Comte
Mmm. Pretty strange. SNR has no gh-pages branch (https://github.com/kookma/SNR/branches/all), so it won't publish. But maybe we can publish master now on GitHub... Cheers Sylvain @sycom Le mer. 27 nov. 2019 à 00:18, David Gifford a écrit : > I noticed it when trying to open his SNR (search N

[tw5] Re: Mohammad Are you there?

2019-11-26 Thread A Gloom
Why would the US be blocking his site? Internet has been restored but the situation may not be over https://www.bbc.com/news/technology-50563917 -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: The penultimate words on saving - multi access and multi user

2019-11-26 Thread TonyM
TT, Go ahead. Please post a reply here with the details, If you think it will have a long thread of its own perhaps start a new one and link back here and from here to there. In "The Last Word In Saving" I raised an example Of a wiki to handle the Sustainable Development Goals, this is

[tw5] Re: Main CSS classes

2019-11-26 Thread A Gloom
Nice! I can possibly use that for an visual guide to the TW structure-- after I do a guide for tiddler manager and after I finish Rags Grimoire TW (making great progress, I may have possibly done things with the sidebar that no one else has done before) -- You received this message because

[tw5] Re: Mohammad Are you there?

2019-11-26 Thread TonyM
A Gloom, In the last couple of months Mohammad was blocked from accessing GitHub. I understand this was initiated in the U.S. at the time, This may not be the case this time but my reaction was to the link, which has being suggested was broken to start with. Whatever the cause it is

[tw5] Re: Mohammad Are you there?

2019-11-26 Thread A Gloom
In the last couple of months Mohammad was blocked from accessing GitHub. I understand this was initiated in the U.S. at the time, This may not be the case this time but my reaction was to the link, which has being suggested was broken to start with. Not sure what the details are concerning

Re: [tw5] Re: Mohammad Are you there?

2019-11-26 Thread Julio Peña
Hello guys, I found this in tiddlyspot: http://commander.tiddlyspot.com/ Maybe this might help if you are looking for the SNR function? Best regards, Julio -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: convert yyyymmdd to days from another date (now)

2019-11-26 Thread TonyM
Post Script; I am suggesting you keep dates in the TiddlyWiki Serial number format and use the View widget to display in other ways as desired. By selecting the date range using the days operator in the list widget, you keep the logic in the list process and avoid converting dates

[tw5] Re: Mohammad Are you there?

2019-11-26 Thread TonyM
Understood. > The article I posted indicates that even with their Internet back, it may > be limited to sites/domains the Guv approves > Let's hope he is back online soon. Tony -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe