[tw] Re: [TW5] Windows Desktop Interactive TiddlyWiki 5

2017-07-17 Thread TonyM
Another Update in this Quest I am now running a local nodeJS instance of tiddlywiki on each of my windows machines (and incidently my Android phone). I use windows scheduler to launch the nodeJS instance on startup so the server is available before I login. If I am logged in the variouse UNC an

[tw] [TW5] NodeJS on Synology NAS

2017-07-17 Thread TonyM
Folks, I just wanted to point out I have sucessfully installed an instance of TiddlyWiki on my Synology NAS using the NodeJS V4 package in the package centre. It makes sence because the NAS is allways on. I have also learned you can in some models upgrade the RAM and will be doing that to supp

[tw] Re: Step by step instructions on how to open external files in TiddlyWiki

2017-07-17 Thread TonyM
Dan, If you have not seen it yet, check out the discussion I started and some results; [TW5] Windows Desktop Interactive TiddlyWiki 5 https://groups.google.com/forum/?hl=en#!topic/tiddlywiki/By4xN8y9I3s Also, the firefox plugin It's All Text! is great for editing tiddler text in another app.

Re: [tw] Create tiddlers from an external program?

2017-07-17 Thread @TiddlyTweeter
Ciao Andreas & TJ Hoeft About the only area of computing I would say I am any good at is regular expressions. FWIW, I directly create and inject Tiddlers using advanced Grep software that can run regex over a normal text, html, spreadsheet, or most anything you want, re-make the result in Tid

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

2017-07-17 Thread Xavier Cazin
Hi Tony, You need to use the *nohup* command in order for the *tiddlywiki* command to keep running after you close the *ssh* session. Best, Xavier. Le 17 juil. 2017 10:52, "TonyM" a écrit : > Folks, > > I just wanted to point out I have sucessfully installed an instance of > TiddlyWiki on my S

Re: [tw] Create tiddlers from an external program?

2017-07-17 Thread TJ Hoeft
Thank you so much for the ideas! Much appreciated. Ideally, I was hoping that the stand alone wiki file would have an API to do what Josiah is doing with regex. I love TW's rolling history, search and tags. It would be really great to use in small adhoc programming projects to index things. An

[tw] Re: NoteSelf the Evernote-like experience update

2017-07-17 Thread Danielo Rodríguez
Hello TonyM El viernes, 14 de julio de 2017, 6:15:26 (UTC+2), TonyM escribió: > > Thanks Danielo, > > I empathize with the difficulty of sharing technical knowledge when you > are deeply involved with a technical solution. > Thank you :-) > > > What you have said helps. As I understand it th

[tw] Re: Command line from TiddlyWiki

2017-07-17 Thread PMario
On Tuesday, June 20, 2017 at 3:44:40 PM UTC+2, Jed Carty wrote: > > I would really like to be able to run a bash script from a tiddlywiki, but > I haven't figured out how yet. > I'm pretty sure, that you don't want to run arbitrary scripts form untrusted sources on your computer, if the browser

[tw] Re: My Transclusion headache

2017-07-17 Thread PMario
Hi Tony, It's all relatively straight forward. .. I think I know, what causes your headaches. The fact, that you can't do $(var)${{!!field}} .. It needs to be $(var)$$(secondVar)$ ... to work The fact, that the list-widget modifies the currentTiddler by default. ... BUT there is a "variabl

[tw] Re: My Transclusion headache

2017-07-17 Thread PMario
Tobi Beer has some nice examples: http://tobibeer.github.io/tb5/#Templates:Templates%20%5B%5BConditional%20ViewTemplate%20Section%5D%5D about templates. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and sto

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

2017-07-17 Thread TonyM
Thanks Xavier, Worked a treat, you saved me a lot of time. For others that may come here - Connect to SSH on Synology using Putty session port 22 - Start server nohup tiddleywiki twname --server "" "" "" "" "" "" "0.0.0.0" & - Then exit to end session On Monday, July 17, 2017 at

Re: [tw] Re: Lightweight diagrams (e.g. concept maps)?

2017-07-17 Thread TonyM
Looks Good Thanks On Sunday, July 16, 2017 at 9:42:28 PM UTC+10, Eneko Gotzon wrote: > > Hi Tony. > > On Sun, Jul 16, 2017 at 2:28 AM, TonyM > > wrote: >> >> one tool I have used for years is freemind… >> > > ​Freeplane –a fork > of FreeMind–

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-17 Thread Alfonso Arciniega
JWHoneycutt, You are not alone. The "Internal JavaScript Error" happened to me every time when using NoteSelf offline. Now I see it also happens online too... Best, Alfonso On Friday, July 14, 2017 at 12:35:04 PM UTC-6, JWHoneycutt wrote: > > How far I've gotten: > >- 7) I drag this ne

[tw] Re: Command line from TiddlyWiki

2017-07-17 Thread @TiddlyTweeter
i would trust it from a friend. PMario wrote > I'm pretty sure, that you don't want to run arbitrary scripts form > untrusted sources on your computer > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop rec

[tw] Re: Command line from TiddlyWiki

2017-07-17 Thread codacodercodacoder
On Monday, July 17, 2017 at 9:25:00 AM UTC-5, @TiddlyTweeter wrote: > > i would trust it from a friend. > > A word of advice: That is precisely the attack vector to which you (we) are most vulnerable. You cannot know or ascertain whether your friends are or have been exposed to malware *desi

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-17 Thread codacodercodacoder
Me too. Can't use it locally at all. On Monday, July 17, 2017 at 9:17:46 AM UTC-5, Alfonso Arciniega wrote: > > JWHoneycutt, > > You are not alone. The "Internal JavaScript Error" happened to me every > time when using NoteSelf offline. Now I see it also happens online too... > > Best, > > Alfons

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-17 Thread @TiddlyTweeter
one more try. one more song. one more day. NoteSelf is marvellous. BUT ITS DIFFICULT to get it working sometimes. Daniello kinda knows that, but maybe not so well as he needs to. Josiah x On Monday, 17 July 2017 17:04:35 UTC+2, codacoder...@outlook.com wrote: > > Me too. Can't use it locall

[tw] Re: Command line from TiddlyWiki

2017-07-17 Thread @TiddlyTweeter
I very much doubt its so dire. Since TW is NOT interactive the only ingress is if you compromised your own site. I DID mine by using an open FTP, never aqain. So, do you want the 5 minute argument, or the full half hour? -:) @TiddlyTweeter wrote: >> >> i would trust it from a friend. >> > >

[tw] Re: [TW5] Windows Desktop Interactive TiddlyWiki 5

2017-07-17 Thread @TiddlyTweeter
are you using Mat's "Bubble Thing" for that flow? its looking good. i don't think you need folders TWICE ... josiah x TonyM wrote: > > Another Update in this Quest > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: [TW5] Windows Desktop Interactive TiddlyWiki 5

2017-07-17 Thread @TiddlyTweeter
i wonder I it could be made into a plugin? probably not. but maybe for one platform? even so ...? your thoughts? TonyM wrote: > > Another Update in this Quest > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: Create tiddlers from an external program?

2017-07-17 Thread 'Mark S.' via TiddlyWiki
For your log-tracking use-case, it might be simpler to transfer the file to an XLSX file and then use the existing XLSX importer to convert that into tiddlers. Python has a JSON encoder/decoder. You can export a couple tiddlers as JSON to see what format TW wants for its data. It seems like if

[tw] LOADING

2017-07-17 Thread @TiddlyTweeter
Am i right in thinking that if you open 7 tabs in TW, ONLY the one that is active is loaded? That the other six are not loaded until you click on them to foreground? And if you click on the PREVIOUS one its already been unloaded and you have to wait whilst it loads again? Just asking. -- You

[tw] Re: Create tiddlers from an external program?

2017-07-17 Thread @TiddlyTweeter
The issue with JSON is TW is whether its FULL JSON. As far as I grasp it it cannot natively cope with complex JSON data structures, only basic non-hierachical JSON. For that it works well as far as i can see. Josiah On Monday, 17 July 2017 19:36:09 UTC+2, Mark S. wrote: > > For your log-trackin

[tw] Re: [TW5] How do I change font colors?

2017-07-17 Thread 'Mark S.' via TiddlyWiki
One way is to back out in the CSS inspector tool and find what other classes or tags apply to the current situation, and create styles based on that. For instance, for the search box, it appears that : div.tc-sidebar-lists .tc-search-results a.tc-tiddlylink { color: blue; } will make search res

[tw] Re: LOADING

2017-07-17 Thread PMario
Hi, Depends on your browser setting. Not TW specific. -m -- 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 post to thi

[tw] Re: LOADING

2017-07-17 Thread @TiddlyTweeter
Which browser preserves loads? I'd be interested. On Monday, 17 July 2017 20:17:52 UTC+2, PMario wrote: > > Hi, > > Depends on your browser setting. Not TW specific. > > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from th

[tw] Date format with the Timeline plugin in TW5

2017-07-17 Thread Julien H
Hello, I am using TW5 with the plugin to create a Timeline called *"Visual timeline widget plugin v0.8.1". *This is a very interesting plugin. You can check an example of the plugin use and the description on the forum

[tw] Re: Date format with the Timeline plugin in TW5

2017-07-17 Thread 'Mark S.' via TiddlyWiki
HH:MM should be hh:mm . See if that helps. Good luck, Mark On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote: > > Hello, > > > > I am using TW5 with the plugin to create a Timeline called *"Visual > timeline widget plugin v0.8.1". *This is a very interesting plugin. You > can check

[tw] Re: TiddlySmile ...

2017-07-17 Thread @TiddlyTweeter
we had a request from April Makenzie for György Pálfi's brilliant "Final Cut: Ladies and Gentlemen" ... we not so sure its 100% TiddlyWiki. But its close, so did it: https://www.youtube.com/watch?v=aaKx_XzmBEw -- You received this message because you are subscribed to the Google Groups "Tiddl

[tw] Re: [TW5] How do I change font colors?

2017-07-17 Thread charleychopkins36
Oh wow. There's a lot of options here. Amazing... Thank you so much! -- 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 p

[tw] Re: [TW5] Windows Desktop Interactive TiddlyWiki 5

2017-07-17 Thread TonyM
I did remove the larger folder icons, The yellow ones are generated by the FireFox Plugin. A plugin I imagin may fail in future FF updates. I think it needs to be in the Browser rather than tiddlywiki to access Windows Explorer. I would love to see stronger intergration with the local computer