[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread Tobias Beer
Hi Mark, The following quite likely works just as well: \define img(now) [img[http://ichart.finance.yahoo.com/t?s=^DJI#?$now$]] <$macrocall $name=img now=<>/> The reason is that with every friggin' change event in the wiki, like switching a tab in the sidebar, opening a tiddler, etc... and

[tw] [tw5] Is there a plugin for Import Merge Conflict Handling?

2016-10-25 Thread Timothy Sanders
I've actually been mulling creating an interface for interacting with git from tw5. It would make sense, from my point of view, to deal with history and revisions for individual tiddlers via .tid files, makes a lot of sense, especially because tw5 is basically single-user. I'm already working

[tw] Tiddlywiki, Firefox, Tiddlyfox & Android Lollipop: Permission denied errors.

2016-10-25 Thread Wildscot
Hi, Just in case it saves anyone the hassle I've had tonight. Following the instructions for Android I couldn't get my TiddlyWiki to open at all. Firefox was throwing errors along the lines of "the file has moved or you do not have sufficient permission". I'd been using it regularly on my

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread FFT
Thanks Mark and others; it's working for me now! On Tuesday, October 25, 2016 at 1:07:00 PM UTC-7, Mark S. wrote: > > Just looked at the time. Once again, I think all the markets are closed. > Need a different changeable image source to test on. > > On Tuesday, October 25, 2016 at 1:02:39 PM

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread 'Mark S.' via TiddlyWiki
Just looked at the time. Once again, I think all the markets are closed. Need a different changeable image source to test on. On Tuesday, October 25, 2016 at 1:02:39 PM UTC-7, Mark S. wrote: > > This version is working on my system: > > define img(x) >

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread 'Mark S.' via TiddlyWiki
This version is working on my system: define img(x) [img[http://ichart.finance.yahoo.com/t?s=^DJI#?$x$]] \end <$macrocall $name=img x=<>/> <$button>Refresh Tiddler <$action-setfield $tiddler='$:/temp/update' text=< >/> Good luck! Mark On Tuesday, October 25, 2016 at 12:55:29 PM UTC-7, FFT

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread FFT
Regarding the <$set> tag, can you help clarify what I can remove? This is what I have. \define img(x) [img[http://ichart.finance.yahoo.com/t?s=^DJI#?$x$]] \end <$set name=dummy value={{$:/temp/update}}> <$macrocall $name=img x=<>/> <$button>Refresh Tiddler <$action-setfield

[tw] Re: tagGrid for TiddlyWiki 5

2016-10-25 Thread Tobias Beer
It's not a grid, but it's grouping tids into cross-lists: tobibeer/xlist Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw] tagGrid for TiddlyWiki 5

2016-10-25 Thread stevesuny
Hi, about 8 years ago, Eric Shulman posted tagGrid plugin (http://www.tiddlytools.com/#TagGridPlugin) for TWClassic which generated a nice cross-reference table showing the intersection of two tags. Was wondering if anyone has similar plugin or logic for TiddlyWiki 5? Thanks! //steve. -- You

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread 'Mark S.' via TiddlyWiki
That seems to work on my system. It doesn't seem to need the <$set> tag. It should probably have the closing button tag for completeness. On Tuesday, October 25, 2016 at 12:02:52 PM UTC-7, BJ wrote: > > the image is probably being cached by the browser try > > \define img(x) >

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread BJ
the image is probably being cached by the browser try \define img(x) [img[http://ichart.finance.yahoo.com/t?s=^DJI#?$x$]] \end <$set name=dummy value={{$:/temp/update}}> <$macrocall $name=img x=<>/> <$button>Refresh Tiddler <$action-setfield $tiddler='$:/temp/update' text=< >/> On Tuesday,

[tw] Re: [TW5] refresh a tiddler

2016-10-25 Thread FFT
I added the tag, however the tiddler did not rerender the image upon clicking the refresh button; I tried clicking it after 30 minutes and it still didn't work. On Monday, October 24, 2016 at 2:45:26 PM UTC-7, Mark S. wrote: > > There needs to be a closing ** tag just before ** in > Tobias'

Re: [tw] (TW5) TiddlyWiki on Sandstorm

2016-10-25 Thread Ste Wilson
Nodejs not modems. Stupid auto correct.. -- 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

[tw] Re: How are you using Tags and Fields?

2016-10-25 Thread Ste Wilson
So far my only delving into fields has been list fields to order contents and maps. The spreadsheet plug in did inspire me to this http://stephenteacher.tiddlyspot.com/#Interactive%20Steps%20to%20Solving%20Problems Where the tiddler text changes depending on what is entered in the fields. --

Re: [tw] Suggestion: Distraction-free editing

2016-10-25 Thread 'Mark S.' via TiddlyWiki
Thanks Jeremy! So far, especially the 2nd version, has been working well. The first version shows places where icons should be, but there's just little stubs. Hovering over the stubs you can see their original functions. Currently, I could make a second tiddler if I wanted to open more than

Re: [tw] (TW5) TiddlyWiki on Sandstorm

2016-10-25 Thread Ste Wilson
Was any progress made on this? It seems like a really easy way to use servers. For example I can easily play around with Jupiter without having to crash my pi every week or so and I've given up trying modems for now but if it was as easy logging into sandstorm.. G Stephen

Re: [tw] Suggestion: Distraction-free editing

2016-10-25 Thread Sylvain Naudin
Bonjour Tobias :) Yes of course, I agree with you, it need more polishing (search, with or without wikibar, etc..) If there is an edit-window on View Toolbar, there no need to select/search tiddler to edit. Le mardi 25 octobre 2016 18:13:36 UTC+2, Tobias Beer a écrit : > > Hi Sylvain, > >

Re: [tw] Suggestion: Distraction-free editing

2016-10-25 Thread Tobias Beer
Hi Sylvain, > I vote to add this to wikibar or to more option to edit in new window :p > >> Yes and no. 1. It needs some polishing, but the general concept is gr8, especially for big screens or two monitors or an otherwise readOnly wiki 2. you should be able to search for the title

Re: [tw] Suggestion: Distraction-free editing

2016-10-25 Thread Sylvain Naudin
It's a nice tips ! I've some long tiddlers, and with this code, it will be fun/easier to edit content on my first screen and scrool to part edit and see result on second screen with regular wiki. I vote to add this to wikibar or to more option to edit in new window :p Thanks for sharing.

[tw] Opportunistic syncing with TWEdit?

2016-10-25 Thread Timothy Sanders
Does anyone know if it is it possible to have both the TWEdit saver, and also invoke syncing with a server, when available? This would be amazingly helpful for my workflow. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: making Tiddlers hidden

2016-10-25 Thread PMario
... One thing, that I forgot: - Go with the: KISS principle! - Don't over-engineer your TiddlyWiki -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: making Tiddlers hidden

2016-10-25 Thread PMario
Hi FBachofner, TiddlyWiki has 3 basic types of tiddlers. - Standard - System - Shadow Standard tiddlers can be seen by everyone. They basically create "the content" of a tiddly wiki which can be read / "consumed" by users. System tiddlers are an easy way to hide "framework tiddlers" form

[tw] Re: How to count two parameters in count widget?

2016-10-25 Thread HC Haase
thanks with a bit of experimentation I got it to work for my case like: > [all[]]-[tag[xx]tagging[]]*-*[tag[xx]] > > -- 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

[tw] include text and/or user field on Tiddler (on all or by tag)

2016-10-25 Thread FBachofner
I am curious how one goes about including text (or a user field) on a tiddler. I presume the included text (possibly even a field) would be stored on a hidden (or system?) Tiddler. How does one go about including such text? 1. Is it possible to (safely) declare any tiddler as a "system"

[tw] Re: different automatic tag when "create a new tiddler tagged with this one" -- or different displayed tiddler name

2016-10-25 Thread Tobias Beer
Hi Felix, Just wanted to highlight, that there's a benefit from not having the two mean the same. :-) You can, of course, use the same method the other way around. The key point being: one would serve for the concept and the other for the records. If you use plural or singular for one or the

[tw] Re: making Tiddlers hidden

2016-10-25 Thread Tobias Beer
Hi there, > Is it necessarily "safe" to add a $:/ to a tiddler name to "hide" it? > The problem with that is that "hide" can mean a whole range of things. But, in general, I very much agree. For example, I want to be able to define a template called *foo*... that is listed nowhere, so I can