[tw5] Re: [TW5] Presenting the wizard wizard plugin, which may need a better name.

2018-05-30 Thread Mohammad
Another suggestion: When you change the order of slides (tiddlers) in the Wizard Setup, it is good to be able to refresh the table of slides to show the tiddlers by their order, i.e 1, 2, 3, ... On Monday, June 13, 2016 at 8:38:26 PM UTC+4:30, Jed Carty wrote: > > Apparently my brain didn't

[tw5] Re: [TW5] Presenting the wizard wizard plugin, which may need a better name.

2018-05-30 Thread Mohammad
Hello Jed, I have few questions on wizard wizard plugin! It is really a great and handy tool in the nonlinear world of tiddlywiki. I use it for implementing step by step instruction of some engineering simulation like a step by step tutorial. The questions are: 1. There are several links

[tw5] Re: sortby and leading zeros

2018-05-30 Thread Mohammad
Ah yes! Thank you Mark! Best On Thursday, May 31, 2018 at 8:07:19 AM UTC+4:30, Mark S. wrote: > > Perhaps, if you want to sort numerically, you could use the nsort operator? > > Good luck, > -- Mark > > On Wednesday, May 30, 2018 at 8:22:08 PM UTC-7, Mohammad wrote: >> >> In tiddlywiki example:

[tw5] sortby and leading zeros

2018-05-30 Thread Mohammad
In tiddlywiki example: https://tiddlywiki.com/#sortby%20Operator%20(Examples) the sortby gives wrong results when numbers have leading zeros. For exampl 10 6 4 09 03 2 08 +[sortby[1 2 3 4 5 6 7 8 9 10]] gives 09 03 08 2 4 6 10 what is the correct syntax or how we can get the correct result

[tw5] Re: To Github Or Not? -- That is a question.

2018-05-30 Thread 'Mark S.' via TiddlyWiki
Thomas, you're much too modest. Your stuff is great! We can form a "Waiting for PR" club. I've got one I started at the bequest of someone else that has waited 15 months and 3 release cycles. The business and technical worlds go through fads, and it can be hard to keep up with them. For a long

[tw5] Re: To Github Or Not? -- That is a question.

2018-05-30 Thread Thomas Elmiger
Yep. Interestingly, I just got my own ghost-gitter – a ghost-writer/publisher for github. https://github.com/rimi publishes some of my plugins on github, just because I am too lazy/busy to learn it myself. Also github user sukima had to rebase a contribution I tried to make:

[tw5] Unable to save new tiddlywiki (5.1.17) in tiddlyspot

2018-05-30 Thread Carlos Pita
Hi All, well my problem is just what the subject states. Since I know this could be an issue with firefox I tested the same using: * Chromium in linux * Chrome in android * Firefox in linux * Chrome in android with tiddlywiki 5.0.0-alpha.10 Every option above failed except for the last, so I

[tw5] Re: Presenting: SetUp - a guide to set up a great TW system

2018-05-30 Thread Mat
@TiddlyTweeter wrote: > > Regarding TiddlySpot > ... > added <:-) -- 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

[tw5] Re: Presenting: SetUp - a guide to set up a great TW system

2018-05-30 Thread Mat
@TiddlyTweeter wrote: > > On Bob on Node.js you say format is "TW-plugin". That does not make sense > to me. I'm unclear what you mean. > > On Bob single exec. under file-or-folder you say "Switchable." Natively > they are only .tid files (folder). Do you mean that because you CAN > generate a

[tw5] Re: TW in Public -- Karl Arao's TWClassic

2018-05-30 Thread Ste Wilson
I got all excited thinking engineering data... But data engineering is very different.. -- 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: How do I export/concatenate en masse Tidddlers to MS Word?

2018-05-30 Thread David Lewis
Foxit PhantomPDF has a pretty decent PDF-to-Word conversion, other targets too. I have done some image work though not a lot, and it does well. Plus it has a good PDF OCR function. Plus lots more editing and markup features -- a bread-and-butter app for me.

Re: [tw5] Re: How do I export/concatenate en masse Tidddlers to MS Word?

2018-05-30 Thread David Lewis
Foxit PhantomPDF has a pretty decent PDF-to-Word conversion, other targets too. I have done some image work though not a lot, and it does well. Plus it has a good PDF OCR function. Plus lots more editing and markup features -- a bread-and-butter app for me.

[tw5] Re: How do I export/concatenate en masse Tidddlers to MS Word?

2018-05-30 Thread 'Mark S.' via TiddlyWiki
All the print-to-pdf options I've ever used will mulch images and paragraphs. Another, cleaner, technique is to copy and paste into Word. Tweak the look. Then use it's export-to-pdf functionality. -- Mark On Wednesday, May 30, 2018 at 8:32:50 AM UTC-7, Michael Wiktowy wrote: > > TW is a

[tw5] To Github Or Not? -- That is a question.

2018-05-30 Thread @TiddlyTweeter
Interesting discussion on GitHub in which ... ... @Jermolene commented ... > I think the apparent antipathy towards GitHub in the TiddlyWiki community > is because only a small proportion of TiddlyWiki users have any familiarity > with it. The difference between

[tw5] Re: Create table from filter

2018-05-30 Thread 'Mark S.' via TiddlyWiki
This seems to do it. Note that you can't use "type" -- it's already used by TW. So I changed it to "kind". -- Mark <$list filter="foo" > <$vars location-id={{!!title}}> <$list filter="[field:location-id{!!title}]" > <$vars uid={{!!title}} amount={{!!amount}} date={{!!date}}> <$list

[tw5] Re: Presenting: SetUp - a guide to set up a great TW system

2018-05-30 Thread FrD
Hi, The android app "Serveur WebDAV" works well on saving TWs both locally and on dropbox (on my Samsung A5 phone). Regards FrD Le mardi 29 mai 2018 20:36:56 UTC+2, Lost Admin a écrit : > > @Mat > > Based on how I'm seeing the other options filled in, Webdav should be > "Any-standard-OS".

[tw5] Re: How do I export/concatenate en masse Tidddlers to MS Word?

2018-05-30 Thread Michael Wiktowy
TW is a platform as well as just note-taking but you can extend it or not depending on your desires to dig into the internals or not. To elaborate on TonyM's suggestion, another built-in option to solve your export problem is in the Advanced Search tiddler, in the Filters tab, you can just put

[tw5] Re: Create table from filter

2018-05-30 Thread Jed Carty
I made some table macros that may be what you want. https://ooktech.com/jed/ExampleWikis/DynamicTables/ -- 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: Create table from filter

2018-05-30 Thread Tristan Kohl
Hi Mark, yes you are right the location-id refers to Tiddler A. I need this setup for my record keeping for my bees. So I have a hive (Tiddler A) in some location and there are numerous times a year I check in on them and do my beekeeping stuff (Tiddler B). Those actions may contain some

[tw5] Re: Create table from filter

2018-05-30 Thread 'Mark S.' via TiddlyWiki
I'm not sure what joins A to B. location-id ? So Tiddler A refers to locations? Is there just one "A" tiddler? The way you would do this in TW is with nested lists, using <$vars> between the nests to capture the state of the fields. You would build up the table using HTML table structures -

[tw5] Re: How do I export/concatenate en masse Tidddlers to MS Word?

2018-05-30 Thread 'Mark S.' via TiddlyWiki
I've used, and even paid for CintaNotes (if memory serves). Unless things have changed, CintaNotes is windows-only, text-only. Can't use it on your mobile devices, and you'll have to pay up to get the latest premium versions. I was using it for awhile when I thought I had made a final

[tw5] Create table from filter

2018-05-30 Thread Tristan Kohl
Hey guys, I might bark up the wrong tree but I can not find a hint how to generate a table from a filter. My tiddlers work like records which cross reference to others so I need a way to generate a "smart" table. An example might be better than me explaining foolish: *Tiddler A:* - title:

[tw5] Re: How do I export/concatenate en masse Tidddlers to MS Word?

2018-05-30 Thread David Lewis
Neat -- thanks! I now see that TW is not an application so much as a programming system, and a pretty interesting and useful one. That appeals to the software engineer in me. But I have to decide if that's where I wanna go now, with that career in the past -- or use a dedicated note-taking and

[tw5] Re: Presenting NoteSlam

2018-05-30 Thread Sylvain Naudin
Le mercredi 30 mai 2018 14:48:39 UTC+2, Sylvain Naudin a écrit : > > I've updated a copy to last TW 5.1.17, but LeftBar plugin seems broken.. > Just redifine 0px when leftbar is hide on ControlPanel, and now it's OK. -- You received this message because you are subscribed to the Google

[tw5] Re: [tw] [TW5] NodeJS on Synology NAS

2018-05-30 Thread TonyM
Mubed, Sure I can help tomorrow my time. 12 hours. Possibly the first question would be are yousetting the port number and the address as 0.0.0.0 then browsing to the synologyipaddress:port >From memory you need place holders for the parameters you do not use so you >end up with sonething

[tw5] Re: [tw] [TW5] NodeJS on Synology NAS

2018-05-30 Thread Mubed
Hi Tony, Could you please describe all the steps you did to get TW run with node.js on DS? I had to give up when I tried it, because I couldn't make the wiki visible from outside of the ssh window. Thanks mubed Am Mittwoch, 19. Juli 2017 05:42:42 UTC+2 schrieb TonyM: > > Great Kenn, > > That

Re: [tw5] Re: Problems when editing from tablet

2018-05-30 Thread BurningTreeC
> > I didn't realized that you need to update also the plugins... > After updating it is solved. Many thanks! > > Great, glad it works now! BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw5] Re: TW in Public -- "Tomb Of Horrors" (#gaming #campaingn)

2018-05-30 Thread Jan
Hi, RPG-fans might be interested in this dungeon-mechanism I did a year ago... A proof of concept of concept which comes with a dungeon-editor... http://roguelike.tiddlyspot.com/ Greetings Jan Am 29.05.2018 um 01:10 schrieb @TiddlyTweeter: Joshua I think there is quite a large user-base for

Re: [tw5] Tree Testing with TiddlyWiki and Google

2018-05-30 Thread Jeremy Ruston
Hi Justin I’ve no experience with Google Optimize, but those mods to the googleanalytics.js file look OK. The easiest way to make these changes in the browser would be to create a tiddler that overrides the shadow tiddler containing the original code: 1. Install the core Google Analytics

[tw5] Tree Testing with TiddlyWiki and Google

2018-05-30 Thread cushinj
I am looking into utilizing TiddlyWiki as a web tree testing platform. To accomplish this, I'm trying to incorporate Google Analytics and Google Optimize. Google Optimize requires a slightly modified version of Google Analytics in order to be used on a site. The jermolene plugin