Re: [tw] [TW5] A quick tab question

2013-11-10 Thread Jeremy Ruston
Hi Julio You can apply a caption to a tab by giving the corresponding tiddler a caption field. The content of that field will be used as the tab label, falling back to the title if that field is missing or empty. Best wishes Jeremy On Sat, Nov 9, 2013 at 11:01 PM, Julio jpe...@gmail.com

Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?

2013-11-10 Thread Jeremy Ruston
Hi Arkady The browse button in TiddlyWiki5 should let you select multiple files - what browser are you using? The easiest way to import a bunch of tiddlers at once is to use a .json file containing an array of tiddler field objects. For example: [ {title:Tiddler1,text:Text of tiddler},

Re: [tw] [TW5] Checkbox Widget in ViewTemplate

2013-11-10 Thread Jeremy Ruston
Hi Sean Try this: $list filter=[tag[category]] variable=listItem $checkbox tag=listItem$link to=listItem$view tiddler=listItem field=title//$link/$checkbox /$list By default, the list widget tracks the current item in the list in the variable currentTiddler - in your original example, that

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Jeremy Ruston
html body.tw-body .tw-tiddlylink-internal {text-decoration: none;font-style: normal;font-weight: bold;color: #7897f3;} do you still need the hmtl body :/ Yes. The stylesheet processing wasn't touched in the recent refactoring. Best wishes Jeremy -- Jeremy Ruston

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Jeremy Ruston
Hi Ton It must be nice to have the refactoring done. Great relief. And lovely to be able to return to working across the whole codebase. I am very pleased with the clone tiddler possibility and the tabs macro. I hope to make much use of it. Great, glad they're looking good. But first I

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-10 Thread Vincent Yeh
Yakov, I was supposed to do something else but couldn't get it off my mind, so decided to spent some time on the table column moving issue (row moving seems to work fine). I found two situations that cause the column moving very slow and one that causes infinite loop: 1. when there are

Re: [tw] [TW5] A quick tab question

2013-11-10 Thread Julio
Hello Jeremy and many thanks! Oh so the fields control that. Ok I will try that then. Jeremy, so just to see if I understood - I add the field name as: Caption - I then will enter the field value as: Tabone (for example above) regards, Julio On Sunday, November 10, 2013

[tw] Re: [TW5] Checkbox Widget in ViewTemplate

2013-11-10 Thread Sean
Jeremy, I had been puzzling over why the currentTiddler was being hijacked. Thanks for explaining it so clearly! If it helps anyone else, below is what I ended up with for a simple checkbox tag hierarchy that starts with any tags tagged as category, then lists sub-tags and sub-sub-tags

Re: [tw] [TW5] A quick tab question

2013-11-10 Thread David Gifford
Yes, Julio, that is correct. Just learned it myself. Blessings On Sunday, November 10, 2013 10:03:10 AM UTC-6, Julio wrote: Hello Jeremy and many thanks! Oh so the fields control that. Ok I will try that then. Jeremy, so just to see if I understood - I add the field name as:

[tw] Re: A View Mode Editor and a simple Calcualtor

2013-11-10 Thread Yakov
Hi Vincent, I've updated the plugins and have done some testing.. I have problems with moving colomns in quite a simple test case: in my setup (Win7 x64 + Opera 12.16 + TW 2.6.5 + latest .min versions of the plugins + some plugins -- STP, NestedSlidersPlugin, minor tweaks) with a tiddler as

[tw] Re: Stylesheets and how they interact

2013-11-10 Thread Yakov
Hi Mario, nice trick with an updatable shadow. May be you also know how to solve the following problem: * I have a plugin which applies some styling, one rule is this:.c:before { content: [; color: [[ColorPalette::Foreground]]; } * I have another plugin which changes ColorPalette (to

[tw] Re: Stylesheets and how they interact

2013-11-10 Thread Eric Shulman
On Sunday, November 10, 2013 9:24:38 AM UTC-8, Yakov wrote: * ... recalc the styling on change of the ColorPalette Any ideas? Try adding this to your plugin: store.addNotification(ColorPalette,refreshStyles); enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios HELP ME TO HELP YOU -

Re: [tw] [TW5] A quick tab question

2013-11-10 Thread Julio Peña
Jeremy and Dave, Good, worked like a charm! Thanks for the guidance. Julio On Sunday, November 10, 2013 12:06:57 PM UTC-5, David Gifford wrote: Yes, Julio, that is correct. Just learned it myself. Blessings On Sunday, November 10, 2013 10:03:10 AM UTC-6, Julio wrote: Hello Jeremy and

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Ton Gerner
Hi Jeremy, Thanks for the help. My top menu with toolbar is now working again in TW5alpha13 and the updated guide is available in my Dropbox (links to it from TW5 Dave's mall). I had to repair my Hidden sidebar theme by replacing 'storyriver width' by 'tw-tiddler-frame width' to increase the

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Jeremy Ruston
Hi Ton I've just successfully tested saving to TiddlySpot with alpha-13. What browser/OS are you using? Best wishes Jeremy On Sun, Nov 10, 2013 at 5:52 PM, Ton Gerner ton.ger...@gmail.com wrote: Hi Jeremy, Thanks for the help. My top menu with toolbar is now working again in TW5alpha13

Re: [tw] [TW5] A quick tab question

2013-11-10 Thread Jeremy Ruston
The field name is caption. It's best to use field names in lowercase in TiddlyWiki for consistency. Best wishes Jeremy On Sun, Nov 10, 2013 at 5:29 PM, Julio Peña jpe...@gmail.com wrote: Jeremy and Dave, Good, worked like a charm! Thanks for the guidance. Julio On Sunday, November

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Ton Gerner
Hi Jeremy, Firefox 25, Windows 7 64-bit. That combination I used with alpha10 also. I just tested with Chrome 30 and I succeeded in uploading. Repeated with FF but got the mentioned Javascript error again Cheers, Ton On Sunday, November 10, 2013 7:33:28 PM UTC+1, Jeremy Ruston wrote: Hi Ton

[tw] Re: Stylesheets and how they interact

2013-11-10 Thread anton . aylward
I'm unclear on the 'granularity of the CSS tagging within a tiddler. If I enter a number of lines of text, each seperated by a newline, just that, not a double newline to geenrate a blank line, then there is no spacing, there this no 'after paragraph margin'. I don't want that full blank line

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Jeremy Ruston
Hi Ton I'm seeing the same error in Firefox. The error suggests that the problem is that the XMLhttprequest is disallowed by Firefox for security reasons. Once you've got the wiki saved to TiddlySpot in Chrome you should be able to visit it at x.tiddlyspot.com in Firefox and save OK - can you

Re: [tw] [TW5] A quick tab question

2013-11-10 Thread Julio Peña
Jeremy, yes, That's exactly how I did it...all lowercase...good to know. Julio On Sunday, November 10, 2013 1:34:51 PM UTC-5, Jeremy Ruston wrote: The field name is caption. It's best to use field names in lowercase in TiddlyWiki for consistency. Best wishes Jeremy On Sun, Nov 10,

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Ton Gerner
Hi Jeremy, I CANNOT save in FF to my newly made TiddlySpot site uploaded in Chrome. I get a window to open or save a file with a strange name (2eccb161). I CAN save in FF to my TiddlySpot site made with alpha10; after a few seconds I get the familiar 0 - Fileindex.html message. Cheers,

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Jeremy Ruston
I CANNOT save in FF to my newly made TiddlySpot site uploaded in Chrome. I get a window to open or save a file with a strange name (2eccb161). It sounds like it's falling back to the download saver. Have you re-entered your password in the TiddlySpot tiddler? The password is stored

Re: [tw] TW5 refactoring questions

2013-11-10 Thread Ton Gerner
Hi Jeremy, You are right, I forgot to re-enter my password. Now it is working. Thanks, Ton On Sunday, November 10, 2013 8:04:38 PM UTC+1, Jeremy Ruston wrote: I CANNOT save in FF to my newly made TiddlySpot site uploaded in Chrome. I get a window to open or save a file with a strange name

[tw] Re: Stylesheets and how they interact

2013-11-10 Thread PMario
TiddlyWiki classic doesn't create paragraph p elements. That's why there are some styling problems. It allways creates br elements for linebreaks. div[tags~=Storyline].tiddler .viewer .p {margin-bottom: 5px; } try padding-bottom div[tags~=Storyline].tiddler .viewer .p {padding-bottom: 5px;

[tw] TW5 misc questions

2013-11-10 Thread David Gifford
1. Why doesn't this actually do anything to my links since the refactoring? /*LINKS - STORY RIVER*/ html body.tw-body a.tw-tiddlylink-internal {text-decoration: none;font-style: normal;font-weight: bold;color: #aa;} html body.tw-body a.tw-tiddlylink-missing {tfont-style: italic;font-weight:

Re: [tw] Re: Stylesheets and how they interact

2013-11-10 Thread Anton Aylward
PMario said the following on 11/10/2013 02:19 PM: [...] -- The following stuff may not work for youbut who knows. For me it increases the readability of the source text a lot. I use it with all of my spaces. That interesting and I can see cases where it applies. Just a matter of

[tw] Re: Using TiddlyWiki 5 for contacts

2013-11-10 Thread Smandoli
Dave, your site has provided an encouraging glimpse of TW5. Thank you. On Sunday, David Gifford wrote: At http://www.giffmex.org/tw5mall.htm ... Tells in fairly simple language how to use TW5 as a contact manager. -- You received this message because you are subscribed to the Google

Re: [tw] TW5 misc questions

2013-11-10 Thread Jeremy Ruston
Hi Dave On Sun, Nov 10, 2013 at 9:00 PM, David Gifford dgiff...@crcna.org wrote: 1. Why doesn't this actually do anything to my links since the refactoring? /*LINKS - STORY RIVER*/ html body.tw-body a.tw-tiddlylink-internal {text-decoration: none;font-style: normal;font-weight: bold;color:

Re: [tw] Re: Stylesheets and how they interact

2013-11-10 Thread Anton Aylward
PMario said the following on 11/10/2013 02:19 PM: [...] -- The following stuff may not work for youbut who knows. For me it increases the readability of the source text a lot. I use it with all of my spaces. Then surely in my case this should work. br {margin-bottom: 15px; } But it

Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?

2013-11-10 Thread Arkady Grudzinsky
On Sunday, November 10, 2013 09:02, Jeremy Ruston wrote regarding Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?: The browse button in TiddlyWiki5 should let you select multiple files - what browser are you using? Firefox 24.0 for Linux. Just double-checked.

[tw] Re: Using TiddlyWiki 5 for contacts

2013-11-10 Thread David Gifford
Thanks Smandoli! This weekend, with the refactoring, I got all excited and whipped up this, still in process: http://giffmex.org/builditright.html. An even bigger glimpse of what TW5 can become! Blessings, Dave On Sunday, November 10, 2013 3:31:14 PM UTC-6, Smandoli wrote: Dave, your site

Re: [tw] Re: Stylesheets and how they interact

2013-11-10 Thread Anton Aylward
Anton Aylward said the following on 11/10/2013 05:09 PM: PMario said the following on 11/10/2013 02:19 PM: [...] -- The following stuff may not work for youbut who knows. For me it increases the readability of the source text a lot. I use it with all of my spaces. Then surely in my

Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?

2013-11-10 Thread Jeremy Ruston
Hi Arkady On Sun, Nov 10, 2013 at 10:32 PM, Arkady Grudzinsky agrudzin...@gmail.comwrote: Firefox 24.0 for Linux. Just double-checked. I cannot select multiple files using the Browse button, for some reason. It could be some parameter of the button which has different default value in

[tw] Another q

2013-11-10 Thread David Gifford
Why doesn't this render the double break between the blurb field and the next list entry? Tried moving the breaks around but they all look bad. $list filter=[is[current]tagging[]sort[title]]$link to={{!!title}}$transclude field=title//$linkbr$transclude field=blurb

[tw] Re: Another q

2013-11-10 Thread PMario
On Monday, November 11, 2013 12:03:15 AM UTC+1, David Gifford wrote: Why doesn't this render the double break between the blurb field and the next list entry? Tried moving the breaks around but they all look bad. $list filter=[is[current]tagging[]sort[title]]$link

[tw] Re: Auto close-all?

2013-11-10 Thread Tobias Beer
Don't bother your brain with it, a few clicks never kill anyone. It sounds easy to mess up for me ;) I will on the other hand be forever grateful if you help me with the sanitizeing thing. If I understode you right I put the code in the last part of the script like this:

[tw] Yet another q - eliminating gradients for vertical lists in sidebar

2013-11-10 Thread David Gifford
Hi all How can I eliminate the gradients in the tabs of the more sidebar? Tried heaps of things. Your patience with my questions will pay off...for those who want a taste, see http://giffmex.org/builditright.html Dave -- You received this message because you are subscribed to the Google

[tw] Re: Another q

2013-11-10 Thread David Gifford
Thanks Mario! Now how do I fix it? Dave On Sunday, November 10, 2013 5:18:33 PM UTC-6, PMario wrote: On Monday, November 11, 2013 12:03:15 AM UTC+1, David Gifford wrote: Why doesn't this render the double break between the blurb field and the next list entry? Tried moving the breaks

Re: [tw] Re: Stylesheets and how they interact

2013-11-10 Thread PMario
On Sunday, November 10, 2013 10:26:43 PM UTC+1, Anton Aylward wrote: I suppose I need those br's changed to /pp when they terminate a paragraph and the next item is a paragraph. Skip headers and lists. That really needs to get back in to the formatter, somehow. IMO this won't work, since

Re: [tw] TW5 misc questions

2013-11-10 Thread David Gifford
Hi Jeremy The internal link change worked great. Whew! I had tried a million combinations. The tags/SideBar trick, however, did not work. See http://giffmex.org/builditright.html and you will see I adjusted the list of that tiddler, with no change on the order of the tabs. Dave On Sunday,

[tw] Re: Another q

2013-11-10 Thread PMario
not sure. try: $list filter=[is[current]tagging[]sort[title]]$link to={{!!title}}$transclude field=title//$linkbr$transclude field=blurb format=text/$transcludebrbr/$list -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: Yet another q - eliminating gradients for vertical lists in sidebar

2013-11-10 Thread PMario
On Monday, November 11, 2013 12:26:28 AM UTC+1, David Gifford wrote: Hi all How can I eliminate the gradients in the tabs of the more sidebar? Tried heaps of things. There is a CSS definition somewhere. may be: $:/themes/tiddlywiki/snowwhite/base change .tw-more-sidebar

[tw] Re: [TWC] matchTags links with a slider

2013-11-10 Thread Tobias Beer
Hi Yaya, Mhhh, would you be able to make a test-wiki available somewhere? Thanks, 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

[tw] Re: how to trigger an image according to a tag

2013-11-10 Thread Tobias Beer
It sounds as if you can achieve this using *PaintrPlugin*... http://paintr.tiddlyspace.com for example... http://paintr.tiddlyspace.com/#PaintrConfig Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

Re: [tw] Re: Yet another q - eliminating gradients for vertical lists in sidebar

2013-11-10 Thread David Gifford
Sadly, doesn't work... On Sun, Nov 10, 2013 at 5:46 PM, PMario pmari...@gmail.com wrote: On Monday, November 11, 2013 12:26:28 AM UTC+1, David Gifford wrote: Hi all How can I eliminate the gradients in the tabs of the more sidebar? Tried heaps of things. There is a CSS definition

Re: [tw] Re: Another q

2013-11-10 Thread David Gifford
Well, your answer showed me I had mixed transclude and view. I changed both to view and it worked! On Sun, Nov 10, 2013 at 5:40 PM, PMario pmari...@gmail.com wrote: not sure. try: $list filter=[is[current]tagging[]sort[title]]$link to={{!!title}}$transclude field=title//$linkbr$transclude

Re: [tw] alternatives to IntelliTaggerPlugin ? TagSearch, x-plore: Great plugins, great Support.

2013-11-10 Thread Tobias Beer
Hello Tobias, I got a question about your suggestion: Is this something I can do individually just by editing the EditTemplate or is it a general propositions for the developpement oft TWC which needs programming in the core? Could this be done by an orderTagsplugin? If this was

[tw] how I upgraded mGSD in Firefox

2013-11-10 Thread skierpage
I've been using the mGSD http://mgsd.tiddlyspot.com/#mGSD variant of TiddlyWiki for years, but it stopped upgrading core TiddlyWiki and then stopped being able to save. I couldn't import newer core into it, getting the dread TypeError: netscape.security.PrivilegeManager is undefined. I finally

[tw] [TW5] TiddlyWiki Application For Submission Tracking

2013-11-10 Thread Dylan Kinnett
For some time now I've been looking https://github.com/dylan-k/bestrewfor a good way to build a tool I can use to keep track of written manuscripts, venues for publication, submissions to those venues and so on. This weekend I discovered TiddlyWiki5, and it seems like a very good way to get

[tw] TW5: Extracting tiddlers and other questions

2013-11-10 Thread sjensen1688
Hi, I am trying to extract tiddlers from a TW5 tiddlywiki that I created. I am trying to extract the system tiddlers. I want to extract the ones I created and then rebuild the tiddlywiki with the latest code (upgrade). However, when I try to extract the tiddlers using the following command I

Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?

2013-11-10 Thread Arkady Grudzinsky
On Sunday, November 10, 2013 22:54, Jeremy Ruston wrote regarding Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?: I've just tested Firefox 25 for OS X, and it does the multiple selection properly. Maybe it's a Linux thing? It could be. I'll keep an eye on

Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?

2013-11-10 Thread Arkady Grudzinsky
On Sunday, November 10, 2013 09:02, Jeremy Ruston wrote regarding Re: [tw] Re: [TW5] Is there a way to import multiple tiddlers from a single file?: You can import a JSON file with drag and drop in the browser, or via the --load command under node.js. Jeremy, Sorry, I'm not very familiar

Re: [tw] Re: Yet another q - eliminating gradients for vertical lists in sidebar

2013-11-10 Thread Stephan Hradek
You also need to remove it from here: .tw-more-sidebar .tw-tab-buttons button No time atm, but will try to give you a proper css for this. Patching the CSS is not the way to go ;) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe