Re: [tw] Re: [TW5] Multi-level filtered lists syntax help?

2014-07-08 Thread Stephan Hradek
Am Mittwoch, 9. Juli 2014 00:04:45 UTC+2 schrieb Matthew Petty: > > I have a further question. Is there a way to do all this just with tags, > and not with fields? Is it possible to filter on tags, but only looking for > the first few characters of the tag? Like you can do with titles. > The pr

[tw] Re: [TW5] Newbie: Line-break question

2014-07-08 Thread Stephan Hradek
Am Dienstag, 8. Juli 2014 23:30:20 UTC+2 schrieb Neil Griffin: > > I'm thinking something like a backslash-terminated line. > Sure you COULD do that, but this would break the programmer's understanding of a backslash-terminated line which means: Ignore the linebreak! The next line belongs to t

[tw] Re: Codeblock within numbered list (and formatting inside codeblock)

2014-07-08 Thread Stephan Hradek
# First step # Second step Commands for second step # Third step In a block no formatting is possible, as far as I know. -- 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] Re: TiddlyWiki Hangout #53 is tomorrow, Tuesday 8th July at 4pm BST

2014-07-08 Thread Stephan Hradek
Again I will not join. Family comes first. -- 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 ema

[tw] Re: [TW5] How to create accountability board?

2014-07-07 Thread Stephan Hradek
The best advise is, to click the Edit-Button, inspect the tiddler's code and to try and understand it. Then change the code and see whether you understood correctly. Sorry for not giving you a turnkey-ready all-in-one get-happy solution ;) but the nice thing about TiddlyWiki is that you can eas

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-05 Thread Stephan Hradek
Am Samstag, 5. Juli 2014 20:16:40 UTC+2 schrieb Thameera Senanayaka: > > I don't know what I should answer to that. > > > Should've phrased it better. :) How would changing the code modules affect > the updating, etc of the wiki? Is changing the core modules something > normally done by the TW

Re: [tw] Re: [TW5] How do I stop automatic link creation?

2014-07-05 Thread Stephan Hradek
Am Samstag, 5. Juli 2014 15:57:56 UTC+2 schrieb Thameera Senanayaka: > > I'm hosting the wiki at tiddyspot. How would changing a core module's code > affect it? > > I don't know what I should answer to that. Changing a core module would of course change your wiki. Why would it not? -- You re

Re: [tw] Re: [TW5] "SecurityError: The operation is insecure." when trying to save (Firefox on OS X)

2014-07-05 Thread Stephan Hradek
FF30.0 Windows. Portable FF Edition English. Blank TW5 Error confirmed when disallowing cookies. -- 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+unsubs

[tw] Re: [TW5] How do I stop automatic link creation?

2014-07-05 Thread Stephan Hradek
If you want to mess with the code - which might lead to problems when upgrading - yes. Just change the code of $:/core/modules/parsers/wikiparser/rules/wikilink.js appropriately. Or put a ~ before those words. -- You received this message because you are subscribed to the Google Groups "Tidd

[tw] Re: [TW5] "SecurityError: The operation is insecure." when trying to save (Firefox on OS X)

2014-07-05 Thread Stephan Hradek
Am Samstag, 5. Juli 2014 10:13:31 UTC+2 schrieb Christian Platzer: > > But still I would prefer if tiddlywiki was working with all possible > cookie settings > Agreed. If @Jeremy doesn't see this, why not hop over to github to open an issue there? -- You received this message because you ar

[tw] Re: [TW5] "SecurityError: The operation is insecure." when trying to save (Firefox on OS X)

2014-07-04 Thread Stephan Hradek
Would it help to allow cookies but not from third party? If I understand this correct, this will only allow cookies to be set for the site you're visiting and not from any flash or javascript or gif the page is loading from some ad-server. -- You received this message because you are subscribe

[tw] Re: Can't pass parameter to <>

2014-07-04 Thread Stephan Hradek
Hi vpl (what does it stand for "Vocals Painfully Leftout"?) ;) Anyhow… What you're facing is the fact that the parameters are not evaluated before passing them to the macro. Try it this way: <$macrocall $name="mymacro" nameofyourparameter={{!!meanrate}}/> -- You received this message because y

[tw] Re: How to get number of tiddlers tagged with the particular tag

2014-07-04 Thread Stephan Hradek
Am Freitag, 4. Juli 2014 13:15:18 UTC+2 schrieb Stephan Hradek: > > Hi Liew, > > You didn't do what I suggested. <$count/> does not define WHAT to count. > Where is the filter attribute for <$count/> > > Something like <$count filter="[tag[whatever]

[tw] Re: How to get number of tiddlers tagged with the particular tag

2014-07-04 Thread Stephan Hradek
> > I tried to include <$count/> in my script, see below. > > <$list filter="[tag[archives]sort[title]]"> > <$link to={{!!title}}><$view field="title"/> (<$count/>) > > > But my output looks like this: > category 1 (undefine

[tw] Re: How to get number of tiddlers tagged with the particular tag

2014-07-03 Thread Stephan Hradek
Replace in your <$list filter="[tag[category]sort[title]]"> $list with $count. And don't forget the / before the > -- 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

[tw] Re: How to get number of tiddlers tagged with the particular tag

2014-07-03 Thread Stephan Hradek
You searched for "count" on tiddlywiki.com? You found this? http://tiddlywiki.com/#CountWidget:CountWidget -- 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 tiddlyw

Re: [tw] Lockfile feature for TW5

2014-07-03 Thread Stephan Hradek
Am Donnerstag, 3. Juli 2014 15:54:41 UTC+2 schrieb Jeremy Ruston: > > The trouble with trying to use a lockfile with TiddlyWiki is that we don't > have atomic file operations. > Is renaming a file atomic? If so, we have at least one means which could work. We need to define a lockfile which

[tw] Re: [tw5] Editing transcluded fields - results in refresh pr. digit and loss of focus...

2014-07-02 Thread Stephan Hradek
Hi Måns! That is a known problem. Editing fields of the same tiddler made the tiddler refresh and thus the input field loose focus. Jeremy did some amount of work to cope with that situation, but it seems this fails in some situations. If possible, try to have the edit field in another tiddler

Re: [tw] Release History - split into individual tiddlers?

2014-07-02 Thread Stephan Hradek
NO! I just need to get a) A new 2.5" hard drive for the macbook b) Some time to install OS X 10.6 c) and some more time to upgrade to 10.9 Don't collect money. Money isn't the issue. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubsc

Re: [tw] Release History - split into individual tiddlers?

2014-07-02 Thread Stephan Hradek
I fear I will loose moore and more contact to TW5 with my rusty old computer :( -- 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...@googlegroup

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-02 Thread Stephan Hradek
Am Mittwoch, 2. Juli 2014 15:24:58 UTC+2 schrieb Måns: > > > > http://xn--mns-ula.dk/1314/udtalelser.html#TestDaylist:TestDaylist%20Daylist%20cycleTags > > > Look in the third tiddler: cycleTag > That explains it all! Remove the parameter "now" from the macro definition and it still works. You

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread Stephan Hradek
Can you upload your wiki because this absolutely makes no sense. When I put this into the current tiddlywiki.com wiki: \define test(now) |Brackets |$(now)$ | |None |$now$ | \end ! with a se

[tw] Re: TW5 Pull Quotes

2014-07-01 Thread Stephan Hradek
What's the purpose and what should it look like? -- 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, se

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread Stephan Hradek
First I think [list[Daylist]after[$(now)$]] should be [list[Daylist]after[$now$]] But I might be mistaken. Then I think this should help you go to the start: [list[Daylist]after[$now$]] [[list[Daylist]first[]] +[first[]] At least I hope. This would add the first element of Daylist af

Re: [tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread Stephan Hradek
Am Dienstag, 1. Juli 2014 15:44:53 UTC+2 schrieb Jeremy Ruston: > > Hi Stephan > > {{!!title||cycleTags}} can be abbreviated to {{||cycleTags}}. See: > > http://tiddlywiki.com/#Transclusion%20in%20WikiText > > That's great! You see: I still have 5.0.8 experience, where it was required. -- You

[tw] Re: TiddlyWiki Hangout #52 will be on Tuesday 1st July at 4pm BST

2014-07-01 Thread Stephan Hradek
I won't be abble to join. -- 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 tiddlywiki@

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread Stephan Hradek
A more generic approach. Create a tiddler "cycleTags" \define btn() <$button set="$(transcluder)$!!tags" setTo={{!!title}}><$view field="title"> clear \end <$set name="transcluder" value={{!!title}}> <$list filter="[[]] [is[current]list[!!tagcycle]] +[after{!!tags}] [[]] +[limit[1]]"><> <$set> P

[tw] Re: [tw5] CycleTags button in TW5?

2014-07-01 Thread Stephan Hradek
Provided you do not need any other tag: <$list filter="[is[current]field:tags[]]"><$button set="!!tags" setTo="A">A <$list filter="[is[current]field:tags[A]]"><$button set="!!tags" setTo="B">B <$list filter="[is[current]field:tags[B]]"><$button set="!!tags" setTo="C">C <$list filter="[is[cur

Re: [tw] [TW5] http://tiddlywiki.com/ shows a blank screen in IE9 with TW 5.0.6-beta?

2014-06-30 Thread Stephan Hradek
Why MUST you use this old browser? Just because admins don't upgrade? So why not go for http://www.portableapps.com/ ? You do not need to install the applications and can even put them on a stick. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.

[tw] Re: [TW5] Highlight text

2014-06-30 Thread Stephan Hradek
As far as I know it's not implemented, but you can trick it: Create a tiddler "hl": {{!!title}} Create a tiddler highlight.css: span.highlight { background-color:yellow; } Tag it with $:/tags/stylesheet Now use, instead of @@highlight@@ some text with {{what I want to highlight||hl}}.

[tw] Re: [TW5] assign value to fields on tw-new-tiddler action or similar action when creating a new tiddler from a template

2014-06-29 Thread Stephan Hradek
param={{!!field}} You missed one {} level -- 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 e

[tw] Re: [TWC] How to "refactor" a tiddler? (Easy splitting of tiddlers)

2014-06-29 Thread Stephan Hradek
Am Sonntag, 29. Juni 2014 00:40:00 UTC+2 schrieb Pieter-Michiel Geuze: > > How do you install this plug in to TW5? > You don't. -- 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, s

[tw] Re: Bug: parameter in [img] widget is not working

2014-06-28 Thread Stephan Hradek
A macro should work. Something like this: \define myimage(width class) [img width="$width$" class="$class$" [$(myimgref)$]] \end <$set name="myimgref" value={{!!imgref}}> <> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: Bug: parameter in [img] widget is not working

2014-06-28 Thread Stephan Hradek
I havn't tried, but could it be that you need another syntax? [img width=150 class="tw-image" {{!!imgref}}] or try to use a macro. -- 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,

Re: [tw] Re: [TW5] Tag filter

2014-06-28 Thread Stephan Hradek
Am Samstag, 28. Juni 2014 14:29:04 UTC+2 schrieb Xavier: > > Interesting puzzle! What about [field:tags/^A$/] ? > Looks good. Even field:tags/\bA\b/ sounds feasible -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: [TW5] Tag filter

2014-06-28 Thread Stephan Hradek
Sorry Jon, but all of your requirements sound rather contradictory to me. Could you upload a working example somewhere (e.g. tiddlyspot.com) so that we see what you mean? I can't promise I can look at it this weekend, but I'll try to. -- You received this message because you are subscribed to

[tw] Re: [TW5] Tag filter

2014-06-28 Thread Stephan Hradek
Am Samstag, 28. Juni 2014 12:26:20 UTC+2 schrieb Jon: > > Just in case this makes a difference, what I actually want to do is this: > > Gives the list of tiddlers tagged with A & B > {{{ [tag[A]tag[B]] }}} > > and then to show tiddlers *only* tagged with A > I don't get it. Why filter for A & B

[tw] Re: [TW5] Tag filter

2014-06-28 Thread Stephan Hradek
Am Samstag, 28. Juni 2014 10:00:13 UTC+2 schrieb Stephan Hradek: > > Try > > [field:tags[A]] > > But this means that you will not be able to use any other tag at all for > those tiddlers. > After reading I thought, I should clarify: This means: For you main category

[tw] Re: [TW5] Tag filter

2014-06-28 Thread Stephan Hradek
Try [field:tags[A]] But this means that you will not be able to use any other tag at all for those tiddlers. -- 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: [TW5] Tag filter

2014-06-27 Thread Stephan Hradek
[tag[A]!tag[B]!tag[C]] -- 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 tiddlywiki@goo

[tw] Re: (TW5) Change default tiddy template

2014-06-25 Thread Stephan Hradek
Read "Creating a simple Contacts DB" on http://tw5magick.tiddlyspot.com/ It might help. -- 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...@go

[tw] Re: TW5 - Styling individual tiddlers based on their tags

2014-06-25 Thread Stephan Hradek
You're just replying to my second proposal. Try the first one like so: Change $:/core/ui/ViewTemplate/body to look like below \define classes() body $(theTags)$ \end <$set name="theTags" value={{!!tags}}> >> <$transclude> <$transclude tiddler="$:/language/MissingTiddler/Hint"/> That w

[tw] Re: [tw5] listing tiddlers by tag

2014-06-25 Thread Stephan Hradek
Of course I meant "accessibility" and not "introduction": {{{ [tag[accessibility]] }}} or <$list filter="[tag[accessibility]]"/> > -- 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] Re: [tw5] listing tiddlers by tag

2014-06-25 Thread Stephan Hradek
Yes. Look at the list widget. Something like this: {{{ [tag[introduction]] }}} or <$list filter="[tag[introduction]]"/> -- 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] Re: [tw5] How to group tiddlers by a field?

2014-06-25 Thread Stephan Hradek
Any link where I can experiment? Or take this untested one: <$list filter="[!is[system]tag[writeup]each[modifier]sort[modifier]]"> !<$view field="modifier"/> <$list filter="[tag[writeup]field:modifier{!!modifier}sort[title]]"> <$link to={{!!title}}><$view field="title"/> The idea is: In

[tw] Re: Treeview for navigation

2014-06-24 Thread Stephan Hradek
Did you see the "Content" tab in the new 5.0.13? Is that sufficient? -- 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 po

[tw] Re: TW5 - Styling individual tiddlers based on their tags

2014-06-24 Thread Stephan Hradek
Yes. But you need to change the view template(s). Either you create a view template which adds one or mor classes to some of the dom elements, or you create individual view templates for specifically tagged tiddlers. For example: On http://tw5magick.tiddlyspot.com/ I created a viewtemplate "vi

Re: [tw] Re: [TW5] Split long table

2014-06-23 Thread Stephan Hradek
I just experimented with your txt file and generated 223 .tid files from it. I then droppe all of them at once onto tiddlywiki.com and they were all imported. They look awful, but nevertheless they are there ;) -- You received this message because you are subscribed to the Google Groups "Tidd

Re: [tw] Re: [TW5] Split long table

2014-06-23 Thread Stephan Hradek
Am Montag, 23. Juni 2014 15:58:45 UTC+2 schrieb Ulrik Stervbo: > > Right now I have everything as a single HTML, and a quick Googling tells > me that .tid files only work when my wiki is run as a node.js application; > is this correct? > No. You can drag&drop them onto your wiki to get them in

[tw] Re: [TW5] Split long table

2014-06-23 Thread Stephan Hradek
First of all I'd replace the |:: |<|<|<|<|<|<|<|<|<|<|<| lines with an empty line. That way each cluster would be a table of its own. But that wouldn't help too much, would it? I'm wondering how you get the "automatically generated in R" stuff in to your Wiki. If it's automatical, it should

[tw] Re: Preview of 5.0.13

2014-06-23 Thread Stephan Hradek
Could it be that, if you open a tiddler as a wizard, which is too big, you can't close it anymore? Try on tiddlywiki.com to open "HelloThere" with a wizar-button and the close button will be out of reach. Pressing Esc doesn't help. -- You received this message because you are subscribed to the

[tw] Re: TW5 : How to crate a link for a wizard instead of "wizard" button

2014-06-22 Thread Stephan Hradek
Would it be sufficient to use: <$button message="tw-modal" param="foolhardy" class="btn-invisible myLinkClass">foolhardy And to define in a CSS tiddler (tagged with $:/tags/stylesheet) a class myLinkClass which does your wanted styling? -- You received this message because you are subscrib

[tw] Re: TW in Education

2014-06-21 Thread Stephan Hradek
This is what I had in mind: https://groups.google.com/forum/#!topic/tiddlywiki/HEqq8JZFCEI -- 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...@

[tw] Re: TW in Education

2014-06-21 Thread Stephan Hradek
Am Sonntag, 22. Juni 2014 07:01:15 UTC+2 schrieb Richard Smith: > > My prototype is currently built with each tiddler pointing to a google doc > on my drive. I can download all of those docs as local html and I am hoping > there is a way to turn them all into tiddlers on the local machine and t

[tw] Re: [TW5] Struggling with import automation and certain tiddler names

2014-06-21 Thread Stephan Hradek
Thanks for providing a real-life example of the fact that we need a better escaping than using [[ ]] ;) @Jeremy: Didn't I tell you? ;) -- 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] Re: Preview of 5.0.13

2014-06-21 Thread Stephan Hradek
Will you be able to include the "earlier", "earlierday", "later" and "laterday" filters? I didn't see them yet. -- 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 ti

[tw] Re: Preview of 5.0.13

2014-06-21 Thread Stephan Hradek
I like it. What would be great would be the possibility to open all the tiddlers below a topic - at least that's what I expected when I clicked on "Guide". The content tab should be the default. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. T

[tw] Re: [TW5] What's special about the list field?

2014-06-20 Thread Stephan Hradek
To be honest: I have no idea. I understood from what Jeremy said on (or before) the last hangout, that he thinks the list filter is broken. I also mentioned that I think it's inconsistent https://groups.google.com/d/msg/tiddlywiki/915nysD7h1c/G8jUVPEn-gkJ I suggest to no longer use that filter

[tw] Re: [TW5] What's special about the list field?

2014-06-20 Thread Stephan Hradek
Because Jeremy did it that way. ;) Jeremy just had ONE special field in mind, which he named "list" and which is treated special all over the place. All the other fields are simple "scalars", meaning that they just can hold one string value. It is simply that way, but if I remember correctly,

[tw] Re: Zotero

2014-06-19 Thread Stephan Hradek
No. There should be the [ext[ ]] notation for *any* external link. -- 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

[tw] Re: Zotero

2014-06-19 Thread Stephan Hradek
Change in extlink.js this.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\s'"<>]+(?:\/|\b)/mg ; to this.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype| zotero):[^\s'"<>]+(?:\/|\b)/mg; -- You received this message because you are subscribed

[tw] Re: setTo problem

2014-06-18 Thread Stephan Hradek
That's not sufficient to be able to help. But in short: It's not possible the way you try it. Neither with the square brackets inside the curlys (which would result in an illegal fieldname "title]]" nor out side. What you need to do is to use: 1. a $set surrounding your stuff, setting the tit

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Stephan Hradek
Ah wait! See what I wote on tiddlstuff: split is not compatible to TW 5.0.10 at the moment. Please find athe > compatible source here. I will fix it soon… -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Stephan Hradek
No. I do not need to check split will not work until I fix it. And I won't start to fix befor 5.0.13 is out because I want to do it properly. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving email

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Stephan Hradek
Split was done by me and does not work since the filter operations changed. I still need to fix that. -- 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+u

[tw] Re: [TW5] How to suppress Tiddler Title

2014-06-17 Thread Stephan Hradek
Why didn't you simply modify the original template? -- 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,

[tw] Re: [TW5]

2014-06-17 Thread Stephan Hradek
Am Dienstag, 17. Juni 2014 18:11:56 UTC+2 schrieb Jordi Burguet-Castell: > > http://tiddlystuff.tiddlspot.com is not working for me right now. > Sorry! Typo. http://tiddlystuff.tiddlyspot.com Search for "Newtiddler Widget" and "dateTimeMacro". -- You received this message because you are subs

[tw] Re: [TW5]

2014-06-17 Thread Stephan Hradek
My newtiddler plugin, together with the dateTime macro can do that. Just search a bit around in the group. http://tiddlystuff.tiddlspot.com http://tw5magick.tiddlyspot.com -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: Backup button, problems with assigning text field to value

2014-06-17 Thread Stephan Hradek
Am Dienstag, 17. Juni 2014 12:35:07 UTC+2 schrieb jim: > > I am sorry, this might seem obvious: how do I add the field "caption" > afterwards. Should I use fieldmangler? > >> >> I have no clue. I haven't yet looked at what fieldmangler does. newtiddler itself can't add fields. -- You receive

[tw] Re: Backup button, problems with assigning text field to value

2014-06-16 Thread Stephan Hradek
Isn't it sufficient to use the "tiddler to backup" as the skeleton? \define myNewTitle() $:/_backup/$(tiddlerTitle)$/$(todaysDate)$ \end <$set name="tiddlerTitle" value={{!!title}}> <$set name="todaysDate" value=<> > <$newtiddler title=<> class="btn-invisible" skeleton={{!!title }}>Verlauf -

Re: [tw] [TW5] Question about the filter operator: list

2014-06-16 Thread Stephan Hradek
@Jeremy Am Sonntag, 15. Juni 2014 09:47:24 UTC+2 schrieb Jeremy Ruston: > > Hi Alberto > > The "list" filter operator replaces the current list with the content of > the list field of its operand. See: > > http://tiddlywiki.com/#FilterOperator%3A%20list > > I have the feeling, the consistency i

[tw] Re: [tw5] How to use the the text value of a tiddler as a filter operator?

2014-06-16 Thread Stephan Hradek
modifier{$:/status/UserName} -- 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 tiddlyw

[tw] Re: Adding up tiddler fields?

2014-06-16 Thread Stephan Hradek
Am Montag, 16. Juni 2014 21:10:08 UTC+2 schrieb Michael Wiktowy: > > Hello all, > > Is there a simple way to sum up a particular field of tiddlers that match > a filter and then display the result? > No -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Question about the filter operator: list

2014-06-15 Thread Stephan Hradek
Let's try again. Last time my post appeared twice and when deleting one, both were gone. This is what I understood from the descreption. Imagin your current filter came to the point where it had these tiddler names: A B C D E F G Now you have in your current tiddler a field called "list" cont

[tw] Re: [TW5] Question about the filter operator: list

2014-06-15 Thread Stephan Hradek
This is what understood. Imagin your current list of tiddlers from all the filter operation done is: A B C D E F G Imagine that your current tiddler has a field "list" containing E F G H I J K L Now this is what you get: list[] -> E F G H I J K L !list[] -> A B C D Same applies if you don't

[tw] Re: [TW5] editing a tiddler in the view mode and duplicating a model

2014-06-12 Thread Stephan Hradek
Ok. That's due to a change in 5.0.10. Edit the "personEntry" tiddler and enter an empty line between these 2 lines: <$reveal state="$:/temp/PersonDBeditPerson" text={{!!title}} type="match"> {{!!title||editPerson}} so that it looks like this afterwards: <$reveal state="$:/temp/PersonDBeditPers

Re: [tw] Re: [TW5] Transcluded object frame for pdf and web pages

2014-06-12 Thread Stephan Hradek
At the moment this is not as easily possible as you might hope. I think something like this should be possible: Create a tiddler (e.g.) "objectframe" \define iframe() <$link><$view field="title"/> <> and use it like this: <$set name="path" value="http://www.nowhere.com/";> {{The Title I want t

[tw] Re: [TW5] editing a tiddler in the view mode and duplicating a model

2014-06-12 Thread Stephan Hradek
The problem lies somewhere in your modifications/customisations as your wiki is not at all capable of displaying tables. Just try a simple table like: | a | b | | c | d | It won't display correctly. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" gro

[tw] Re: [TW5] editing a tiddler in the view mode and duplicating a model

2014-06-12 Thread Stephan Hradek
Is it possible to see your wiki so that I can check the code you wrote. -- 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

[tw] Re: [TW5] Transcluded object frame for pdf and web pages

2014-06-11 Thread Stephan Hradek
For that to understand one has to understand TWc and the AliasPlugin. Maybe it's better to describe what you want? -- 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

[tw] Re: [TW5] Checkbox list broken in new version - how to format?

2014-06-11 Thread Stephan Hradek
Very strange. I just tried this: <$list filter="[!title[JournalSkeleton]!has[draft.of]tag[task]!tag[done]!sort[modified]]"> <$checkbox tag="done"> <$link><$view field="title"/> on tiddlywiki.com and it gives exactly the expected result. I have no clue why it does not work for you. BTW: <$l

[tw] Re: [TW5] Checkbox list broken in new version - how to format?

2014-06-11 Thread Stephan Hradek
testreply -- 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 tiddlywiki@googlegroups.com

[tw] Re: [TW5] Checkbox list broken in new version - how to format?

2014-06-11 Thread Stephan Hradek
Maybe you'd better just show what you have so that we can point you to any possible mistakes? -- 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.

[tw] Re: TW5: Problem Using Stephan Hradek's newtiddler plugin

2014-06-11 Thread Stephan Hradek
Seems to be a user error. I just tried my plugin with 5.0.12 for the first time and it seems to work. Could you upload your wiki or a small non-working example somewhere to take a look at it? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

[tw] Re: [TW5] editing a tiddler in the view mode and duplicating a model

2014-06-11 Thread Stephan Hradek
The first sentence in the "Create…" tiddler reads: To showcase what's possible with my newtiddler widget > > (search for "NewtiddlerWidget" on my tiddlystuff wiki > ), I created a sm

[tw] [TW5] TiddlerLinksIdea discussion over at TiddlyWikiDev

2014-06-11 Thread Stephan Hradek
I posted my idea in the developer section, but I realised that endusers might also be interested. So if you want to join the discussion, come over to https://groups.google.com/d/msg/tiddlywikidev/BZu87p3bKoE/4G2-QoVUUAoJ and let's hear (read) your ideas. -- You received this message because y

[tw] Re: [TW5] editing a tiddler in the view mode and duplicating a model

2014-06-11 Thread Stephan Hradek
Maybe my simple contacts database will be enough for you? It's not just a plugin to download but instructions how to create the "DB". So you can. more or less easily adjust to your needs. http://tw5magick.tiddlyspot.com/ Search for "Creating a simple Contacts DB". -- You received this message

[tw] Re: [TW5] How to right align tabs and not their content

2014-06-11 Thread Stephan Hradek
How do you like this CSS? div.tw-tab-buttons { text-align: right; } -- 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.

[tw] Re: TW5 - How to construct a template with a variable...?

2014-06-10 Thread Stephan Hradek
Could it be that this is what you need? \define timeline(whos) <$visjstimeline filter="[tag[$whos$]]" startDateField="start" format= "-MM-DD" endDateField="end" format="-MM-DD"/> \end <$macrocall $name="timeline" whos={{!!title}}/> -- You received this message because you are subscrib

[tw] Re: TW5: problem sorting by fields containing a macro

2014-06-10 Thread Stephan Hradek
Howard? Any more info from you? -- 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: TW5 - How to construct a template with a variable...?

2014-06-10 Thread Stephan Hradek
Try filter="[title{!!title}]"… -- 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 tiddly

[tw] Re: TiddlyWiki Hangout #49 on Tuesday 10th June at 4pm BST

2014-06-10 Thread Stephan Hradek
Am Dienstag, 10. Juni 2014 15:16:55 UTC+2 schrieb Danielo Rodríguez: > > To post where? In the hangout or here? See Jeremy's post: https://plus.google.com/events/c68uh58j6lfu14dpk5f4ha40oc0 >> >> You can post a question for the hangout by clicking the Q&A button on the >> video preview. >>

[tw] Re: TiddlyWiki Hangout #49 on Tuesday 10th June at 4pm BST

2014-06-10 Thread Stephan Hradek
Am Dienstag, 10. Juni 2014 08:14:30 UTC+2 schrieb Danielo Rodríguez: > > I'll be late but I will be there. There are a couple of things that I want > to talk about. Don't forget to post them. BTW: I will (again) leave early. -- You received this message because you are subscribed to the Go

[tw] Re: [TW5] Blank tag - how to remove?

2014-06-10 Thread Stephan Hradek
Do you use my "newtiddler" plugin with a tag-placeholder of the form $(placeholder)$? Than it's a known "annoyance" but not a real bug. That tag is the placeholder tag whch happens to be displayed inappropriatly. -- You received this message because you are subscribed to the Google Groups "Tid

[tw] Re: Wizards + plugins + transclusion = Internal javascript error!

2014-06-06 Thread Stephan Hradek
If I remember correctly, wizards are somehow "out of the render tree", meaning: You can't access everything you can access from usual tiddlers. I think I had a similar problem quite a while ago which led me to proposing "lazy-edit" where tiddlers don't get updated until the current edit field i

[tw] Re: TW5: problem sorting by fields containing a macro

2014-06-06 Thread Stephan Hradek
Am Freitag, 6. Juni 2014 10:23:58 UTC+2 schrieb HowardM: > > I have now found other ways of achieving roughly the results I wanted. > That's why I propose the nested list. Is your wiki publicly available to take a look at so that I can play around? I'm pretty sure your required sorting can be

[tw] Re: TW5: Importing plugins

2014-06-05 Thread Stephan Hradek
Drag and drop the link "$:/plugins/bj/Calendar " from bjhacks to your TW5. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: TW5: problem sorting by fields containing a macro

2014-06-05 Thread Stephan Hradek
If I understood right, you want to order by 2 fields and for this you concatenate the fields? Why not simply make two list filters which order? Without testing, I think it should be something like this: <$list filter="[has[stage]each[stage]sort[stage]]"> <$list filter="[field:stage{!!stage}so

[tw] Re: Table Colors

2014-06-04 Thread Stephan Hradek
Am Donnerstag, 5. Juni 2014 07:58:59 UTC+2 schrieb Matabele: > > Hi > > Sorry -- my answer applies only for TW5 (your question did not specify the > version you are using.) > > DARN! How could I have missed THAT!? Anyhow… from now on I will assume TW5 if not specified. -- You received this m

[tw] Re: Table Colors

2014-06-04 Thread Stephan Hradek
Am Donnerstag, 5. Juni 2014 00:47:45 UTC+2 schrieb Corey Woodworth: > > Is it possible to change the background and font colors of table cells? I > can't for the life of me figure out how. > Look at David's twmall http://www.giffmex.org/tw5mall.htm search for "Add CSS to your tables" -- You

<    1   2   3   4   5   6   7   8   9   10   >