[tw] Re: [Theme] Moments: A little color won't hurt

2016-12-13 Thread Riz
Will do, in a couple of days. -- 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 tiddl

[tw] Re: Select widget with an option that allows free input of text

2016-12-13 Thread Riz
You do not have to duplicate the entire button - just the action widget alone within the same button. This is how it might look <$button>Yo <$reveal type="match" state="targetOfSelect!!myField" text="foo"> <$action-sendmessage $message="tm-new-tiddler" title={{!!firsttitle}}/> <$reveal type="n

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread 'Mark S.' via TiddlyWiki
Are you using an English version of FF, or some other language edition? Just trying all angles. When you say that you downloaded index.html, did you download to your flash drive or to your hard drive? If you try some other browser (IE or Chrome) do you get the error? Good luck! Mark On Tuesda

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread PMario
Hi Ed, Can you open the browsr dev tools with: F12 and have a look at the Console tab. Does it say something there? -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 e

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread PMario
Hi Ed, I did just update to latest FF and don't have any problems. Both "stable" and FF "aurora" dev version work fine. So did you change something, except updating FF, recently. eg: - New browser plugin? - Did you try to temporarily disable your browser plugins just a guess -m -- You

[tw] Re: chagne sroting for child tidders in TOC??

2016-12-13 Thread PMario
On Tuesday, December 13, 2016 at 10:59:09 PM UTC+1, Philippe Le Toquin wrote: > > Probably asking a silly question but as I would really like to test your > macro (on a copy of my project :) ) : How do I import it? > Download the .json file and "drag and drop" import it to a TW. -m -- You re

[tw] Select widget with an option that allows free input of text

2016-12-13 Thread Danielo Rodríguez
Hello, This is what I want: - A select field which is populated with each unique value of the text field from a set of widgets (done) - An input field that allows you to enter a new value that does not exist already , hence, it is not in the list (done) - When you click on a Cre

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread Ed
Hi Mark, Home again. First thing I did was switching on computertr and then opening FireFox Next: tiddlywiki.com And yes there was the red box. Downoaded the index.html file, that went without a hitch. No red warnng screen during that proces. Then open that fresh file in FireFox. Bingo, there ag

[tw] Re: chagne sroting for child tidders in TOC??

2016-12-13 Thread Philippe Le Toquin
Probably asking a silly question but as I would really like to test your macro (on a copy of my project :) ) : How do I import it? On Tuesday, 13 December 2016 21:12:44 UTC, PMario wrote: > > Hi folks, > > This post contains an EXPERIMENTAL version of the discussed TOC > extensions. It will

[tw] Re: chagne sroting for child tidders in TOC??

2016-12-13 Thread PMario
Hi folks, This post contains an EXPERIMENTAL version of the discussed TOC extensions. It will replace the default core tiddler: $:/core/macros/toc important tiddlers: - aa and bb ... contain the "merge" field parameter - test-toc ... shows the full toc tree - test-toc-selective-expandable

[tw] Re: Reveal content based on field content

2016-12-13 Thread Jed Carty
What a text reference is isn't really explained anywhere that I have seen. I had to look at the code before I realised what was going on. The only time you see it in most cases is as a transclusion using {{ and }}. I think this goes along with the differences between {, [ and < inside filters

Re: [tw] Reveal content based on field content

2016-12-13 Thread Danielo Rodríguez
Hello Jeremy > Did the examples on tiddlywiki.com help? > > Best wishes > > Jeremy > No, they did not. Because there is no example on the reveal widget about how to use text references. I'm used to use text refs within curly braces. You can add this topic to the list of confusing stuff.

[tw] Re: Reveal content based on field content

2016-12-13 Thread Danielo Rodríguez
El martes, 13 de diciembre de 2016, 21:12:07 (UTC+1), HansWobbe escribió: > > Jed: > > Thank you very much for this elegant little snippet. In spite of > thinking of myself as a bit of a power User, I am always amazed at just how > much I haven't thought of, or have yet to realize. This is a

[tw] Re: Reveal content based on field content

2016-12-13 Thread HansWobbe
Jed: Thank you very much for this elegant little snippet. In spite of thinking of myself as a bit of a power User, I am always amazed at just how much I haven't thought of, or have yet to realize. This is a nest example that is a good reminder for me. Thanks again for all of your contributi

Re: [tw] Re: Tiddler Movable

2016-12-13 Thread Jan
Hi Jeremy, thanks a lot for these precious informations. Compared to the openness of the rest of the TW-project this looks like secret knowledge to me. Even the controls remain constantly hidden even if you switch to another theme. It would be nice if there was a cecily.tiddlyspot to play around

[tw] Re: [Theme] Moments: A little color won't hurt

2016-12-13 Thread Danielo Rodríguez
Would you consider making a separate plugin just for the sidebar? I find it quite useful on mobile. Regards -- 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 tid

[tw] Re: Reveal content based on field content

2016-12-13 Thread Jed Carty
This works on tiddlywiki.com: <$reveal type='match' state='!!bob' text='eddie'> Hi! If you put that in a tiddler it won't show anything unless the tiddler has a field called 'bob' with the content 'eddie' -- You received this message because you are subscribed to the Google Groups "TiddlyWik

Re: [tw] Reveal content based on field content

2016-12-13 Thread Jeremy Ruston
Hi Danielo Can you show what you've tried? Did the examples on tiddlywiki.com help? Best wishes Jeremy -- Jeremy Ruston jer...@jermolene.com http://jermolene.com > On 13 Dec 2016, at 18:12, Danielo Rodríguez wrote: > > Hello, > > I'm struggling my mind trying to realize how can I use the r

[tw] Reveal content based on field content

2016-12-13 Thread Danielo Rodríguez
Hello, I'm struggling my mind trying to realize how can I use the reveal widget to show or hide content based on the value of a tiddler field or even the absence of that field. Documentation says that I can use text references in the reveal widget, but it does not work. Regards -- You r

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread 'Mark S.' via TiddlyWiki
Is there any text with the internal javascript message? Can you get a screenshot? Good luck! Mark On Tuesday, December 13, 2016 at 7:53:49 AM UTC-8, Ed wrote: > > Hi Mark, > > The files are exactly the same. I carry them with me on a portabel > harddisk. > The file that i worked on at work, giv

Re: [tw] Re: Plinks! - a simple bookmarking adaptation of TW

2016-12-13 Thread David Gifford
Yeah I wasn't sure whether you wanted it where I put it, or on the page of implementations. Blessings. Dave On Tuesday, December 13, 2016 at 8:19:20 AM UTC-6, Riz wrote: > > > > Well, I guess you had it checked already. Anyhow, people will now see a > small tag/flair with next to your username

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread Ed
Hi Mark, The files are exactly the same. I carry them with me on a portabel harddisk. The file that i worked on at work, gives the described problem at home. Even when I open tiddlywiki.com this warning appears. I'll try agaim downloading as you said, just to make sure Thansk for trying to help o

Re: [tw] Re: Tiddler Movable

2016-12-13 Thread Jeremy Ruston
Hi Jan The main story view is using zoomin, but in the tiddler I linked to there's an embedded substory that uses the Cecily storyview to visualise a selection of the slide tiddlers. If you dig around you'll find a JSON tiddler called CecilyMap that contains the X,Y positions of the displayed t

Re: [tw] Re: Tiddler Movable

2016-12-13 Thread Jan
Hi Jeremy, thanks a lot for this hint, I knew there was something. What exactly does Cecily do in this presentation? The storyview seems to be switched to zoomin. If I choose Cecily it produces a horizontal row of tiddlers. greetings Jan Am 13.12.2016 um 13:22 schrieb Jeremy Ruston: Hi Jan

[tw] Re: Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread 'Mark S.' via TiddlyWiki
Is it the same file at home or work, or a different one? If it's a different one, I'd worry that your file has become a little corrupted. If you download a new TW, do you have the problem? Good luck, Mark -- You received this message because you are subscribed to the Google Groups "TiddlyWiki

Re: [tw] Re: Plinks! - a simple bookmarking adaptation of TW

2016-12-13 Thread Riz
Well, I guess you had it checked already. Anyhow, people will now see a small tag/flair with next to your username with the content "Veteran" whenever you post. Unless you decide to turn it off yourselves by unchecking the above said checkbox. -- You received this message because you are su

Re: [tw] Re: Plinks! - a simple bookmarking adaptation of TW

2016-12-13 Thread Riz
No, I saw it. The modmail came like 10 mins late is all. Meanwhile, when you visit the subreddit using your account, on the right hand side under subreddit info, there is a checkbox saying "Show my flair on this subreddit". Can you please ensure that it is checked? We are slowly rolling out us

[tw] Strange "Internal JavaScript Error on Firefox"

2016-12-13 Thread Ed
Hi All, At home I have a PC: Windows Vista + FireFox 50.0.2 At work I have a PC: Windows 7 + FireFox 50.0.2 *After I upgrade FireFox at home to version 50.0.2* all of a sudden when I opened TW5's this fiery red screen appeared with the Internal Javascript Error message. Now I have quite some Ti

Re: [tw] Re: Plinks! - a simple bookmarking adaptation of TW

2016-12-13 Thread David Gifford
Was that the wrong place? On Monday, December 12, 2016 at 10:49:21 PM UTC-6, David Gifford wrote: > > https://www.reddit.com/r/TiddlyWiki5/ > > > On Mon, Dec 12, 2016 at 10:46 PM, Riz wrote: > >> I couldn't find the post! Did you remove it for editing or something?!! >> >> On Tuesday, 13 December

Re: [tw] Re: Tiddler Movable

2016-12-13 Thread Jeremy Ruston
Hi Jan > There is a promising but seemingly abandoned Project by Jeremy Ruston called > cecily which had a very similar functionality. http://jermolene.com/cecily/ Indeed, zooming user interfaces are a persistent interest of mine. There is also a Cecily storyview plugin for TiddlyWiki5, but it

Re: [tw] Re: Tiddler Movable

2016-12-13 Thread Jan
Hi Del, This would be brilliant but i think this would rather be a combination of theme and storyview... and I fear it is a little more complicated because locations, proportions and zoom of the tiddlers would have to be stored and modified somewhere (In Fields of the Tiddlers displayed? In a

[tw] Re: [Theme] Moments: A little color won't hurt

2016-12-13 Thread Eskha
Hi Riz, Sorry, for the late answer. No problem for including this. (I dot not have online active TW). For the "text-align : justify" the answer is not so easy. The property itself is well-supported (see: http://caniuse.com/#search=text-align). However to have a good-looking display (without lon

[tw] Re: Maximal tiddle size

2016-12-13 Thread 'Birthe C' via TiddlyWiki
Hi Eneko Gotzon, https://groups.google.com/d/msg/tiddlywiki/nzpQWwmTknE/dIDozyyLAgAJ Birthe Den tirsdag den 13. december 2016 kl. 09.54.57 UTC+1 skrev Eneko Gotzon: > > Hi Code Riders :) > > So far my biggest tiddler has a span of 247 words. > > Please, for a single tiddler, what is the recomme

[tw] Maximal tiddle size

2016-12-13 Thread Eneko Gotzon
Hi Code Riders :) So far my biggest tiddler has a span of 247 words. Please, for a single tiddler, what is the recommended maximum size? I have not found an answer online. ​Thank you for all your work.​ -- Eneko Gotzon Ares enekogot...@gmail.com -- You received this message because you are s