Re: [tw] applying filters to lines of a tiddler's text field

2014-10-15 Thread Andreas Hahn
Hi Philip, you can define a macro that concatenates the text and the +[sort[]] to build a filter string: |\define concatFilter(a) $a$ \end| You might think this is probably the most easy macro out there and you might be right :D. You can use it like this: |$set name=filterPrefix

[tw] Re: applying filters to lines of a tiddler's text field

2014-10-15 Thread Stephan Hradek
I don't get it. What does your List of datasets tiddler contain? -- 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] TiddlySpace related: Time to show off your space!!

2014-10-15 Thread PMario
Hi folks, There is a thread in the TiddlySpace forum: Time to show off your space!! https://groups.google.com/forum/#%21topic/tiddlyspace/xlWNT7iBbts [1] So everyone, who uses TS and thinks the space there is of value and could be interesting. Read this topic and respond! (May be in your own

[tw] Re: TiddlyWiki Classic - Saving Issues

2014-10-15 Thread Christoph Laurer
Hi Yakov, thank you, that you help me. I have checked everything you wanted to know. So, you haven't updated Java that time, right? Were you working with TW only, or did some other activities? Were you online? No I didn't update Java, but OS X tells you when there is a new version and asks

[tw] Re: [TW5] The tittle tagged with $:/tags/AboveStory not properly visible when launching TW

2014-10-15 Thread PMario
@Ton, We can't replicate the behaviour, because the mechanism works. ... Its just, if the DefaultTiddler has much content, the automatic scrolling aligns the default tiddler to the top of the screen. The $:/tags/AboveStory tiddler is there, but out of view. So you need to scroll up, to see

[tw] Re: applying filters to lines of a tiddler's text field

2014-10-15 Thread Eucaly J
Hi Philip: The most closed answer might be $list filter=[list[List of datasets!!text]]/ While, I am afraid that the result is separated by space rather than lines FilterOperator: list http://tiddlywiki.com/#FilterOperator%3A%20list -- You received this message because you are subscribed

[tw] my experimental fork of TiddlyDesktop

2014-10-15 Thread Eucaly J
Dear all: TiddlyDesktop https://github.com/Jermolene/TiddlyDesktop is a custom browser for TiddlyWiki, based on node-webkit - https://github.com/Jermolene/TiddlyDesktop Implementing some ideas about central control for Node.js consoles [1] I have an experimental fork [2] with

Re: [tw] my experimental fork of TiddlyDesktop

2014-10-15 Thread Simon Eigeldinger
hi, is there a precompiled version for windows 32 bit? greetings, simon Am 15.10.2014 um 13:43 schrieb Eucaly J: Dear all: TiddlyDesktop https://github.com/Jermolene/TiddlyDesktop is a custom browser for TiddlyWiki, based on node-webkit - https://github.com/Jermolene/TiddlyDesktop

Re: [tw] my experimental fork of TiddlyDesktop

2014-10-15 Thread Eucaly J
Hi Simon: I am afraid that you have to follow the steps to prepare the folder structure. Also because this an experimental version, and I have no experience on releasing node-webkit projects. Simon Eigeldinger於 2014年10月15日星期三UTC+8下午7時53分02秒寫道: hi, is there a precompiled version for

[tw] Tiddler and Content

2014-10-15 Thread Michael Key
Hi all... First and foremost I'd like to express my satisfaction in finding TiddlyWiki... I think I almost love it. ;) Ok, so being a new user and understanding the concept from having a play and watching tutorials, I'm sorry to say that I've not yet been able to make work, what I need to make

[tw] Re: my experimental fork of TiddlyDesktop

2014-10-15 Thread PMario
What is the focuspid.exe for. If you need 3rd party executables, imo your should provide some info. It could be a trojan too :) see: https://github.com/Eucaly/TiddlyDesktopQ/tree/master/source/bin/win32 -m -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] The tittle tagged with $:/tags/AboveStory not properly visible when launching TW

2014-10-15 Thread Ton Gerner
@Jeremy, @Mario To be honest I never liked that automatic scroll to the top with long tiddlers and/or more tiddlers open. If you switch to zoomin view at http://tiddlywiki.com the HelloThere tiddler drops a little bit down and Tiddler title and Wiki title are aligned which looks nice.

[tw] Re: applying filters to lines of a tiddler's text field

2014-10-15 Thread Philip Coltharp
tiddler List od datasets is a tiddler with text field : Contacts_f03tc file:///C:/Users/drespc1/Downloads/StwZjnKI.htm#Contacts_f03tc Contacts_f03tc_2 file:///C:/Users/drespc1/Downloads/StwZjnKI.htm#Contacts_f03tc_2 Contacts_f03tc_3

[tw] Re: applying filters to lines of a tiddler's text field

2014-10-15 Thread Stephan Hradek
Could you consider to use DataTiddlers? The only required change would be to add colons after each tiddlername in your list and set the type of your tiddler. Then you can use: $list filter=[[List of datasets]indexes[]sort[]]/ -- You received this message because you are subscribed to the

[tw] Re: my experimental fork of TiddlyDesktop

2014-10-15 Thread Eucaly J
Hi Mario: Thanks for raise the question. *focuspid.exe *is a compiled AutoHotKey script to activate (give focus) to a window by a given pid (process ID) as parameter. (I did not find node.js or node-webkit module to support this yet). PMario於 2014年10月15日星期三UTC+8下午8時22分05秒寫道: What is the

Re: [tw] Re: applying filters to lines of a tiddler's text field

2014-10-15 Thread Philip Coltharp
I see my mistake. I tried this... $list filter=[list{List of datasets!!text}] /$list but if I had --really-- read the list filter article (at http://tiddlywiki.com/#FilterOperator%3A%20list) $list filter=[list[List of datasets!!text]] /$list I would have been more successful . -- You

Re: [tw] Re: applying filters to lines of a tiddler's text field

2014-10-15 Thread Philip Coltharp
Thanks again all -- 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

Re: [tw] my experimental fork of TiddlyDesktop

2014-10-15 Thread Simon Eigeldinger
hi, i guess i might use the normal tw html file or node.js way. *smile* might be more accessible anyway. but sounds interesting anyway. greetings, simon Am 15.10.2014 um 14:06 schrieb Eucaly J: Hi Simon: I am afraid that you have to follow the steps to prepare the folder structure. Also

[tw] Re: my experimental fork of TiddlyDesktop

2014-10-15 Thread Danielo Rodríguez
Could you please elaborate on the features your tool provides? I don't see much difference from a node.js version. It's true that It automates the flow of running several TW instances, but I expected a portable node version of tiddlywiki. Anyway, thank you for sharing your work. -- You

[tw] Re: Incorrect address handling when opening a local PDF

2014-10-15 Thread Daniel Caleb
In case anyone comes across this thread, experiencing the same issues I had... I thought it would be helpful to post my solution. After a bit more research I came to the understanding that Tiddlywiki doesn't have the ability to serve local files. This is a feature that is somewhat overlooked

[tw] Re: my experimental fork of TiddlyDesktop

2014-10-15 Thread Eucaly J
Hi Danielo, I don't have documentation yet, but I can explain some details. Which features would you like to know? As for node.js, you will need to install nodestatus module as I explain in github readme. After that, this TiddlyDesktop will detect when nodejs server ready. And also can start

Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-15 Thread Jeremy Ruston
Hi Alfonso Can you give the commands you are using the start the TiddlyWiki server? Many thanks, Jeremy. On Tue, Oct 14, 2014 at 8:34 PM, Stephan Hradek stephan.hra...@gmail.com wrote: Does this https://groups.google.com/d/msg/tiddlywikidev/cVXCqASv8fc/FSh14QWY02MJ look like your problem?

Re: [tw] [TW5] syntax [img[imagefile.jpg]] in node.js

2014-10-15 Thread Kyrylo Silin
Hi! Have things changed? It seems like I still cannot reference local images, which is annoying. % tiddlywiki --version 5.1.2 On Tuesday, June 3, 2014 3:14:45 PM UTC+3, Jeremy Ruston wrote: Hi Michele I take it that (yet) means there is the plan to support it in the future.

[tw] Re: my experimental fork of TiddlyDesktop

2014-10-15 Thread Danielo Rodríguez
I readed the github documentation, but I found that there are too many steps. Is just a matter of installing the plugin you mention or do I have to install tiddlywiky too? Seems like helper tool for am already existing tiddlywiky installation rather than a standalone one. With portable I

[tw] Re: TiddlyWiki Classic - Saving Issues

2014-10-15 Thread Yakov
Hi Christoph, So, you haven't updated Java that time, right? Were you working with TW only, or did some other activities? Were you online? No I didn't update Java, but OS X tells you when there is a new version and asks you to download it, I suppose (or does it automatically, once you

[tw] Re: [TW5] The tittle tagged with $:/tags/AboveStory not properly visible when launching TW

2014-10-15 Thread parisw...@gmail.com
Well, this is very interesting. May I assume Ton that, just like Mario (who visited my personal site this morning), you are using a Windows machine with Firefox ? Loading your (excellent) TW5custom on my McBook Pro with Firefox, I obtained a page with both the header and the footer on top of the

Re: [tw] Re: [TW5] The tittle tagged with $:/tags/AboveStory not properly visible when launching TW

2014-10-15 Thread Jeremy Ruston
Hi Paris Loading your (excellent) TW5custom on my McBook Pro with Firefox, I obtained a page with both the header and the footer on top of the screen (see screen-copy attached). Chrome is much more conventionnal and keeps the footer at the bottom of the page. That's what happens to the

[tw] Re: [TW5] The tittle tagged with $:/tags/AboveStory not properly visible when launching TW

2014-10-15 Thread Ton Gerner
Hi JCG, Glad you like my Customization guide. I do use Windows 7, Firefox, and Chrome and everything displays as expected (AboveStory above the story and BelowStory below the story) and *not* as in your screenshot. As Jeremy pointed out the behaviour as shown in your screenshot is caused by

[tw] [TW5] Alternative favicon (TW classic manner)

2014-10-15 Thread Ton Gerner
Hi all, Experimenting with favicons I came across another way of using a favicon in TW5 (instead of just using $:/favicon.ico). In TW classic MarkupPreHead contains default: link rel='alternate' type='application/rss+xml' title='RSS' href= 'index.xml'/ You can add a favicon by adding: link

[tw] [TW5] How to call a javascript script by using a button in a tiddler?

2014-10-15 Thread Uwe
Hi, how can I call a little javascript like this html head titleTest/title script type=text/javascript alert(screen.width + x + screen.height); /script /head body /body /html by using a button? Greetings, Uwe (Yes, I miss Eric Shulmans InlineJavascriptPlugin which allows to Insert

Re: [tw] [TW5] Alternative favicon (TW classic manner)

2014-10-15 Thread Jeremy Ruston
Hi Ton Why wouldn't you just use the $:/favicon.ico mechanism? It automatically inserts a link element for the specified image, base64 encoding as needed. The icon itself can be image/x-icon, image/png and I think jpegs work too. The only reason for using link rel=icon would be if you wanted to

[tw] Re: [TW5] How to call a javascript script by using a button in a tiddler?

2014-10-15 Thread Danielo Rodríguez
This is a security risk and is no longer allowed in TW5. I know how do you feel because I asked the same about a year ago. But, you can still programming javascript macros and widgets. What is your use case? I have a couple of very simple js macros that maybe fit your needs. Regards El

Re: [tw] [TW5] Alternative favicon (TW classic manner)

2014-10-15 Thread Ton Gerner
Hi Jeremy, Normally I do use the $:/favicon.ico mechanism. I just came across one of my classic TWs using an embedded icon and thought: Maybe it works in TW5 when using the $:/tags/RawMarkup tag and it did. The link rel=shortcut icon href=Images/Favicon.ico did not work as I reported. So it

[tw] Re: [TW5] How to call a javascript script by using a button in a tiddler?

2014-10-15 Thread Uwe
Hi Danielo, yes, I have read your thread. Here you can see, what I had made with TWC years ago: http://uwe-wennmann.de/Lernprogramme/TWJavascript/Javascript.html#[[7.1%20Notationen%20von%20Zeichenketten]] If you click on the links hier klicken you see, what I mean. Only simple things like

Re: [tw] Re: [tw5] tab delimited content into tables?

2014-10-15 Thread Simon Eigeldinger
hi stephen, could you send me a such a empty wiki with this function built in as a single html file privately? that would be great. thanks. greetings, simon Am 14.10.2014 um 21:05 schrieb 'Stephen Kimmel' via TiddlyWiki: I use Danielo's Keyboard snippets routine to do exactly that. I

[tw] textarea (TW5.1.2)

2014-10-15 Thread CPorter9
I'm looking to make a text area field like below: I'm looking to make a text area field like below: ''We will meet here:'' $edit-text type=textarea rows=4 cols=50 tiddler=Family Emergency Plan Edit Page placeholder=Make the meeting place somewhere close to your home

Re: [tw] textarea (TW5.1.2)

2014-10-15 Thread Jeremy Ruston
Hi CPorter9 Try this: ''We will meet here:'' $edit-text tag=textarea tiddler=Family Emergency Plan Edit Page placeholder=Make the meeting place somewhere close to your home field=f_meet_here class=tc-edit-texteditor/ The tag attribute that controls which HTML element

[tw] Re: [tw5] tab delimited content into tables?

2014-10-15 Thread 'Stephen Kimmel' via TiddlyWiki
Let me know if that doesn't come through my company's firewall correctly and I'll try again. -- 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] [TW5] How to deal with CSS in 5.1.2 version.

2014-10-15 Thread azpi
Hi: I like TW5 ,although my English knowledge is poor, and my coding abilities zero. In former versions of TW5 I borrowed from http://tw5.scholars.tiddlyspot.com/ http://www.google.com/url?q=http%3A%2F%2Ftw5.scholars.tiddlyspot.com%2Fsa=Dsntz=1usg=AFQjCNFwSjzxv58KjwBTAUcY9WVjnjjjWQ one

Re: [tw] [TW5] syntax [img[imagefile.jpg]] in node.js

2014-10-15 Thread Michele Zaffalon
Hi Kyrylo, The answer is not yet for node.js. I am also waiting for it. michele On Wed, Oct 15, 2014 at 6:47 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Kyrylo Hi! Have things changed? It seems like I still cannot reference local images, which is annoying. The [img[url]] syntax

Re: [tw] Re: [TW5] Node Upgrade Format Rendering Issue

2014-10-15 Thread Alfonso Arciniega
Jeremy, I was using the same commands as shown in TiddlyWiki.com. Stephan, It looks like the same issue, though I haven't had the chance to try the solution yet. I will report back afterwards. On Wednesday, October 15, 2014 10:15:46 AM UTC-6, Jeremy Ruston wrote: Hi Alfonso Can you give

Re: [tw] Re: [tw5] tab delimited content into tables?

2014-10-15 Thread simon.eigeldinger
hi stephen, it came through. thanks. greetings, simon On Wed, 15 Oct 2014 14:21:36 -0700 (PDT) 'Stephen Kimmel' via TiddlyWiki tiddlywiki@googlegroups.com wrote: Let me know if that doesn't come through my company's firewall correctly and I'll try again. -- You received this message

[tw] [TW5] Persistant online changes

2014-10-15 Thread mtt hnn
Hi, I set up a brand new TW5 on my vps behind NodeJs/Nginx. First of all I have to say that I love the concept but I still misunderstood some things... On first upload, I noticed that everyone can *edit save my tiddlers and my configuration* ... which is unviable. I found thing with readonly

[tw] Re: RevealWidget temporary state

2014-10-15 Thread Stephan Hradek
Maybe something like http://codepen.io/arildrotmo/details/agGfi is suitable for you? It's a pure CSS solution and it opens just one section based on what has focus. Do as long as the focus doesn't change, the revealed section remains visible. -- You received this message because you are