[tw] Re: Is there a way for TW5 to DO something?

2017-01-23 Thread JWHoneycutt
Hi Mario, Thank you for the answer - that is my concern. I have an app that works for IOS, but am limited in it's output to the physical world. JWH On Monday, January 23, 2017 at 9:26:00 PM UTC-5, PMario wrote: > > Hi, > > As I wrote. The problem is, that TW is a browser based app and if the

[tw] Re: Is there a way for TW5 to DO something?

2017-01-23 Thread PMario
Hi, As I wrote. The problem is, that TW is a browser based app and if the browser / browser vendor doesn't support the WEB-APIs, that we need, we are pretty much helpless. iOS is a "walled garden" in this respect, since Apple controls it and pretty much locks everything down, that may be able

Re: [tw] Re: Usable (pre-beta) version of Cardo - a new TW5 for Getting Things Done

2017-01-23 Thread Adam Houston
Yes it runs as does GSD5. I do get some pop up errors along the lines of: syncer-browser - 17:25:31 23 1 2017 Sync error while processing 'My Task': TypeError: Cannot read property 'rev' of undefined here and there. Doesn't seem to affect the operation and it could be due to me running on mult

[tw] Re: Filter using toc?

2017-01-23 Thread Steven Schneider
Thanks, Tobias, This is great. I'm using it in various ways all the time these days. It's an interesting way to slice into a wiki - through toc. //steve. On Wednesday, January 11, 2017 at 6:19:54 PM UTC-5, Tobias Beer wrote: > > Hi Seven, > > Just announced >

Re: [tw] How to properly dispatch a tm-navigate event outside of the widget tree?

2017-01-23 Thread Jeremy Ruston
Hi Danielo > I also came to the conclusion of using the story thing, but it is not > available on the $tw object. If you don't mind, I will wait until you get a > proper computer :-) Try this: var story = new $tw.Story(); story.navigateTiddler(titleOfTiddlerToNavigateTo); The

[tw] Re: Is there a way for TW5 to DO something?

2017-01-23 Thread JWHoneycutt
Hi Mario, I am working on facial recognition - and would like a database (possibly in TW5) to have the ability to do any of various tasks: Read me my emails when I look into the mirror (and read you yours) Lock the door or vibrate my IPhone when my alzheimer's grandparent tries to leave the pr

[tw] Re: [TW5] Put title of tiddler in filter of fields

2017-01-23 Thread 'Alex' via TiddlyWiki
OK, I did it like that: *Tiddler A*: (field *relatedto*:"B") Text A *Tiddler B*: (tag: "C") <$tiddler tiddler=<>> <$list filter="[field:relatedto{!!title}]"> ''<$transclude field="caption" />'' <$transclude /> Text B looks like: Text A Text B *Tiddler C*: <> Text C **tag=C & field

[tw] Re: Usable (pre-beta) version of Cardo - a new TW5 for Getting Things Done

2017-01-23 Thread Danielo Rodríguez
Dear David, I'm the couch guy :) Adam has already tried cardo with noteself and he reports the it works well. The only thing you need to get this working is going to noteself.github.io/online ,install the plugin, optionally configure a remote DB and click on save config and you are good to go.

[tw] Re: Usable (pre-beta) version of Cardo - a new TW5 for Getting Things Done

2017-01-23 Thread David Szego
Hi Adam, nice to hear from you! Just a quick reply, will write more when I'm home... The main dashboard is there, under the "Cardo" sidebar tab, but I haven't moved any others yet. They'll be really easy to write as I broke everything into very small specific macros when I re-wrote it in TW

[tw] Re: NoteSelf mobile app ( well, kind of)

2017-01-23 Thread Adam Houston
Just an update: I loaded cardo.wiki into the quick launch(mobile) version of NoteSelf last week and it seems to work pretty well. I have always loved how much functionality you can get out of the TW framework by just plugging things together from different sources :) Thank you for your efforts

[tw] Re: Usable (pre-beta) version of Cardo - a new TW5 for Getting Things Done

2017-01-23 Thread Adam Houston
David. Cardo is looks quite good. I was a dGSD user for a while including the email import feature (I think we corresponded a couple of times regarding it). I am please to see you are working on a TW5 version. It seems to be fairly feature complete for a beta version. A couple thoughts:

Re: [tw] Re: [TW5] Presenting the Details Widget

2017-01-23 Thread Thomas Elmiger
Hi all, I am overwhelmed by the very qualyfied feedback i got here in no time. Thank you all! I will respond later with more details. Here are some thoughts of the day: I allready met an edge case where I missed re-rendering so I will reconsider implementig this in some way. Stay tuned! (An

Re: [tw] Re: How to hide viewtoolbar buttons when viewing online

2017-01-23 Thread David Gifford
Thanks Tobias! On Mon, Jan 23, 2017 at 11:37 AM, Tobias Beer wrote: > Hi Dave, > > The InfoMexhanism of the next > release > will give you more options > . > > For now, you can use tobibeer/sysinfo >

[tw] Re: How to hide viewtoolbar buttons when viewing online

2017-01-23 Thread Tobias Beer
Hi Dave, The InfoMexhanism of the next release will give you more options . For now, you can use tobibeer/sysinfo to probe the kind of environment you're in.

[tw] Re: How to filter on index values and a couple more questions..

2017-01-23 Thread Tobias Beer
Hi cb, not the answer you're looking for but anything date related isn't just a simple lookup / string pattern matching... but rather requires actual date handling filters, which may not actually exist to the extend you need them. You can try your luck with the *days* or *sameday* filters... co

Re: [tw] Is there a way for TW5 to DO something?

2017-01-23 Thread Xavier Cazin
Hi JWHoneycutt, Too bad ​that ​ you got an iPhone instead of an Android-based ​device;-) For the luckier ones ​:​ provided that ​ 1. Termux and Termux:API are installed 2. Termux has been given permission to access the various phone features,​ 3. you have a TiddlyWiki running in NodeJ

Re: [tw] Re: [TW5] Presenting the Details Widget

2017-01-23 Thread Jeremy Ruston
Just to confirm that the summary/details approach is not compatible with TW5's refresh architecture. I haven't looked at the code, but I'm surprised that a JS widget is needed; why can't one just use the elements within a macro? The summary/details approach is, however, exceptionally useful with

[tw] How to hide viewtoolbar buttons when viewing online

2017-01-23 Thread David Gifford
Hi all Any ideas on how to hide certain viewtemplate buttons when viewing online? Dave -- 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...@goo

[tw] Re: Is there a way for TW5 to DO something?

2017-01-23 Thread David Gifford
Please let me know when TiddlyWiki develops enough to do my ironing. On Sunday, January 22, 2017 at 1:02:50 PM UTC-6, JWHoneycutt wrote: > > Can I have a TW5 condition make my IPhone vibrate, or provide stimulus for > an IFTTT recipe? > > Has anybody done anything like this? If so, how did they d

[tw] Re: TiddlyWiki StackExchange

2017-01-23 Thread Matthew Lauber
Bumping this for people who may have missed it. Go vote on your favorite questions, and let's get us a good place for QA. Matt On Thursday, December 22, 2016 at 10:46:03 AM UTC-5, Arlen Beiler wrote: > > Given the general concensus, it seems, I've started a proposal at > StackExchange. > > > h

[tw] Re: [TW5] Presenting the Details Widget

2017-01-23 Thread David Gifford
Very nice! I will definitely be using this. I agree with those who say it should eventually become a plugin where everything is bundled together. Dave On Sunday, January 22, 2017 at 10:45:18 AM UTC-6, Thomas Elmiger wrote: > > Hi all – here comes my first attempt to build a widget: > > The deta

[tw] Re: Tiddlywiki Linux Desktop installation help

2017-01-23 Thread Matthew Lauber
That's because in linux if you type '{any command here} ...' it by default searches your $PATH. You can see your path by typing "echo $PATH", but the important detail is that your path does not include the current working directory. So you have to tell linux I want the nw that's located at ".

[tw] Re: [TW5] Put title of tiddler in filter of fields

2017-01-23 Thread 'Alex' via TiddlyWiki
text -- 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 this group, send email to tiddlywiki@googlegroups.com. Vis

[tw] How to filter on index values and a couple more questions..

2017-01-23 Thread cb
Hello!.. I have been using TW5 and following along the conversations on this group in the background. Thank you everyone for the conversations. It helps me use TW5 more efficiently. There is an issue I have not figured out a solution. I am hoping someone can help This is the problem I have

[tw] Re: [TW5] Put title of tiddler in filter of fields

2017-01-23 Thread Jed Carty
Someone wrote up a big list of how all of this works, but I don't know where it is at the moment. The quick answer is you use single curly braces in filters when referring to fields like this: <$list filter="[field:relatedto{!!title}]"> If you are trying to refer to a variable you use single <

[tw] Test

2017-01-23 Thread 'Alex' via TiddlyWiki
Test -- 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 this group, send email to tiddlywiki@googlegroups.com. Vis

[tw] Re: Collaborative use of TW—possibility to merge?

2017-01-23 Thread Szabolcs Horvát
Thank you for the tips Danielo and Olegh! I neglected to mention that I do not want to make this wiki public and I wasn't originally thinking to put it online. I am just looking for a collaborative note taking system. It seems that just using the node.js version solves the biggest problem (mer

[tw] Re: Collaborative use of TW—possibility to merge?

2017-01-23 Thread Danielo Rodríguez
I forgot to mention that it has revision control, but with the following limitations: - Only the local changes are tracked. Changes that other users made are only available on the server - You can explore the different revisions with a friendly UI, but there is no friendly UI to re

[tw] Re: Collaborative use of TW—possibility to merge?

2017-01-23 Thread Danielo Rodríguez
Take a look at NoteSelf (noteself.github.io) It has a different approach than regular tiddlywikis: it uses a local DB as which is synced a remote DB where all the client wikis are synced too. While it does not have specific facilities to manage several users, a multi user scenario is indeed pos

[tw] Re: Collaborative use of TW—possibility to merge?

2017-01-23 Thread oleghbond
Dear Szabolcs, A powerful, robust and versatile approach is in combination TW5 + Node.js + Git + Github + Github Pages. Detailed instruction could be found at https://github.com/danielo515/TW5-auto-publish2gh-pages/. Olegh понеділок, 23 січня 2017 р. 12:48:59 UTC+2 користувач Szabolcs Horvát

[tw] Collaborative use of TW—possibility to merge?

2017-01-23 Thread Szabolcs Horvát
Hello everyone, I am looking for tips on the collaborative use of TiddlyWiki. Is it suitable for editing by multiple people? Is it for example possible to use version control, and to merge tiddlers while highlighting changes? I was able to find a few discussions on this topic, but they are all

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2017-01-23 Thread oleghbond
Dear Danielo, works just fine. My YML script is very similar to what you've suggested - I just missed the line *stage: deploy*. Thanks, Olegh субота, 21 січня 2017 р. 16:55:03 UTC+2 користувач Danielo Rodríguez написав: > > Dear oleghbond > > I just added support for gitlab. You can base your