[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-03 Thread TonyM
Thanks Eric, As you can see in my example the name of this tiddler I am testing for is "$(currentTiddler)$ - $type$" Can you show me how to specifiy this in the filter, because this is where I still get it wrong. Thanks in Advance On Friday, August 4, 2017 at 2:26:40 PM UTC+10, Eric Shulma

[tw] Re: [TW5] Hide or Show Button when tiddler exists

2017-08-03 Thread Eric Shulman
On Thursday, August 3, 2017 at 8:35:19 PM UTC-7, TonyM wrote: > > I would be greatful for some guidence on how to Hide or Show Button when > tiddler exists/or not > I have some buttons, defined in macros, which I call and use a parameter > and currentTiddler to name a second tiddler on which I wi

[tw] Re: [TW5] tip: preserving linebreaks

2017-08-03 Thread Eric Shulman
On Thursday, August 3, 2017 at 7:06:25 PM UTC-7, JWHoneycutt wrote: > > I copied your text into the middle of a tiddler with lots of text > article { > white-space: pre-wrap; > > The stuff I want to preserve linebreaks on is here > > } > and I moved the last curly bracket to the end of the text

[tw] [TW5] Hide or Show Button when tiddler exists

2017-08-03 Thread TonyM
Hi Folks, I would be greatful for some guidence on how to Hide or Show Button when tiddler exists/or not I have some buttons, defined in macros, which I call and use a parameter and currentTiddler to name a second tiddler on which I wish to act. eg; \define editsubtiddler(type) <$button toolt

[tw] Re: [TW5] tip: preserving linebreaks

2017-08-03 Thread JWHoneycutt
Hi Rustem, I tried to use your solution, since I spend way too much time adding formatting to imported text. I don't have it working yet. This is what I tried: I copied your text into the middle of a tiddler with lots of text article { white-space: pre-wrap; The stuff I want to preserve

[tw] Re: Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-03 Thread Eric Shulman
On Thursday, August 3, 2017 at 10:43:51 AM UTC-7, Vayu Asura wrote: > > ... > next[] and previous[] operators... require hard-coded list field to work > properly > ... > If there is a more reasonable way to do it esp without hard-coded lists, > I'm very open to suggestions. > before[] and after

[tw] Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-03 Thread Thomas Elmiger
A previous/next navigation based on a tag I use can be found here: https://groups.google.com/d/msgid/tiddlywiki/722d5b9a-1d21-4342-8f95-3c6c70861dbe%40googlegroups.com Not sure where your attempt differs from this … All the best, Thomas -- You received this message because you are subscribed

[tw] Re: Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-03 Thread 'Mark S.' via TiddlyWiki
For the first part of your question, wrapping it with a set widget, like <$set name=mylist filter="[tag[mytag]]"> <$button> <$action-setfield list=<>/>Set List Good luck, Mark On Thursday, August 3, 2017 at 10:43:51 AM UTC-7, Vayu Asura wrote: > > When I try this: > > <$button> <$action-setfi

[tw] Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-03 Thread Vayu Asura
When I try this: <$button> <$action-setfield list={{{[tag[mytag]]}}}/>Set List I get the first list item into list field. Is there a way I can get all the titles into list field? I need it for next[] and previous[] operators. They require hard-coded list field to work properly, I'm looking fo

[tw] Re: Sync error while processing '$:/StoryList': XMLHttpRequest error code: 404

2017-08-03 Thread 'Mark S.' via TiddlyWiki
Does node.js allow larger data sets? My understanding is that the server serves up everything (unless you use the lazy serve option). So it's the same load inside your browser. Saving may be faster, but that's not really the speed bump in the first place. Mark -- You received this message be

[tw] Re: Sync error while processing '$:/StoryList': XMLHttpRequest error code: 404

2017-08-03 Thread stevesuny
Thanks, Danielo & Mark: Of course! Don't know what I was thinking -- using the TW save button is correct. Solved the problems. Danielo: I am using node.js to learn it, and this project is just a demo to see if I can figure it out. Josiah: Not sure if your comment was tongue-in-cheek or not, but

[tw] Close child tiddler, when opened sibling from same parent

2017-08-03 Thread Aigar Rogozov
Hello everyone I`m try to find solution to automatically close sibling tiddlers For example: http://prntscr.com/g3vjx0 When I open *Tiddler two*, then *Tiddler one* must closes, there must be one tiddler what opened from *Example tiddler #1*, other tiddlers will leaves opened By tags? How I c

[tw] Re: How to calculate (sum, avg) with fields and store the result in an other field?

2017-08-03 Thread Thomas Elmiger
I have some links and minimalist comments in my own half solution here, at the end of the readme: https://tid.li/tw5/plugins.html#%24%3A%2Fplugins%2Ftelmiger%2Frpn No average function available here. All the best, Thomas -- You received this message because you are subscribed to the Google

[tw] Re: vaguely off-topic: are there any "prove you are a person" solutions other than captcha?

2017-08-03 Thread Lost Admin
On Wednesday, August 2, 2017 at 4:28:41 PM UTC-4, Thomas Elmiger wrote: > > I know of a technique where you have a field that is hidden via CSS. > People don’t put anything in it as it is invisible. Robots don’t realize it > is hidden and fill in a value … > I have never implemented it myself

[tw] Re: Sync error while processing '$:/StoryList': XMLHttpRequest error code: 404

2017-08-03 Thread Danielo Rodríguez
Why are you using mode at all ? Seems that you only need the HTML file. It's better if you click the download empty button from tiddlywiki.com In any case, never try to save tiddlywiki using your browser's save as method, alleaysnude tiddlywiki save button -- You received this message because

[tw] Re: How to calculate (sum, avg) with fields and store the result in an other field?

2017-08-03 Thread Danielo Rodríguez
Sorry Josiah, I was on my mobile phone and the link was not easily reachable from here. Luckily someone has already posted the links. Both are very good plugins for math -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this g

Re: [tw] Re: confused again about saving filters

2017-08-03 Thread Danielo Rodríguez
The exclusions are the only part that make sense to me. Both boot and bootprefix are backed into the HTML file,so there is no need to include them as part of the list of tiddlers. I never looked for the macros inside the HTML template, maybe they are there -- You received this message because