Re: [tw] Can't save a TW and the file size is zero

2013-11-21 Thread Jeremy Ruston
Hi Josh Firstly, you should only get the appended numbers on tiddler titles if you import a tiddler that already exists. So maybe you're importing twice, or something? Secondly, you may be able to use the following technique to rescue your data: 1. Open your browsers developer tools and locate

Re: [tw] [TW5] I don't yet understand this list and filter stuff…

2013-11-21 Thread Jeremy Ruston
$list filter=[tag[Autogen]tags[]] -Autogen +[sort[title]] ! $view field=title/ So the tags[] function(?) makes all the tags become (virtual) tiddlers? So the tag's value is now the title? [tags[]] is a filter operator. The bit inside the inner square brackets is called the filter operand.

Re: [tw] How to Backup TW5?

2013-11-21 Thread Jeremy Ruston
The download saver is the built-in saver of last resort. It is cross platform, and works on almost any browser, including Chrome, but isn't particularly convenient to use. When you're viewing a TW5 in Chrome you can save by clicking the download button in the right sidebar (it's the right hand

Re: [tw] Re: Save Changes not working

2013-11-21 Thread Jeremy Ruston
On Thu, Nov 21, 2013 at 1:33 AM, roygbiv666 roy.rrjohn...@gmail.com wrote: TiddlyFox is in the Tools menu, yes. And if you download a fresh TW to your hard disc, and then open it in Firefox, do you get the alert from TiddlyFox asking whether saving should be enabled? Best wishes Jeremy

[tw] Help save my Tiddlywiki! Please!

2013-11-21 Thread David Gifford
Oh man I screwed up something. I tried moving search to a sidebar tab. 1. I grabbed the search tiddler from https://dl.dropboxusercontent.com/u/2638511/TW5_test.htm and tagged it $:/tags/SideBar. This, I think, worked okay. 2. I gutted out the search stuff from the sidebar. This is probably

[tw] TiddlyWiki Classic Clinic #9 - RESCHEDULED - Saturday, Nov 23 - 12noon

2013-11-21 Thread Eric Shulman
The TiddlyWiki Classic Clinic offers LIVE online video chat discussions, walk-throughs, immediate, real-time help with all aspects of TiddlyWiki Classic. * ask questions and get solutions to problems you are having * suggest improvements to core features * learn about TiddlyWiki Classic

[tw] Re: Auto close-all?

2013-11-21 Thread Tobias Beer
Hi magev958, In order to use the $ variable you need to enclose your script block in... (function($){ //the code })(jQuery); ...otherwise, javascript in the context of TiddlyWiki wouldn't know that you want to call the jQuery object using $. Other than that, this...

Re: [tw] Re: [TW5] How to keep title togheter with text?

2013-11-21 Thread Jeremy Ruston
Hi Magnus Sorry, I just noticed a typo in what I sent before - it should be: body.tw-body h1, body.tw-body h2, body.tw-body h3, body.tw-body h4 { etc. Best wishes Jeremy On Thu, Nov 21, 2013 at 5:20 PM, magev958 magnus.ev...@gmail.com wrote: hanks, this is exactly what I wanted.

Re: [tw] [TW5] How to keep title togheter with text?

2013-11-21 Thread David Gifford
oooh thanks for that rule, Jeremy, I have never seen that before. On Thu, Nov 21, 2013 at 6:52 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: Hi Magnus You can use the break-after CSS rule to control where column breaks occur: https://developer.mozilla.org/en-US/docs/Web/CSS/break-after

Re: [tw] [TW5] How to keep title togheter with text?

2013-11-21 Thread PMario
On Thursday, November 21, 2013 1:52:49 PM UTC+1, Jeremy Ruston wrote: Hi Magnus You can use the break-after CSS rule to control where column breaks occur: https://developer.mozilla.org/en-US/docs/Web/CSS/break-after http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/

Re: [tw] TW5 design and layout questions

2013-11-21 Thread PMario
On Thursday, November 21, 2013 4:10:43 PM UTC+1, Jeremy Ruston wrote: I appreciate the argument about people maybe wanting to use a field called 'color' for their own purposes. They're already out of luck if they want to use such common terms as 'text' and 'title'; it's a trade off between

[tw] Re: [TW5] Introducing TW5 Magick

2013-11-21 Thread Joshua
Thanks Stephan. Each new example increases the usability of TW5 in my opinion. Joshua On Thursday, November 21, 2013 4:13:48 PM UTC-6, Stephan Hradek wrote: Today I achieved some progress in my work, using TW5 and some List Magic. But as I'm not sure how much I will be allowed to show from

Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-21 Thread Josh
I'd like to be able to search for tiddlers with strings like * at the front, since those tiddlers refuse to open in edit mode. I've also found even TW5 rel 15 doesn't want to save after trying to edit a tiddler with * at the front of the tiddler title. Is it possible to do that given this

Re: [tw] Changing private tiddlers to public.

2013-11-21 Thread Jeremy Ruston
Hi Charis Do you see a privacy roundel like this alongside your tiddler? If you do, you can click it and you'll see a box popup where you can choose to make the tiddler public. If you don't see the roundel you're probably using a theme that displays the same information in a different way.

Re: [tw] TW5 design and layout questions

2013-11-21 Thread PMario
On Thursday, November 21, 2013 5:21:28 PM UTC+1, Jeremy Ruston wrote: With TWc plugins use a prefix for a custom field eg: server.type .. because type may be used by a used allready. So I think best practice would be to say: mytheme.color if it is relevant for my theme only.

Re: [tw] TW5 design and layout questions

2013-11-21 Thread David Gifford
Thanks Jeremy for your responses. I was looking for theme tweaks in core/ui/controlpanel, and also generally, but glazed over the snowwhite tiddlers, assuming that was irrelevant. Silly me. This brings up an additional question: can there be a separate search mechanism for searching shadow and

Re: [tw] How to Backup TW5?

2013-11-21 Thread Josh
Great Thanks Jeremy, I see how the download functionality works in Chrome to allow you to save a backup along side your previous one. Really appreciate your explanation, thanks again. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: Changing private tiddlers to public.

2013-11-21 Thread PMario
You can create a new tiddler _private_ tiddler eg: BatchHandling and paste the following line there tiddler Backstage##BatchOps save done -mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

[tw] [TW5] Introducing TW5 Magick

2013-11-21 Thread Stephan Hradek
Today I achieved some progress in my work, using TW5 and some List Magic. But as I'm not sure how much I will be allowed to show from my real work in public, I thought I'd invest some time and create some examples for you. David inspired me with his TW5 mall

[tw] Re: [OFF-TOPIC] How to study HTML5, CSS3, Javascript?

2013-11-21 Thread kafran
Guys, Thank you all =). It helped a lot. Keep Calm and Go Learn ^^ Att. -- 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.

Re: [tw] Re: [TW5] I don't yet understand this list and filter stuff…

2013-11-21 Thread Jeremy Ruston
Hi Dave TW5 filters are unique to TW5, I'm afraid. The filter docs on tw5.com do cover almost all of the details, but the explanation is clearly inadequate. I'm very happy to answer questions -- particularly if it helps you build up a library of examples that we can share with other users.

Re: [tw] [TW5] How to keep title togheter with text?

2013-11-21 Thread Jeremy Ruston
Hi Magnus You can use the break-after CSS rule to control where column breaks occur: https://developer.mozilla.org/en-US/docs/Web/CSS/break-after http://kmsm.ca/2010/an-almost-complete-guide-to-css3-multi-column-layouts/ In this example, something like this should work: body.tw-body h1, h2,

[tw] Re: [TW5] I don't yet understand this list and filter stuff…

2013-11-21 Thread David Gifford
Hi Jeremy Is the list filter stuff based on a specific computer syntax, or is it custom to TiddlyWiki? In other words, where can I go besides the limited documentation on five.tiddlywiki.com to learn this stuff? At least the for each tiddler plugin had lots and lots of examples from which to

Re: [tw] TW5 design and layout questions

2013-11-21 Thread Jeremy Ruston
On Thu, Nov 21, 2013 at 4:14 PM, PMario pmari...@gmail.com wrote: On Thursday, November 21, 2013 4:10:43 PM UTC+1, Jeremy Ruston wrote: I appreciate the argument about people maybe wanting to use a field called 'color' for their own purposes. They're already out of luck if they want to use

Re: [tw] [TW5] How to keep title togheter with text?

2013-11-21 Thread Jeremy Ruston
On Thu, Nov 21, 2013 at 12:54 PM, David Gifford dgiff...@crcna.org wrote: oooh thanks for that rule, Jeremy, I have never seen that before. Nor me, but I hoped it might be there somewhere. Even better, did you see that you can also have content that spans columns? Best wishes Jeremy On

Re: [tw] Help save my Tiddlywiki! Please!

2013-11-21 Thread David Gifford
One of Murphy's laws is that you can foolproof things, but you can't damnfoolproof them. Do what you like, but sooner or later I will find something I can do to screw it up! :-) Dave On Thursday, November 21, 2013 7:55:09 AM UTC-6, Jeremy Ruston wrote: Well, we do need a safe mode at some

Re: [tw] Help save my Tiddlywiki! Please!

2013-11-21 Thread Jeremy Ruston
Well, we do need a safe mode at some point soon... Best wishes Jeremy On Thu, Nov 21, 2013 at 1:51 PM, David Gifford dgiff...@crcna.org wrote: Sheer genius. Thanks, what a lifesaver! Dave On Thu, Nov 21, 2013 at 7:33 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: Here's a simple way

Re: [tw] Can't save a TW and the file size is zero

2013-11-21 Thread Josh
Hi Ton and Jeremy, Thanks for these tips, *Ton* I haven't tried yours yet, but when I set it up and copy the source code of the TW can I then save that as a html file, and when I open it it would just be like my normal TW right? Sounds Great! Can't wait to try. *Jeremy*That code is

Re: [tw] Help save my Tiddlywiki! Please!

2013-11-21 Thread David Gifford
Sheer genius. Thanks, what a lifesaver! Dave On Thu, Nov 21, 2013 at 7:33 AM, Jeremy Ruston jeremy.rus...@gmail.comwrote: Here's a simple way you can fix it: 1. Click on control panel icon to open the control panel tiddler 2. Replace it's text with: $list filter=[is[system]sort[title]]/

[tw] Re: [TW5] How to keep title togheter with text?

2013-11-21 Thread David Gifford
So in other words, you want that header text to be in the second column rather than at the bottom of the first column. I don't know that there is a fix you can do to AVOID the problem, but in specific instances like this you could put brbr above the !header text and experiment with how many

Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-21 Thread Josh
Jeremy, After closer inspection I realised that the second query did work, I went from 650~ ish tiddlers to 350 which shaved 400+kb off the file size. I found that in both cases after running the queries in the console the console output this undefined line *[08:00:17.196] undefined *not

Re: [tw] Changing private tiddlers to public.

2013-11-21 Thread Eric Shulman
On Thursday, November 21, 2013 7:26:11 AM UTC-8, Jeremy Ruston wrote: Hi Charis Do you see a privacy roundel like this alongside your tiddler? If you do, you can click it and you'll see a box popup where you can choose to make the tiddler public. If you don't see the roundel you're

Re: [tw] [TW5] How to keep title togheter with text?

2013-11-21 Thread Jeremy Ruston
body.tw-body h1, h2, h3, h4 { -webkit-column-break-before:avoid; -moz-column-break-before:avoid; column-break-before:avoid; } shouldn't it be coloumn-break-after : avoid. So it should not break after a header, but before? Doh, yes, thank you Mario, Best wishes Jeremy

Re: [tw] creating a filter to show only duplicate tiddler titles with a number on the end like 2 3 4

2013-11-21 Thread Josh
Hey Jeremy, Thanks, the first query worked great it showed me a list of all the duplicates, however when I ran the second query to delete the duplicates I got an undefined error: *--[08:00:17.194] $tw.wiki.forEachTiddler(function(title,tiddler) {if(/

Re: [tw] Help save my Tiddlywiki! Please!

2013-11-21 Thread Jeremy Ruston
Here's a simple way you can fix it: 1. Click on control panel icon to open the control panel tiddler 2. Replace it's text with: $list filter=[is[system]sort[title]]/ 3. Click done 4. Locate the tiddler $:/core/ui/SideBar and open it 5. Click edit, then delete 6. Watch your sidebar come back Let

[tw] Re: [TW5] How to keep title togheter with text?

2013-11-21 Thread magev958
hanks, this is exactly what I wanted. Unfortunately, it doesn’t work right now. The problem is that neither Firefox nor Webkit seem to support the column break properties. I did however find a solution: add *display: inline-block;*This does seem to work, for now anyway :) body.tw-body h1,

[tw] TW5 design and layout questions

2013-11-21 Thread David Gifford
Hi all Heading off to teach in a moment, but wanted to ask how to do a few things: 1. I don't see a tiddler for the theme tweaks tab in the control panel. I wanted to grab something (the three story width items) from that and put it somewhere else. How does one access the theme tweaks tiddler?

Re: [tw] [TW5] TiddlyWiki Application For Submission Tracking

2013-11-21 Thread Josh
Hi Jeremy and Dylan, Dylan I love what you have been able to achieve over at *http://nocategories.net/tiddlywiki/bestrew.html* I am inspired to see what I can do with Tiddlywiki! 1. Is there a way to insert a date dynamically into a tiddler field? or title? I would like to create a

[tw] Changing private tiddlers to public.

2013-11-21 Thread Charis Green
Hello, I am part of the AMBIT project, and am fairly new to the wiki. It's all been pretty clear, but I'm having a problem changing a private tiddler to a public one. I've gone into advanced mode and clicked batch, but it doesn't come up with any more options. Any ideas? Thanks Charis --

Re: [tw] TW5 design and layout questions

2013-11-21 Thread Jeremy Ruston
Hi Dave 1. I don't see a tiddler for the theme tweaks tab in the control panel. I wanted to grab something (the three story width items) from that and put it somewhere else. How does one access the theme tweaks tiddler? The theme tweaks that are shown are part of the current theme. In the

[tw] TW5 plugin request - Allows you to edit tables using a GUI, and or apply formatting such as headings using a GUI, I am finding it really time consuming to create tables using the syntax.

2013-11-21 Thread Josh
-- 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. Visit

[tw] Re: TW5 plugin request - Allows you to edit tables using a GUI, and or apply formatting such as headings using a GUI, I am finding it really time consuming to create tables using the syntax.

2013-11-21 Thread Stephan Hradek
Are you sure you're not better using Word or something like 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+unsubscr...@googlegroups.com. To post