[tw5] Re: Saving on Git hub

2019-11-27 Thread TonyM
Eric, Thanks for that tip. I followed the instructions from Tiddlywiki.com and it seems to be pre github pages. Regards Tony On Thursday, November 28, 2019 at 5:58:34 PM UTC+11, Eric Shulman wrote: > > I am not so sure if and how to provide a link to others to open my wiki >> online nor if

[tw5] Re: The last word in Saving?

2019-11-27 Thread TonyM
Folks and Jed, I will soon publish a Demo "First Encounter" Wiki and would love your feedback. The details are as follows; - Single File HTML file hosted on a readonly (To visitors) internet facing server. - Browser Local storage activated, - Default save hidden. - A Save

[tw5] Re: How do I display nested transclusion within a codeblock?

2019-11-27 Thread Branimir Braykov
Yes, it seems is the wikify moment I was missing. By codeblock I mean the CodeBlockWidget or just to have this text in tags and have the exactly as this is made in tiddlywiki.com. Examples are all in a codeblock with the option to copy it to the clipboard, the button properly aligned to the

[tw5] Re: Saving on Git hub

2019-11-27 Thread Eric Shulman
> > I am not so sure if and how to provide a link to others to open my wiki > online nor if I could avoid contention if I downloaded another copy > somewhere. > You can't open the wiki directly from a regular repo on GitHub. To do that, you need to set up GitHub Pages

[tw5] Saving on Git hub

2019-11-27 Thread TonyM
Folks, I am evaluating the gitHub method of saving. I have a whole Tiddlywiki here https://github.com/AnthonyMuscio/gitwiki/tree/master/wiki in index.html I have a local file copy with all the GitHub details in it and I can open edit and save this. Great so far. I am not so sure if and how to

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

2019-11-27 Thread bimlas
Juri, Is there a default way to select a combination of tags so that only the > tiddlers with said combination are shown? Or how can I get a list with > Checkboxes to do this? > You may also be interested in this: https://bimlas.gitlab.io/tw5-locator/ Search for tags by name, filter

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

2019-11-27 Thread TonyM
Dave, Search for day-diff using advanced search and see if you can find where it is defined, this may give you the list of parameter names to use, you may see them in a \define day-dif(parameter names) Or a Jave script list of variable names. *Teach a man to fish...* Regards Tony On

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

2019-11-27 Thread Dave
Jed: I finally figured out that your day-diff macro does what I need, i.e. I can do this <> days to get the number of days between those dates, but I can't figure out the macrocall to do the same using field contents: <$macrocall $name="day-diff" param1={{!!due2}} param2={{mynow!!mynow2}}/>

[tw5] Re: [TW5] New Plugin: BobSaver, using Bob as a saver for single file wikis

2019-11-27 Thread TonyM
Stephan, See my previous post for another approach. The shortcut is set to open minimised. Regards Tony On Tuesday, November 26, 2019 at 5:53:05 PM UTC+11, Stefan Pfister wrote: > > Thanks it works fine on linux. > > Am Sonntag, 24. November 2019 13:58:49 UTC+1 schrieb Jed Carty: >> >>

[tw5] Re: [TW5] New Plugin: BobSaver, using Bob as a saver for single file wikis

2019-11-27 Thread TonyM
Jed, The simplest way I have found so far to instruct someone to place bob in the startup on Windows (10) is as follows - Download BobWin.exe to an appropriate folder such as C:/MyPrograms/Bob - R-click the BobWin.exe and select create shortcut, Rename the shortcut how you like -

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

2019-11-27 Thread Dave
Thank you Jed and Mark. I'll try some copy pasta and post back if I get something to work :) -- 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: The last word in Saving?

2019-11-27 Thread TonyM
Mark, At Glich.com https://glitch.com/~tiddlywiki-stuff it reads Go to the .env file if you wanna control who can has read/write access to the TiddlyWiki. Maybe change the SERVEROPTS-line to something along the lines of: SERVEROPTS="readers=(anon) writers=joe username=joe password=bloggs"

[tw5] Re: How do I display nested transclusion within a codeblock?

2019-11-27 Thread 'Mark S.' via TiddlyWiki
Not sure what you mean by "codeblock" in this context. But if you were using the copy-to-clipboard macro, then you could wikify the text first: <$wikify name="copyme" text={{!!c}}> <$macrocall $name="copy-to-clipboard" src=<>/> On Wednesday, November 27, 2019 at 2:39:36 PM UTC-8, Branimir

[tw5] Re: The last word in Saving?

2019-11-27 Thread 'Mark S.' via TiddlyWiki
Does it work offline? Is it private? Secure? Thanks! On Wednesday, November 27, 2019 at 1:51:35 PM UTC-8, Thomas Elmiger wrote: > > Hi all, > > I think there is one solution missing here: *Glitch.* > (I read most of the posts but not all.) > > Personally I went with this solution by Jonas some

[tw5] How do I display nested transclusion within a codeblock?

2019-11-27 Thread Branimir Braykov
I have problems figuring out how to (properly) achieve the following: I have a tiddler called "test". There are 3 fields in it: - field a = abc - field b = def But - field c = {{!!a}}-concat-{{!!b}} When I just test with transclude, field c as {{test!!c}} in another tiddler I see

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

2019-11-27 Thread TonyM
Thanks Thomas, It is amazing how many alternate implementations and delivery mechanisms are available for tiddlyWiki. I will look behind the scenes of Glitch. I suppose what you are raising here is providing TiddlyWiki as a service TWaaS which has being hinted at a few times. Lets prepare a

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

2019-11-27 Thread Thomas Elmiger
Hi, I just mentioned Glitch in the other thread , as it was *relatively* simple to set up and I could imagine using it in a starter course for the first lesson(s) or steps, before people download their single file wiki and

[tw5] Re: The last word in Saving?

2019-11-27 Thread Thomas Elmiger
Hi all, I think there is one solution missing here: *Glitch.* (I read most of the posts but not all.) Personally I went with this solution by Jonas some time ago: https://glitch.com/~tiddlywiki-stuff Pros - pure online solution, no local installation at all (use any browser you already

[tw5] Re: VCF Import Tiddler Quandary

2019-11-27 Thread Thomas Elmiger
Hi, I am sorry for the confusion. I guess when I was hacking this together I had the ambition to turn it into a plugins at some time in the future. But that future never came. All the best, Thomas It is: $:/plugins/telmiger/contacts/qr-tid > > But upon import in the dedicated TW5 file,

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

2019-11-27 Thread 'Mark S.' via TiddlyWiki
BTW, if you wanted to date manipulations without JS, with the help of Mat and others, we came up with these below. The problem with the date filters in TW, is that they don't form a complete kit of the things you would want to do with dates. \define g(y,m,d,offset:"0") <$set name=m value={{{

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

2019-11-27 Thread Jed Carty
I think that an example is going to be better than anything I could say, here are some of the date things I made before, they don't match what you are asking for but they should show how to make the javascript work in tiddlywiki. https://ooktech.com/jed/ExampleWikis/DateMacros/ -- You

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

2019-11-27 Thread Dave
okay, so I managed to get this javascript running: function daydiff() { var date1 = new Date("7/13/2010"); var date2 = new Date("12/15/2010"); var timeDiff = Math.abs(date2.getTime() - date1.getTime()); var diffDays = Math.ceil(timeDiff / (1000 * 3600 * 24)); return diffDays }

[tw5] Re: Mohammad Are you there?

2019-11-27 Thread TiddlyTweeter
If you go to my resource post: Mohammad's Wikis they seem to work fine. I tested all listed 11 wiki and they came up. I don't think his achievements are disappearing any time soon! :-) TT -- You received this message

[tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-11-27 Thread Chuck R.
Very nice, thank you Alan! I have some questions. What's the minimum version of TW5 that is required to use this? Can this be added to the main wiki at http://tiddlywiki.com as a tool or addon? I was writing in markdown for my tiddlers but this might be the reason I convert to writing in TW.

[tw5] Re: [TW5] Introducing TiddlyTables a plugin for creating sortable tables.

2019-11-27 Thread Victor Dorneanu
Hi Alan, i'm wondering if it's possible to have every column "in-line editable"? Additionally I wanted to know how to use a different ViewTemplate especially for the tags column? Thanks in advance. Cheers, Victor On Monday, September 9, 2019 at 9:01:41 PM UTC+2, Alan Aldrich wrote: > >

[tw5] Re: Mohammad Are you there?

2019-11-27 Thread A Gloom
> > > Let's hope he is back online soon. > > My wishes are for his safety, if you knew my background, I'm not worried about his Internet but other matters of the situation there are worrisome-- now you know why such a silly seeming individual as me goes by Gloom... TWScripts is still up, so