[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

[tw] Re: How can add a specific Tag button in my text?

2016-08-26 Thread Eucaly J
{{tagname||$:/core/ui/TagTemplate}} http://tiddlywiki.com/#Transclusion%20in%20WikiText -- 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: Customising Tiddler File Naming - running Node.js on 64-bit Windows 7 platform - is that broken?

2016-08-24 Thread Eucaly J
Hi, Look at the pull request *allow backslash as path separator in filesystemadaptor* - https://github.com/Jermolene/TiddlyWiki5/pull/2541 Before the solution merged to the next release. You can import the attached file to your TiddlyWiki as a patch. In order to re-locate already existing

[tw] Re: Tiddlywiki Node.js from file (not wikifolder)

2016-08-18 Thread Eucaly J
Maybe the below commands (I did not try that yet). --load --savetiddlers http://tiddlywiki.com/#Using%20TiddlyWiki%20on%20Node.js -- 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,

[tw] Tiddlywiki Node.js from file (not wikifolder)

2016-08-18 Thread Eucaly J
Below is my approach, Make node.js to serve an empty tiddler folder Open that empty wiki in browser Drag-Drop html file to import the content and save (to server) Please check more info from below https://github.com/Jermolene/TiddlyWiki5/pull/2541 -- You received this message because you are

[tw] Re: TW5, download set of tiddlers.Some help needed

2014-10-20 Thread Eucaly J
Hi Danielo: Thanks for your positive feedback. To consider beta versions is because some people ask in this forum for migrating from early beta like 5.0.7 or so. The target spec is the warning message will show only when tw- ... or tm- ... not correctly set. But in some earlier version, the

[tw] Re: TW5, download set of tiddlers.Some help needed

2014-10-18 Thread Eucaly J
Hi all: The below macro will help to *import (save as) a subset of tiddlers by filtering* You may also drag-drop the attached file to install. Checked on 5.1.0. Please notice, some previous versions (=5.0.15), need manual change to *tw-*download-file, and keep no space after *\define

[tw] Re: $:/ControlPanel

2014-10-18 Thread Eucaly J
Hi Neil: Please check what I post in another thread The macro will help to *import (save as) a subset of tiddlers by filtering* https://groups.google.com/d/msg/tiddlywiki/MhxbDcRqWng/Xd-zsH-Ty-UJ Neil Griffin: Can I ask what 'more extensive export options' are planned? I'd quite like to see

[tw] Re: RevealWidget temporary state

2014-10-16 Thread Eucaly J
Just check the link provided by Stephan (as below), the magic is ... font-size: 0rem; ... :focus { font-size: 0.75rem; ... 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

[tw] Re: my experimental fork of TiddlyDesktop

2014-10-16 Thread Eucaly J
Hi Danielo, Thanks for looking into it. I guess I should post this in dev forum, because such steps might not be obvious for non-coding people. :( As for single executable ..., let's expect how TiddlyDesktop will go in the long run. :) Danielo Rodríguez: I readed the github documentation,

[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 Eucaly J
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 Implementing

[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

[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

[tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-10-07 Thread Eucaly J
Hi Philip: Could you explain your question a little further? Philip Coltharp: What type of object is source? -- 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

Re: [tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-10-07 Thread Eucaly J
Hi Jeremy: The refresh cycle issue did come across my mind earlier today. I will add a warning message on the random filter. After reading your suggestion, I will agree that such unexpected change would better be user driven -- as a button. (to issue tm-generate-random message, or calling some

[tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-10-06 Thread Eucaly J
maybe ... to implement a random filter $list filter=[tag[Widgets]*random[]*limit[1]] variable=randomTiddler $button to=randomTiddler Go To Random Widget Tiddler/$button /$list Philip Coltharp於 2014年10月7日星期二UTC+8上午7時37分00秒寫道: I envision a widget defined like so.. a list in side a button like

[tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-10-06 Thread Eucaly J
Here comes the random filter (to limit to n results), as attached. usage : [tag[Widgets]*random[1]*] Philip Coltharp: That's something I wouldn't have thought of. Thanks -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

[tw] Re: [ TWC / TW5 ] invite for TWC to TW5 user stories

2014-10-04 Thread Eucaly J
Hi Mario: Your mater piece has already been included as a link in my collection. While, I have failed to include a screenshot in the first post. please see below. https://www.dropbox.com/s/7w3ir93690x6lyj/2014-10-04_114221.png PMario於 2014年10月4日星期六UTC+8下午4時37分30秒寫道: I did create a little

[tw] Re: I want to use [+/-] in list instead of dot

2014-10-03 Thread Eucaly J
TableOfContentsMacro Selective Expandable [1] should be very similar to what you expected, while you need change {{$:/core/images/right-arrow}}to + v {{$:/core/images/down-arrow}} to - which could be found in macro definition [2] [1]

[tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2014-10-03 Thread Eucaly J
Hi Evolena: Thanks for reminding. Eucaly, it seems you forgot the target of your last link (how you switch from TWC to TW5). Maybe this would be interesting to reference in tiddlywiki.com (near what happenned to the original tiddlywiki) ? In fact, I am referring to my own atricle for

[tw] Re: [TW5] If in doubt ... concatenate ... any better solutions?

2014-10-02 Thread Eucaly J
For those who might not know, please check the link below *Indirect Operands*[search{$:/temp/search}] *Variable Operands*[searchcurrentTiddler] http://tiddlywiki.com/#Introduction%20to%20Filters -- You received this message because you are subscribed to the Google Groups TiddlyWiki group.

[tw] Re: [TW5] REQUEST. Could we please get a TWC theme?

2014-10-02 Thread Eucaly J
Hi Leo: Yes, stick to TWC should be OK. While, below are some counterparts for you to compare TWC= TW5 text buttons= $:/ControlPanel Settings Toolbar Buttons, or direct link http://tiddlywiki.com/#%24%3A%2Fcore%2Fui%2FControlPanel%2FSettings%2FToolbarButtons tiddler's bar

[tw] Re: [TW5] If in doubt ... concatenate ... any better solutions?

2014-10-01 Thread Eucaly J
Hi Mike, According to you code, please try below table tr thTable Header/th /tr $list filter=[!has[draft.of]tag[tag_of_interest]field:field_of_interest{!!field_of_interest}sort[]] trtd$link to={{!!title}}$view field=name//$link/td/tr /$list /table -- You received this message because you

Re: [tw] Filter Items Not Showing Up In Tabs

2014-09-25 Thread Eucaly J
Hi James, I have more complex contents inside tabs, while they perform OK so far. Things might go wrong in couples of ways, for example, non-proper ending of /$list to become $/list ... Maybe you can share some of your list filter command in subject #1 and etc ... Another suggestion is to

Re: [tw] Filter Items Not Showing Up In Tabs

2014-09-25 Thread Eucaly J
Hi James, When you transclude tiddlers (in this case, TabsMacro did that for you), *currentTiddler* variable might not be assigned as you expected. That's why is[current]tagging[] goes wrong You can experiment by checking {{!!title}} result from below (when in tabs, or in the tiddlers itself)

Re: [tw] Re: TW5 - can't figure this transclusion/macro problem...

2014-09-24 Thread Eucaly J
Hi Jeremy: It seems the below description is not yet in the official documentation. (Or maybe I did not find it). Please add that to the official documentation. Thanks !! Jeremy Ruston於 2014年9月24日星期三UTC+8下午6時53分07秒寫道: The difference is that $(..)$ is a textual substitution that is

[tw] Re: Working on limiting the number of words/lines

2014-09-24 Thread Eucaly J
Hi Shash Please try below $list filter=[is[current]tagging[]tag[#ABC]sort[modified]]span class= textboxwhite b{{!!title}} /b div style=max-height:150px; overflow: hidden; $transclude/ /div div class=alignright$link field=title #10152;/$link/div/span /$list -- You received

[tw] Re: Working on limiting the number of words/lines

2014-09-23 Thread Eucaly J
Hi Shash Please check if any of below fits your need. - http://eucaly-tw5.tiddlyspot.com/#limiting%20number%20of%20words%20or%20lines%20--%20max-height div style=max-height:150px; overflow: hidden; ... /div -

[tw] Re: Briefcase Plugin -- a GTD tool

2014-09-22 Thread Eucaly J
Hi Roma, It's great to see your creation for GTD on TW5. Do you have a roadmap for Briefcase ? I my personal opinion, it seems that Briefcase acts as a *dedicate GTD tool*. It's possible to use Briefcase as a sub-section of some TiddlyWiki file? That is, one TiddlyWiki has it's own materials,

[tw] Re: [TW5] Eucaly's Tiddly World @ tiddlyspot

2014-09-13 Thread Eucaly J
- *trace-variable* – trace a variable through widget/transclude hierarchy. Thanks for your time. Eucaly J Eucaly J於 2014年9月8日星期一UTC+8上午9時33分16秒寫道: Hi all, I collect my tw5 creations on-line as http://eucaly-tw5.tiddlyspot.com/ Currently, there are : - *FlexWidth* - Flexibly

Re: [tw] Re: [TW5] feature request: dedect location through PageTemplate hierarchy

2014-09-13 Thread Eucaly J
in transclude hierarchy, tabs, sidebar, or toolbar. ) b.r. Eucaly J Jeremy Ruston By the way, I'm interested to understand the specific use case here? PMario : On Wednesday, September 10, 2014 11:20:49 AM UTC+2, Eucaly J wrote: My target is to tweak same macro (within tiddler [[QuickJump

[tw] Re: TiddlyWiki 10th Anniversary Hangout on Saturday 20th September at 4pm

2014-09-13 Thread Eucaly J
Eucaly J -- 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] [TW5] feature request: dedect location through PageTemplate hierarchy

2014-09-10 Thread Eucaly J
Dear all: Please comment if you support the below idea - Using the variable *listItem*, one might be able to detect the location of PageTemplate elements - While, down to the hierarchy, *listItem* will be assigned again, so that cannot trace back the hierarchy - Is it possible

[tw] Re: [TW5] feature request: dedect location through PageTemplate hierarchy

2014-09-10 Thread Eucaly J
Dear all: I found this can be done by some javascript macro. So, there's no need for feature request I will post the full macro later exports.run = function(variable_name) { var output = ; var p = this; var v0 = ; while (p) { var v = p.getVariable(variable_name);

Re: [tw] Re: [TW5] feature request: dedect location through PageTemplate hierarchy

2014-09-10 Thread Eucaly J
/ViewToolbar* [[QuickJump Example]] [[$:/core/ui/ViewTemplate/*title*]] [[$:/core/ui/PageTemplate/story]] [[QuickJump Example]] [[$:/core/ui/PageTemplate/*toprightbar*]] b.r. Eucaly J -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: NotestormTW experimental template / two questions about it

2014-09-08 Thread Eucaly J
Hi David, try *.gifftoolbar * David Gifford於 2014年9月9日星期二UTC+8上午11時32分43秒寫道: 1. In my StyleSheet I have it so that #gifftoolbar does not print. But it prints anyway. Any idea what I did wrong? -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] [TW5] Eucaly's Tiddly World @ tiddlyspot

2014-09-07 Thread Eucaly J
inspire me during journey Welcome for any comments and suggestion, please leave a message in this thread. Hope you like it. Eucaly J. -- 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: A 'tristate' toggle Sidebar

2014-09-05 Thread Eucaly J
Hi Ton, In order to pack multiple variable actions into one button click, I am not sure if *LinkCatcherWidget* ( http://tiddlywiki.com/#LinkCatcherWidget ) is OK for that. While, I am changing direction for my own version of *sidebar width tweaking*, without overwriting shadow tiddlers (not

[tw] Re: Announcing TiddlyWiki 5.0.16-beta

2014-09-04 Thread Eucaly J
@Ton: Guess you are referring to *TW5 tristate Sidebar * I like that very much, and also try to fix that (by my own) for TW5.0.16-beta I would suggest not to overwrite the major system shadow tiddlers such as $:/core/ui/PageStylesheet $:/core/ui/PageTemplate/sidebar because that might

[tw] Re: [TW5 beta 16]Button Code no longer working

2014-09-04 Thread Eucaly J
if referring to *$:/plugins/skeeve/newtiddler* from http://tiddlystuff.tiddlyspot.com/ then the change might be - *tw-*navigate, *tw-*edit-tiddler to *tm- *prefix - tw-newtiddler-button to ???= sorry I did not figure out yet -- You received this message because you are subscribed

[tw] Re: TW on nodejs not working fine

2014-09-03 Thread Eucaly J
and/or the *tiddlywiki.info* http://tiddlywiki.com/#Upgrading%20TiddlyWiki%20on%20Node.js command-line: tiddlywiki [wikipath] [--command [arg[,arg]]] Hope that helps. Eucaly J Shash於 2014年9月4日星期四UTC+8上午12時29分59秒寫道: Hi All, I am on Ubuntu 14.04. While trying to run TW i am getting no styling. I have attached