Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Jeremy Ruston
Hi Josh As far as the hangouts are concerned, Google seems to really have two somewhat separate products: Hangouts, and Hangouts on Air. The former is basically browser-based group video chat; one downloads a native browser plugin to make it work. It takes your feed from the built in video camera

Re: [tw] TiddlyWiki5 export tiddlers as .tid files?

2013-12-04 Thread Jeremy Ruston
Hi Jeff And you're not seeing any messages about the newly added tiddler in the server console? Yes, there were no messages in the server console. However, there wasn't a 'tiddlers' directory in editions/clientserver for some reason. I added it and everything is now working as expected.

Re: [tw] Re: Stephan Hradek! Thanks for the bookmarklets. Now, how do I make my own?

2013-12-04 Thread Stephan Hradek
Am Dienstag, 3. Dezember 2013 01:22:39 UTC+1 schrieb David Gifford: Just curious if there is a way to create bookmarklets that simply insert a text rather than wrapping selected text. http://tw5magick.tiddlyspot.com/#bookify I've added a button which will create a new tiddler with the

Re: [tw] Re: Stephan Hradek! Thanks for the bookmarklets. Now, how do I make my own?

2013-12-04 Thread David Gifford
Thanks Stephan! That is pretty cool! Dave On Wed, Dec 4, 2013 at 4:03 AM, Stephan Hradek stephan.hra...@gmail.comwrote: Am Dienstag, 3. Dezember 2013 01:22:39 UTC+1 schrieb David Gifford: Just curious if there is a way to create bookmarklets that simply insert a text rather than

Re: [tw] Re: [TW5] Transcluding Edit Buttons/Links

2013-12-04 Thread Jeremy Ruston
I've just pushed a change to allow the title of the tiddler for the edit event to be specified in the message parameter: https://github.com/Jermolene/TiddlyWiki5/commit/49ade66540e8a9f96cb90b1ddf3ae74f1a09d315 This means that you'll be able to do: $button message=tw-edit-tiddler param=ToDoEdit

Re: [tw] [TW5] Possible to sum fields?

2013-12-04 Thread Jeremy Ruston
Hi Jeff None of that is implemented today, but is planned. Your examples are very useful, so I've transferred them to a ticket: https://github.com/Jermolene/TiddlyWiki5/issues/254 Many thanks Jeremy. On Tue, Dec 3, 2013 at 9:34 PM, chish...@gmail.com wrote: In TW5, is it possible to sum

[tw] [TWC] sort by defined slice using FET ?

2013-12-04 Thread julien23
Hi All I use ForEachTiddlerPlugin to build electronic communication characteristics specifications. value byte Number is stored in tiddlers : ... |valueByteNumber|1,2| ... ... |valueByteNumber|3| ... How do I get this tiddlers sorted by valueByteNumber with FET ? ... sortBy

[tw] Conditionally hiding the sidebar in TiddlyWiki5

2013-12-04 Thread James Weaver
I'd like to hide the sidebar from users so that all that is seen is the current tiddler (I use the zoomin view). Is that available yet in TiddlyWiki5? Also, can this be conditionally set at runtime when a mobile device is detected? Thanks, Jim Weaver -- You received this message because

[tw] Re: TiddlyWiki Hangout #24 is next Wednesday 4th December at 4pm GMT

2013-12-04 Thread Jeremy Ruston
The hangout is about to start over at: https://plus.google.com/hangouts/_/76cpjng21heqetsfdqgks3h594 Best wishes Jeremy On Thu, Nov 28, 2013 at 2:49 PM, Jeremy Ruston jeremy.rus...@gmail.comwrote: TiddlyWiki Hangout #24 will be next Wednesday 4th December at 4pm GMT (and not on our usual

[tw] Re: [TWC] Toggle Single Page mode based on the value of the username cookie?

2013-12-04 Thread Captain Packers
The paramifier doesn't seem to stick. If I open a different tiddler it goes back to a non admin mode (view only, no edit) and the YourName text box is not filled in with the name used in the paramifier. I have to manually enter the name in the text box and refresh the page to make the

[tw] Re: [TWC] sort by defined slice using FET ?

2013-12-04 Thread cmari
Hi Julien, You should be able to use sortBy 'tiddler.title+::valueByteNumber' ascending or did I misunderstand what you want? cmari On Wednesday, December 4, 2013 6:48:18 AM UTC-8, julien23 wrote: Hi All I use ForEachTiddlerPlugin to build electronic communication characteristics

[tw] Re: [TWC] sort by defined slice using FET ?

2013-12-04 Thread julien23
Hi cmari don't ask me why, but it worket out with sortBy 'tiddler.title+::valueByteNumber' *descending* regards Julien Le mercredi 4 décembre 2013 17:33:15 UTC+1, cmari a écrit : Hi Julien, You should be able to use sortBy 'tiddler.title+::valueByteNumber' ascending or did I

[tw] [TWC] how to get a tiddder's alias with $1

2013-12-04 Thread julien23
Hi all Some of my tiddlers have values stored in table : |~|value||h |defaultValue|4| |valueUnit|newtons| |valueType|...| |valueByteNumber|...| I would like to write alias (=defaultValuevalueUnit) in another tiddler. I made for this a tiddler : [[ADU]] with this code inside :

Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Dylan Kinnett
Josh, I'm interested in your project as well so let me try to explain how/what I've learned to make this example. The classes that I borrowed for my table were already a part of the HTML/CSSstructure of TiddlyWiki5. I found them when I looked at the info view for a Tiddler, and inspected the

[tw] [TWC] Slice from external file

2013-12-04 Thread PaulT
I'm sure this has been asked before but I must be using the wrong search terms. I want to include a tiddler from another file. This works fine: tiddler test.html#3 But I want to link to a file in another folder, in the same file structure (Win7). This doesn't work ../test.html#3 While this

[tw] Re: [TWC] Slice from external file

2013-12-04 Thread Eric Shulman
On Wednesday, December 4, 2013 10:05:25 AM UTC-8, PaulT wrote: I'm sure this has been asked before but I must be using the wrong search terms. I want to include a tiddler from another file. This works fine: tiddler test.html#3 Standard TWCore handling for the tiddler macro does NOT support

[tw] Creating a breadcrumb list of tags

2013-12-04 Thread James Weaver
I'm using tags to represent a hierarchy, for example each of these are tags: games, board-games, chess In addition, board-games is tagged games, and chess is tagged board-games The LatvianGambit tiddler is tagged chess As a result, I'd like the LatvianGambit tiddler to display the following

[tw] Re: [TWC] how to get a tiddder's alias with $1

2013-12-04 Thread cmari
Hi Julien, It looks to me as though your tiddler macro does what you've asked about in your subject line (that is, it gets another tiddler's alias), but I don't quite understand the question What code should à use in [[ADU]] to fetch the tiddler's alias ? Can you explain a bit more about

[tw] Re: [TWC] how to get a tiddder's alias with $1

2013-12-04 Thread Eric Shulman
On Wednesday, December 4, 2013 9:47:46 AM UTC-8, julien23 wrote: [[ADU]] with this code inside : [[$1|$1]] (=tiddler [[$1::defaultValue]]tiddler [[$1::valueUnit]]) and I call it in other tiddlers using : tiddler ADU with: theTidlerThatHaveValuesInside What code should à use in

[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-04 Thread Yakov
Hi Oleg, a simple CSS rule in StyleSheet tiddler will do the job: div[tags=].tagged { display: none; } Best regards, Yakov. воскресенье, 1 декабря 2013 г., 6:48:57 UTC+4 пользователь Oleg Viro написал: How to make the tags box of a tiddler hidden each time when the tiddler has no tag?

[tw] Re: TWC. how to hide tags box containing no tags?

2013-12-04 Thread Eric Shulman
On Saturday, November 30, 2013 6:48:57 PM UTC-8, Oleg Viro wrote: How to make the tags box of a tiddler hidden each time when the tiddler has no tag? Add this to your [[StyleSheet]] tiddler: div[tags=].tiddler .tagged { display:none; } enjoy, -e Eric Shulman TiddlyTools / ELS Design

[tw] Re: [TWC] Slice from external file

2013-12-04 Thread PaulT
I'm starting to understand part of my confusion, I did have ExternalTiddlersPlugin loaded and had forgotten it. That's why I am able to display tiddlers from other files in the same starting folder. I guess my problem is understanding how to reference files in other folders. Whether it is

Re: [tw] Re: TWC saving with chrome, still bugged??

2013-12-04 Thread PVHL
Java 7 update 45 broke local, signed TiddlySaver use, and update 25 (IIRC) broke the official, signed jar. The _45 bug is both denied by Oracle support and stated to be fixed in update 51 coming in January. I am hoping to have a signed working jar for use with 51 by the time it is released,

[tw] How to repair damaged Tiddlywiki?

2013-12-04 Thread Юра Милованов
Hi guys! I have a problem with damaged for some reasons Tiddlywiki html file. During loading page a have an error in firebug ReferenceError: main is not defined. Even so, how can I repair data from my local Tiddlywiki? Thanks in advance -- You received this message because you are

[tw] Re: [TWC] Slice from external file

2013-12-04 Thread Eric Shulman
On Wednesday, December 4, 2013 3:22:17 PM UTC-8, PaulT wrote: I'm starting to understand part of my confusion, I did have ExternalTiddlersPlugin loaded and had forgotten it. That's why I am able to display tiddlers from other files in the same starting folder. I guess my problem is

[tw] [TW5] Issues saving on Linux

2013-12-04 Thread Michael Smith
Hey Folks, I'm trying out the new TW5 but I'm having some issues saving and I'm hoping somebody can help me out. I downloaded TiddlyFox and restarted FF. When I open the empty TW5 files that I download and add a new tiddler no saving notification shows. If I close the tab and open the files

Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh
Hi Jeremy Thanks for your reply. 1. Thanks for explaining the two google hangout products. 2. I am not sure what you mean by *using whitespace in templates?*However I love the sound of *...Hardens My Resolve.* It always works out very well for all TW5 users. Thanks for all the great

Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh
Hi Dylan thanks for that example Very much looking forward to trying this. -- 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: Creating a breadcrumb list of tags

2013-12-04 Thread Jonas Susara
Hello, James. Maybe you'd like to try TagsTreePlugin? It can be found here: http://visualtw.ouvaton.org/VisualTW.html It will show your tags in a tree-like structure on the left side. Gah, I've been using it awhile. :) --Jonas -- You received this message because you are subscribed to the

Re: [tw] Re: Creating a breadcrumb list of tags

2013-12-04 Thread Jonas fudgebob dicepants Susara
I am not sure about that coz I haven't tried it in TW5. So... S.O.S to fellow TW fans here! :) On Thu, Dec 5, 2013 at 11:10 AM, Jim Weaver james.l.wea...@gmail.comwrote: Thanks Jonas. Will it work with TW5? Regards, Jim Weaver On Dec 4, 2013, at 10:01 PM, Jonas Susara

Re: [tw] how to create a dropdown field in TW5 based on the contents of another tiddler?

2013-12-04 Thread Josh
Right, Thank you. I understand perfectly. Thanks Jeremy for working on this, and Dylan for your explanations. -- 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: Cross-Linking TiddlyWikis (And Using Anchor Tags in URLs)

2013-12-04 Thread Case Hsu
I just have the same need, thanks for your post and would like to have some contribution too. Yakov's SharedTiddlersPlugin is a great solution. However, if you want to use the old skill of [[TiddlyWiki.html#Tiddler]], I just figure out a new trick: use {{ }} to make it a word. ex:

[tw] Re: TiddlyWiki Hangout #24 is next Wednesday 4th December at 4pm GMT

2013-12-04 Thread Stephan Hradek
We've talked about integrating quotes in lists. I've pushed my changes to the quotelist branch of my fork. It's just 3 lines which need changes. OTOH: I'd add some css classes for easy styling. At the moment TW5's lists are not classed at all. -- You received this message because you are