[tw] Re: Show a list of all tags without "companion" tiddler

2016-08-31 Thread Danielo Rodríguez
Hello NT, Take a look at Eucaly's answer -- 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 em

[tw] Re: How to generate titles for childern of Tiddlers seting the title and a number based on the count widget.

2016-08-31 Thread Tobias Beer
Hi Jan, 1. Do you actually have calc @ tb5 installed? 2. Did you save and reload your wiki (since it's a JavaScript module)? 3. your $set widget openening tag appears to not have a closing ">" - also, you could just use one $vars widget and

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-08-31 Thread Tobias Beer
Hi Taylor, Take a look at WidgetMessage: tm-new-tiddler . Then, to have a button like the below become a toolbar button marry that with the instructions at: Create Tiddler From Template @ tb5

Re: [tw] Re: How do I count and get numbers for the instances that call a macro within a Tiddler/Within the storyriver.

2016-08-31 Thread Jan
Hi Tobi, Sorry for the latency, I needed to read your explications about the architecture several times, and yet I do not fully understand everything. Some thoughts though: I would rather like footnotes to be macros than tiddlers. On the one hand something tells me that it is smaller and redu

[tw] How to generate titles for childern of Tiddlers seting the title and a number based on the count widget.

2016-08-31 Thread Jan
Hi I tried the following construction to achieve this: \define titelsetzen() [[$(titel)$]] \define StundenTitel() $(titel)$ - $(counter)$ \define neueStunde() <$set name="counter" value=<> <$vars tagthema={{!!thema}} titel={{!!title}}> <$button> <$action-setfield counter=<>/> <$action-sendmessage

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-08-31 Thread Taylor Jensen
Hmm, this is technically a solution. Unfortunately it costs time and convenience. Two things we can't afford in the theater. I don't know when or where I may have to take a new note, so I'd have to find that tiddler and then start clicking. But it's not the worst idea. Sometimes no-tech solutio

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-08-31 Thread Taylor Jensen
Unfortunately those instructions seem to only detail basic templating. The way I need my tiddlers created from a template to be tagged appear to be beyond the scope of that tutorial. The problem is not changing a template, or the new journal button to do what I want, but making it so I can turn

[tw] Re: [TW5] TOC External Navigation Style for a List

2016-08-31 Thread Taylor Jensen
It's pretty simple tbh. It's just something like [tag{Tiddler}Tag[tag]]. It's allowing me to see all of the tiddlers with a preset tag, and then in a group that gets changed by the contents of [[Tiddler]]. The problem with easily adapting the core TOC code is that each one references the more b

[tw] Re: TW5: Can I put code blocks inside tables?

2016-08-31 Thread Tobias Beer
There's always good old html: example ``` runCode(foo); alert("bar"); ``` 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 it, send an email to tiddlywiki

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-08-31 Thread BJ
looks like a bug in strEndsWith, it should I think be:- exports.strEndsWith = function(str,ending,position) { if(str.endsWith) { return str.endsWith(ending,position); } else { if (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position ||

[tw] Can I put code blocks inside tables?

2016-08-31 Thread Jeff Vance
I like to keep lots of notes of syntax on various programming languages or command line tricks. In other note tools, I often would create a table that lists the commands in one column and a description in another. I can't find any way to do this in TW5 with so many `|<> characters. I can't

[tw] Re: Show a list of all tags without "companion" tiddler

2016-08-31 Thread NT
Am Mittwoch, 31. August 2016 13:46:53 UTC+2 schrieb PMario: > > > you can use: > <> .. to show all used tags. *Those, that > are shown in italic don't have a corresponding tiddler. * > > <> to list all tiddlers, that are > untagged. > > You may also have a look at the *right sidebar: More: Ta

[tw] Re: Newly created tiddlyspot wiki gives max stack size exceeded error on save

2016-08-31 Thread Mat
You can simply download tiddlywiki.com. There's even a direct button to do that, in GettingStarted on tiddlywiki.com. You might also want to check out https://tobibeer.github.io/tb5/#Welcome http://inmysocks.tiddlyspot.com/#Other%20Places%20to%20Look + the inmysocks site itself <:-) -- You

Re: [tw] [TW5] Announcing TiddlyWiki v5.1.13

2016-08-31 Thread Erwan
Hi Jerermy and Xavier, I confirm the bug with my old Ubuntu 14.04: moreaue@moreaue:/tmp> tiddlywiki --version 5.1.13 moreaue@moreaue:/tmp> tiddlywiki test --init server Copied edition 'server' to test moreaue@moreaue:/tmp> tiddlywiki test --server 4242 Serving on 127.0.0.1:4242 (press ctrl-C to

[tw] Re: Newly created tiddlyspot wiki gives max stack size exceeded error on save

2016-08-31 Thread ChrisN
Okay, thank you (and to Birthe C), I'm now on TW5 and I seem to have sorted out saving to tiddlyspot.com. Now I'm looking for up-to-date (!) tutorials. Is there a TiddlyWiki I can download (for offline browsing while travelling) that contains the information found in *tiddlywiki.com*?. I've fo

[tw] Re: [TW5] Beginner questions

2016-08-31 Thread Sven
Hi Mat, Thanks for taking some time to answer. > Do not rely on tiddlyspace. It is about to be closed down (owner > BrittishTelecom) and the wikis and info in it is typically not about TW5 > but the older TW2/TWclassic. > > I suggest you search a bit in the archives for how to make this. I'm

[tw] Re: Newly created tiddlyspot wiki gives max stack size exceeded error on save

2016-08-31 Thread 'Birthe C' via TiddlyWiki
Hi ChrisN, I just tested and it worked for me in firefox. Standard flavour gives you tiddlywiki classic version 2.65. You might want a later version if you prefer tiddlywiki classic http://classic.tiddlywiki.com/ Birthe Den onsdag den 31. august 2016 kl. 15.06.54 UTC+2 skrev Mat: > > On Wedne

[tw] Re: [TW5] Beginner questions

2016-08-31 Thread Mat
Hi Sven and welcome to TW5! Valid questions. > *1) New Journal template.*When I click "new journal here" on a tiddly I > would like that a custom template is used. > I found that there is a newJournal macro ( > http://tiddlywiki.tiddlyspace.com/newJournal >

[tw] Re: Newly created tiddlyspot wiki gives max stack size exceeded error on save

2016-08-31 Thread Mat
On Wednesday, August 31, 2016 at 12:34:17 PM UTC+2, ChrisN wrote: > > Returning to TW after several years' absence, I created a wiki on > tiddlyspot.com (flavour: *Standard*). I edited a couple of tiddlers as > per the *Getting Started* advice then clicked *save to web*. Although I > see the m

[tw] Re: Deactivate fold animation for view templates

2016-08-31 Thread Danielo Rodríguez
> The problem here is, that it is used for all animations. Exactly. It's all or nothing. There are some animations that are desirable, one some that don't. Also some animations look fine at certain speed while other look awful. Finally what should be animated or not it's a matter of liking and

[tw] Re: Show a list of all tags without "companion" tiddler

2016-08-31 Thread Eucaly J
maybe [tags[]is[missing]] or [tags[]is[missing]!is[system]] PMario ...: > you can use: > <> .. to show all used tags. *Those, that > are shown in italic don't have a corresponding tiddler. * > > <> to list all tiddlers, that are > untagged. > -- You received this message because you are su

[tw] Re: Show a list of all tags without "companion" tiddler

2016-08-31 Thread PMario
On Wednesday, August 31, 2016 at 1:04:38 PM UTC+2, NT wrote: > > As a prerequisite I want the notion to be clarified. > > Not every tag has a tiddler with the identical name, automatically - you > have to create it. > right > Since also not for every tiddler there is a tag with the same n

[tw] Re: [TW5] TOC External Navigation Style for a List

2016-08-31 Thread PMario
On Wednesday, August 31, 2016 at 12:41:24 AM UTC+2, Taylor Jensen wrote: > > ... But I need that style of thing for a normal list (because I need more > filter options than TOCs are designed for)... > What does your filter look like? IMO the macro could be easily extended (into a new one) that u

[tw] Re: Deactivate fold animation for view templates

2016-08-31 Thread PMario
Hi Danielo, You could set the "Animation duration" to 0 or a lower value than 400, which is the default see: ControlPanel: Info: Animation Duration: 400 The problem here is, that it is used for all animations. -m -- You received this message because you are subscribed to the Google Groups

[tw] Show a list of all tags without "companion" tiddler

2016-08-31 Thread NT
As a prerequisite I want the notion to be clarified. Not every tag has a tiddler with the identical name, automatically - you have to create it. Since also not for every tiddler there is a tag with the same name, a tiddler with a name of a tag must be some kind of a special tiddler - is it? So

[tw] Re: How do I modify the wikitex syntax for definitions (semicolon) ?

2016-08-31 Thread PMario
On Tuesday, August 30, 2016 at 6:43:41 PM UTC+2, Ton Gerner wrote: > > Create a tiddler tagged with $:/tags/Stylesheet which contains: > > dl dt { font-weight: normal; } > > It may not be obvious. .. Please do _not_ change the core stylesheet. It may cause problems in the future. *Ceate a new tid

[tw] Re: [TW5] Have a Macro Insert the Value of a Tiddler as a Tag

2016-08-31 Thread PMario
Hi TCJ If possible, you could change your workflow a little bit. eg: - create a tiddler named: CurrentShow and tag it: Romeo and Juliet - save and don't close it. - Use the: New Here button from the tiddler (view) toolbar IMO that produces the exact outcome, with a little change from your si

[tw] Newly created tiddlyspot wiki gives max stack size exceeded error on save

2016-08-31 Thread ChrisN
Returning to TW after several years' absence, I created a wiki on tiddlyspot.com (flavour: *Standard*). I edited a couple of tiddlers as per the *Getting Started* advice then clicked *save to web*. Although I see the message "About to upload on http://.tiddlyspot.com/index.html ...Main Tiddly

Re: [tw] Re: Latency of editing-fields

2016-08-31 Thread 'Birthe C' via TiddlyWiki
Hi Jan, In your $:/MetaTabs/newReference Lang, I think you need to clear float. Birthe Den tirsdag den 30. august 2016 kl. 23.04.32 UTC+2 skrev Jan: > > Well, correction...I feel even more stupid now. > Even implanting editor and style of your > http://test21.tiddlyspot.com/#editor to my Wiki

Re: [tw] Re: Hide parts of a tiddler without using a tag or global css styles

2016-08-31 Thread PMario
On Tuesday, August 30, 2016 at 11:01:48 AM UTC+2, Jeremy Ruston wrote: > > Yes. I think *it might* be a possibility fix issue 958 > and even improve > the possibilities. > > What do you mean by fixing #958? > closing, if we reach an agreeab

[tw] Beginner questions

2016-08-31 Thread Sven
Hello, I just started using TW 5 and I've got some questions for which I was not able to find an answer: I'm using TW version *5.1.11* on Windows. *1) New Journal template.*When I click "new journal here" on a tiddly I would like that a custom template is used. I found that there is a newJourna

[tw] Re: Action on tab opening

2016-08-31 Thread Danielo Rodríguez
Hello Mat, thank you for your example. I ended with something similar for another implementation. My requirement for what I originally asked here does not allow me to change or override any core macro, so I can't implement my own tabs. I still thinking we need a widget that acts on loading

[tw] Re: Transclude current tiddler avoiding recursion

2016-08-31 Thread Danielo Rodríguez
Finally! I got it! Here is how I did it: * Use a special tab macro that renders everything except the current tiddler. * That macro adds a special button as the first one, which corresponds to the current tiddler * All the tabs folds the current tiddler and transclude the target tiddler usin