Re: [tw5] Re: [ANN] Projectify v0.13.1 is out!

2021-02-09 Thread Måns Mårtensson
Hi Nicolas I would like a zip file, please. Cheers Måns tir. 9. feb. 2021 kl. 15.28 skrev Nicolas Petton : > Måns Mårtensson writes: > > > Hi Nicolas > > Hi Måns, > > > I like your creation very much. > > Very useful, to the point and stylish :-) > > Great work! > > Thank you! > > > I’d like

[tw5] Re: using jTab with TW5

2021-02-09 Thread Sine Nomine
strikke, Greatly appreciate you! On Tuesday, February 9, 2021 at 11:16:30 PM UTC-5 strikke...@gmail.com wrote: > Some discussion > https://groups.google.com/g/tiddlywiki/c/nh5vMpPeEvg/m/u-3okLjw2z0J > > Some test in an old Tiddlywiki (It IS TW5) here: > http://jtab-tw5.tiddlyspot.com >

[tw5] Re: using jTab with TW5

2021-02-09 Thread strikke...@gmail.com
Some discussion https://groups.google.com/g/tiddlywiki/c/nh5vMpPeEvg/m/u-3okLjw2z0J Some test in an old Tiddlywiki (It IS TW5) here: http://jtab-tw5.tiddlyspot.com onsdag den 10. februar 2021 kl. 04.29.29 UTC+1 skrev mike.n@gmail.com: > Hai all, > > Big fan of TW and been using it for a

[tw5] using jTab with TW5

2021-02-09 Thread Sine Nomine
Hai all, Big fan of TW and been using it for a long time on a multitude of different projects.. (always learning something new). Seriously.. i thinks its a compulsive addiction wikifying everything. I came across some javascript that will display guitar notation using vector graphics

[tw5] Re: Common features within collection of tiddlers

2021-02-09 Thread Charlie Veniot
G'day, I felt like playing a little bit, and quickly put together the following very basic tiddler (drag to any TiddlyWiki and import it to try it out): Tell Me About My Tiddlers . The

[tw5] Re: created field containing repeated NaN's?

2021-02-09 Thread Soren Bjornstad
Aha! That's it for sure. The result of new Date() on the macro string is a Date that prints out as "Invalid Date", and the result of retrieving each of its component parts is NaN. Then: // Convert a date into UTC MMDDHHMMSSmmm format $tw.utils.stringifyDate = function(value) { return

[tw5] Re: created field containing repeated NaN's?

2021-02-09 Thread amreus
I think the "NaN" string comes from this function when the date string is not valid: $tw.utils.stringifyDate(new Date("20201016232045362")); NaN is "Not A Number" in Javascript which I assume is where the result comes from. On Tuesday, February 9, 2021 at 3:28:39 PM UTC-5 amreus wrote: >

[tw5] Re: created field containing repeated NaN's?

2021-02-09 Thread amreus
$tw.utils.stringifyDate(new Date("20201016232045362")); On Monday, February 8, 2021 at 10:04:03 PM UTC-5 Soren Bjornstad wrote: > Tones, you would think, but adding the quotation marks didn't change the > result, and it does appear that (single) square brackets are OK, for > instance this

[tw5] Re: Is there way to make TiddlyWiki system-wide case insensitive?

2021-02-09 Thread alexe...@gmail.com
There is a new and very promising Case Insensitive Links Tiddly Plugin by BlueGreenMagick . This plugin overrides the builtin link widget to make all wikilinks case-insensitive.

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread Mat
@Mark - I posted my own stumbling tracking attempts in the GH thread because it got too technical for this forum. Maybe I found exactly what you found? Thank you for looking in to this! <:-) On Tuesday,

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread 'Mark S.' via TiddlyWiki
All I see in the code he shows is making a single, empty tiddler. I'm missing how the data comes in. On Tuesday, February 9, 2021 at 10:36:59 AM UTC-8 Mat wrote: > @Mark , thanks for your input! I don't know how Siniy-Kits solution works > other than vaguely understanding what he explains >

[tw5] Re: external files not saved back to original location

2021-02-09 Thread RA
Another correction. Currently it's not possible to use sets and ranges in regexp filter, since they require another pair of square brackets. This, for example, [regexp[[a-z]]] gives "Filter error: Syntax error in filter expression". On Tuesday, February 9, 2021 at 5:47:01 AM UTC-8 RA wrote:

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread Mat
@Mark , thanks for your input! I don't know how Siniy-Kits solution works other than vaguely understanding what he explains . But it is worth noting that "all that is needed" is some mechanism in TW that can "pull in" a JSON

Re: [tw5] Re: TiddlyWiki for Books (Newbie Questions)

2021-02-09 Thread Odin
You can make a list of tiddlers that are supposed to be viewed in order. Add this macro (or a variation of it) by Mohammed (https://kookma.github.io/TW-Utility/#demo%2Fsimple-navigation). This adds navigation to those tiddlers, so users can press 'previous' and 'next' buttons to go back and

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread 'Mark S.' via TiddlyWiki
In my experience, most programmers would rather rewrite something rather than reverse engineer an existing product. When I follow the code, I see that there is some type of call back. I'm guessing Google calls back to a function inside TW with the requested data. But, the only place I see

[tw5] Re: Please help to refine this (working!) Google Drive backend

2021-02-09 Thread Mat
Of course I forgot to set edit rights. Now fixed. <:-) On Tuesday, February 9, 2021 at 4:14:38 PM UTC+1 Mat wrote: > So here is a working prototype. Actually it is Siniy-Kits webshop that > I've clumsily repainted to appear more like a regular wiki so you can > orient yourself. Not perfect.

RE: [tw5] Re: TiddlyWiki for Books (Newbie Questions)

2021-02-09 Thread Bigosinski, Jeremi J
Thank you kindly Mat, PMario, and Mark S for all your comments. You have given me much to think about it. In response to some of the clarifying questions, here are my justifications for pursuing TiddyWiki, and my current requirements: * I like the fact that TW is a one file that can be

[tw5] upgrading error

2021-02-09 Thread trend...@outlook.com
Hello, While trying to upgrade my wikis (5.1.22 --> 5.1.23) I'm getting an internal java script error: SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data Does anyone know what that means? And, more importantly, how to solve this? I have tried different browsers

Re: [tw5] Re: [ANN] Projectify v0.13.1 is out!

2021-02-09 Thread Nicolas Petton
Måns Mårtensson writes: > Hi Nicolas Hi Måns, > I like your creation very much. > Very useful, to the point and stylish :-) > Great work! Thank you! > I’d like to do a Danish translation. > How do I proceed? Awesome, thanks! If you know how to edit files on GitHub and make pull requests, I

[tw5] Re: external files not saved back to original location

2021-02-09 Thread RA
I deleted a couple of my messages as they had a very wrong filter suggestion. Unfortunately, one of them was quoted by another person, so the filter is still visible. Please don't use it. Use something like this one instead: [regexp[\.[A-Za-z0-9_-]{1,5}]split[.]last[]addprefix[.]] On Sunday,

[tw5] Re: Seeking reviewers for an upcoming TiddlyWiki textbook (both experts and beginners)

2021-02-09 Thread PMario
Hi, -as in my first post My github profile contains an e-mail link -m On Tuesday, February 9, 2021 at 3:55:29 AM UTC+1 Soren Bjornstad wrote: > I have a draft just about ready for review, but it looks like the group as > configured doesn't allow me to see the contact

[tw5] Re: I earn some money by making sites on Tiddliwiki. And I think Tiddliwiki can have commercial development.

2021-02-09 Thread TiddlyTweeter
Ciao Mat Very useful idea! @Siniy-Kit is the *TW-genius of online-neat-shopping-malls!* TT Mat wrote: > @Siniy-Kit and everyone > > I have started a new discussion in the dev forum > with the hope > of refining Siniy-Kits code for