[tw] Re: How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread hubertgk
OK, this appears a tough one to crack. I've changed the code a bit and now it's working well, though in a different way. Updates to status (via macro calculations) are now triggered by button click that's located in each tracker tiddler and not in the dashboard tiddler as I originally wanted it.

[tw] Re: How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread PMario
Hi, I only did read the first post and didn't do any tests with your code. ... So the following is just a guess..Did you try: \define bAction() <$action-setfield $tiddler="_data000" $index=$(CurrentTiddler)$ $value=$( Updated_status)$/> \end \define Button() <$button actions=<> class="button"

[tw] Re: How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread hubertgk
Hi PMario, thanks for your response. Your code for the button works well, the same as mine. The problem is not the button though and I apologise if the way I've described my original problem is not clear enough. I'm not quite sure how to make it clearer. In a nutshell, the problem is that the v

[tw] Re: How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread PMario
Did you try the vars-widget http://tiddlywiki.com/#VarsWidget instead of the set-widget. Vars is much newer and behaves slightly different. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

Re: [tw] How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread Jeremy Ruston
Hi Hubert > On 3 Nov 2017, at 10:34, hubertgk wrote: > > <$set name=currentVal value={{!!tracker_current_value}}> > <$set name=targetVal value={{!!tracker_target_value}}> > <$set name=tracker_start_date value={{!!tracker_start_date}}> > <$set name=tracker_end_date value={{!!tracker_end_date}}>

Re: [tw] How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread hubertgk
Thank you very much for this Jeremy. With the corrected syntax, {{!!my-field-name}}, the field transclusions are derived from the current tiddler that's understood as the very tiddler that has the macro and the transclusions themselves (the 'dashboard' tiddler in my original description). I'm a

[tw] Mobile- long equations

2017-11-03 Thread Stephen Wilson
As there is a surge in mobile interface interest, and similar to my 'how do you scroll tables' question this seems like a good time to ask If I have a long katex equation is there a way of having the tiddler scroll, or some sensible line break so that the equation doesn't run off the edge o

Re: [tw] How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread Jeremy Ruston
Hi Hubert Apologies, I’m struggling a little to understand what you’re trying to do, and the context for the original code. Perhaps you could post an absolutely minimal test case that illustrates what you’re trying to do? The code in the original post has a bunch of styling etc. that gets in th

[tw] Any way to change default new tiddler?

2017-11-03 Thread Dave Gifford - http://www.giffmex.org/
Hi all One thing I have wanted at times is for all new tiddlers, regardless of the mode of creating them, to have a certain field. So whether I click on an empty link or create from a button, the tiddler will already have a custom field in it. Is there a way to do that? Up till now I have had t

[tw] Re: Any way to change default new tiddler?

2017-11-03 Thread Dave Gifford - http://www.giffmex.org/
Hi Mario I have it set up with a new tiddler button the way I want it. But you know me, I'm greedy, I'd like to click on a tag pill, then click the link to the tag name, and have it open up as a new tiddler with certain fields already in place, not just an empty new tiddler. But if that can't b

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-03 Thread Arlen Beiler
Ok, I've added this feature to master and updated the readme. I don't have time for another release right now, so just download or clone master, and then copy your settings.json file and the tiddlywiki folder from your old version into master. If you were using the nexe version, just copy node.ex

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-03 Thread coda coder
Cool. Thanks Arlen. It's up an running now - fingers crossed. I've added: "etag": "disabled", "etagWindow": 0, to my settings. I guess the value of etagWindow doesn't matter when etag is disabled - right? On Friday, November 3, 2017 at 11:28:59 AM UTC-5, Arlen Beiler wrote: > > Ok, I'

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread mauloop
Hi, Mario. Yea, ... You found a rare behaviour, that I did also experience some time > ago, ... > It makes me happy to know that I am not the only one that sometimes break the toy. > At tiddlywiki.com there are 3 story-views > > - classic (default) > - pop > - zooming > > Each of them

Re: [tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread mauloop
I'll try it asap. Il giorno mercoledì 1 novembre 2017 19:50:44 UTC+1, BJ ha scritto: > > I've put a demo here: > > http://typestemplatedemo.tiddlyspot.com/ > > On Wednesday, November 1, 2017 at 12:48:29 AM UTC+1, mauloop wrote: >> >> @BJ >> Still cannot make your typestemplate plugin work. I tried

Re: [tw] Re: Testers needed for TiddlyServer

2017-11-03 Thread Arlen Beiler
Correct. No fingers crossed, I wrote the code. If you still get the 412 with etag:"disabled", that's a bug, not a feature :) Enjoy, Arlen On Fri, Nov 3, 2017 at 1:06 PM, coda coder wrote: > Cool. Thanks Arlen. It's up an running now - fingers crossed. > > I've added: > > "etag": "disabled",

Re: [tw] How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread hubertgk
Apologies for the messy code and for including the irrelevant bits. Perhaps the problem is just that you want to set the variables curentVal, > targetVal etc. such that they can be accessed within the Updated_status > macro? If so, you should be able to wrap set widgets around the <$button> > w

[tw] How to use fields from other (dynamically listed) tiddlers as parameters in a macro calculation?

2017-11-03 Thread TonyM
Without reading the whole thread I must ask if you are giving due regard to closures such as ? Unclosed you get odd results, closed ends the value. Since closure is unnamed you need to be clear the balance of opens and closes. This forces certian structures you need to be clear about. Also put

[tw] Re: Import broken?

2017-11-03 Thread BJ
I can't see the image properly On Friday, November 3, 2017 at 11:10:43 PM UTC+1, Diego Mesa wrote: > > > I made a new journal button a couple days ago, and I am not sure how that > is messing up my importing of plugins. I have restarted, etc. As you can > see here: > > https://media.giphy.com/me

Re: [tw] Re: Import broken?

2017-11-03 Thread Diego Mesa
Sorry about that - when I drag over a plugin from: https://tobibeer.github.io/tb5/#plugins I see the following: [image: Inline image 2] On Fri, Nov 3, 2017 at 5:41 PM, BJ wrote: > I can't see the image properly > > On Friday, November 3, 2017 at 11:10:43 PM UTC+1, Diego Mesa wrote: >> >> >> I

[tw] Re: Import broken?

2017-11-03 Thread TonyM
Diego, I went to the address https://tobibeer.github.io/tw5-plugins/#contains And dragging the plugin works across browsers (Chrome to FF) and tabs within a browser (FF) for me. Unlike you however I am careful not to drop on the green bar itself but below it because i was always accidentally

[tw] Re: [TW5] ViewTemplate strange behaviour

2017-11-03 Thread PMario
I did create an Issue at github -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 this group, send email to ti

[tw] Re: Import broken?

2017-11-03 Thread Diego Mesa
For me, on both chrome and firefox, and just dragging onto the body of the document instead of the green bar produces the same result. I fear I've broken my importing system! On Friday, November 3, 2017 at 6:18:16 PM UTC-5, TonyM wrote: > > Diego, > > I went to the address https://tobibeer.gith

[tw] x-wiki

2017-11-03 Thread Handoko Suwono
I am stumbled upon x-wiki and still try to figure out how this relates to TiddlyWiki or TiddlyWiki X. Is there anyone who can make a comparison to TW or has any experience exploring the x-wiki? What is that x-thing in TW? http://www.xwiki.org/xwiki/bin/view/Main/ Thanks. handoko - -- You

Re: [tw] x-wiki

2017-11-03 Thread Arlen Beiler
TiddlyWiki X was only recently used by another user (not Jeremy that I know of) to refer to the next big remake of TiddlyWiki. Obviously, TiddlyWiki Five is billed as a remake for the next 25 years, so I don't know that X is on the roadmap yet. There is so much potential that has not been explored

[tw] Re: Import broken?

2017-11-03 Thread BJ
to be clear, can you go to https://tobibeer.github.io/tw5-plugins/#contains and drag the link $:/plugins/tobibeer/contains on to your TW On Saturday, November 4, 2017 at 1:57:02 AM UTC+1, Diego Mesa wrote: > > Fo