[tw] [TW5] Namespace folding

2014-02-13 Thread UBi
Hello all, after reading about the Naming of System Tiddlers on http://www.tiddlywiki.com I was wondering wether there already exists a plugin/macro to display tiddler names in a Explorer-like foldable manner. If not, I'd like to propose one. I think that for newbies it would lower the

[tw] TW5 Upload PHP customization

2014-02-13 Thread Danielo Rodríguez
Hello, Now that I can upload my TW directly to my server I want to run some custom functions after a successfully upload. I suppose that I have to add my new lines inside the if statement that starts at line 309, but I 'm not sure where. Jeremy, could you please confirm where should I? Here

Re: [tw] TW5 Upload PHP customization

2014-02-13 Thread Jeremy Ruston
Hi Danielo With the proviso that I don't know PHP, that looks like the right place. Best wishes Jeremy On Thu, Feb 13, 2014 at 11:07 AM, Danielo Rodríguez rdani...@gmail.comwrote: Hello, Now that I can upload my TW directly to my server I want to run some custom functions after a

Re: [tw] [TW5] Namespace folding

2014-02-13 Thread Jeremy Ruston
Hi Uwe Yes, the plan is to use just such a technique to navigate the system and shadow tabs. Best wishes Jeremy On Thu, Feb 13, 2014 at 9:31 AM, UBi u...@kefc.de wrote: Hello all, after reading about the Naming of System Tiddlers on http://www.tiddlywiki.com I was wondering wether there

Re: [tw] [TW5] Namespace folding

2014-02-13 Thread UBi
Hi Jeremy, Thank you, that sounds good. Will this technique be generic? Would it be usable for own tiddler hierarchies apart from system and shadow tiddlers? Regards Uwe Am Donnerstag, 13. Februar 2014 12:41:40 UTC+1 schrieb Jeremy Ruston: Hi Uwe Yes, the plan is to use just such a

[tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Leo Staley
On Wednesday, February 12, 2014 3:55:18 AM UTC-7, Ton Gerner wrote: Hi Leo, On Wednesday, February 12, 2014 2:13:17 AM UTC+1, Leo Staley wrote: Hey, Ton! Great work. Thanks. First of all, I want to say I am an end-user like you; I'am not a developer/programmer. Keep that in mind. I

Re: [tw] [TW5] Namespace folding

2014-02-13 Thread Jeremy Ruston
The rough idea is that it would work by identifying common prefixes and so should work with any left-to-right hierarchical naming scheme. Best wishes Jeremy On Thu, Feb 13, 2014 at 12:22 PM, UBi u...@kefc.de wrote: Hi Jeremy, Thank you, that sounds good. Will this technique be generic?

[tw] Re: [TW5] Offline Plugins

2014-02-13 Thread Leo Staley
That plugin is made to work with TiddlyWiki Classic [TWC]. Because the core code is so different in TW5, plugins have zero backwards compatibility. Get Tiddlywiki Classic from http://classic.tiddlywiki.com On Wednesday, February 12, 2014 4:35:59 PM UTC-7, MetalSoviet wrote: I'm trying to use

[tw] Re: [TW5] Centralizing resources

2014-02-13 Thread Leo Staley
I'm actually working on it, as well as working on compiling a lot of the most useful info from this Google Group. I'm gonna have it available soon, when it actually has some substance. On Wednesday, February 12, 2014 10:55:15 AM UTC-7, RA wrote: We have a ton of good material coming from

Re: [tw] TW5 Upload PHP customization

2014-02-13 Thread Danielo Rodríguez
Oh, sorry I though you wrote the script. Who is the magician then? El jueves, 13 de febrero de 2014 12:41:05 UTC+1, Jeremy Ruston escribió: Hi Danielo With the proviso that I don't know PHP, that looks like the right place. Best wishes Jeremy On Thu, Feb 13, 2014 at 11:07 AM, Danielo

Re: [tw] TW5 Upload PHP customization

2014-02-13 Thread Jeremy Ruston
The code was originally written by a contributor named BidiX, who is the owner of the repo: https://code.google.com/p/bidix/ BidiX created the original PHP upload script, and then enhanced it through a succession of updates (the later ones are called TiddlyHome). Best wishes Jeremy On Thu,

[tw] Password protection for editing TW5 on node.js, deployed on own server

2014-02-13 Thread iani
Hello, is there a way to set a password for editing a TiddlyWiki that is hosted on an own server with node.js? I would like to create a TiddlyWiki on an own server, served via node.js. The wiki should only be editable by myself, but open for viewing to everybody. I am looking at the

[tw] Re: [TW5] Offline Plugins

2014-02-13 Thread MetalSoviet
So what plugins could you advise me to install to get what I need? El miércoles, 12 de febrero de 2014 16:15:43 UTC-5, MetalSoviet escribió: Can I install plugins in my tiddly wiki for offline use? If it's possible, how? I'm interested in plugins that allow me to write math expressions and

[tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Ton Gerner
Hi Leo, On Thursday, February 13, 2014 1:39:09 PM UTC+1, Leo Staley wrote: On Wednesday, February 12, 2014 3:55:18 AM UTC-7, Ton Gerner wrote: Hi Leo, On Wednesday, February 12, 2014 2:13:17 AM UTC+1, Leo Staley wrote: Hey, Ton! Great work. Thanks. First of all, I want to say I am an

[tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Leo Staley
On Wednesday, February 12, 2014 3:50:51 AM UTC-7, PMario wrote: On Wednesday, February 12, 2014 2:13:17 AM UTC+1, Leo Staley wrote: .. If you open a new tiddler, the previous one is hidden, but its title is visible in the TiddlersBar in a greyed out color, as if they were in tabs.

[tw] delete or close multiple tiddlers in tw5

2014-02-13 Thread vadiraj bidarahalli
Hi, I love tw5. But is there any way to select multiple tiddlers and delete at once. Also is there any way to close all tiddlers except current one. or even close all open tiddlers..? vadiraj -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Password protection for editing TW5 on node.js, deployed on own server

2014-02-13 Thread Danielo Rodríguez
I think that only people with the password are able to save. Otherwise changes are not permanent. But I'm not sure! -- 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: delete or close multiple tiddlers in tw5

2014-02-13 Thread Stephan Hradek
Am Donnerstag, 13. Februar 2014 15:35:56 UTC+1 schrieb vadiraj bidarahalli: Also is there any way to close […] all open tiddlers..? Open-Tab - Look at the bottom of the listed tiddlers and finde close all @Jeremy: This question appears so often, I think the Close all needs to be more

[tw] delete or close multiple tiddlers in tw5

2014-02-13 Thread Danielo Rodríguez
There is a hidden button close other tiddlers that you can enable in each tiddler. That way you can close all except one. Massive deletions would be awesome but I'm affaid is not yet possible. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

Re: [tw] delete or close multiple tiddlers in tw5

2014-02-13 Thread Jeremy Ruston
Hi Vadiraj There's no support for bulk operations at the moment, I'm afraid, but it is planned. You can close all open tiddlers with the close all link at the bottom of the open sidebar tab - it's pale grey until you hover over it, so it's not obvious that it is there. You can add a close

Re: [tw] TW5 Upload PHP customization

2014-02-13 Thread Danielo Rodríguez
Maybe someone php skilled could help me. Anyone? -- 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,

[tw] delete or close multiple tiddlers in tw5

2014-02-13 Thread Danielo Rodríguez
Oops simultaneous answers!! Jeremy, why the close others button is not available by default? I think it's very useful and falls in average users expectations. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

Re: [tw] Password protection for editing TW5 on node.js, deployed on own server

2014-02-13 Thread Jeremy Ruston
Hi Iannis At present TW5 serving under Node.js only supports private wikis (where you need to use the user name and password to see the wiki at all), or public wikis (where the content can be viewed and editted by anyone). We need to add support for protected wikis, where the content is read-only

[tw] close or delete multiple tiddlers in tw5

2014-02-13 Thread vadiraj bidarahalli
How do I close multiple tiddlers at once in tw5.? also I want to delete a set of tiddlers at once .is it possible in tw5.? vadiraj -- 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] close or delete multiple tiddlers in tw5

2014-02-13 Thread Danielo Rodríguez
Why are you asking the same question in different order? -- 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

[tw] close or delete multiple tiddlers in tw5

2014-02-13 Thread vadiraj bidarahalli
I am sorry.. I thought it didnt get posted... so I wrote it again.. I am new to google groups... vadiraj -- 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] delete or close multiple tiddlers in tw5

2014-02-13 Thread vadiraj bidarahalli
Thanks for the reply... I have one more question. I had been using zim wiki for last one year... but now a days its hanging while I search for any text.. may be because of too many files... I am not sure.. now I want to import all of them into tw5. How best this can be acieved.? not sure

[tw] delete or close multiple tiddlers in tw5

2014-02-13 Thread vadiraj bidarahalli
Also, note that in many notes there are screenshots pasted.. -- 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

[tw] Re: Stylesheet editing?

2014-02-13 Thread Leo Staley
I've found where the CSS sheet is that's telling the page what to do with the story river and the side bar. it's in $:/themes/tiddlywiki/vanilla/base. In order to do what I want, I'd need to change the stuff under page layout, and tiddler styles. (then, or course, put those in a separate

Re: [tw] [TW5] PSA: searching - a formal grammar

2014-02-13 Thread Mike
Please credit me as Tikkoneus. Thanks! On Monday, February 10, 2014 11:23:28 AM UTC-5, Jeremy Ruston wrote: Hi Mike On Sat, Feb 8, 2014 at 3:44 PM, Mike hijod...@gmail.com javascript:wrote: Yes, you can absolutely repost the grammar on tw.com; I'd be honoured to have contributed even a

[tw] Re: [TW5] PSA: searching - a formal grammar

2014-02-13 Thread Stephan Hradek
Mistakes I found: opt-whitespaces is not optional. At the moment you require at least one whitespace character opt-whitespace is missing the closing string-type-1 string-type-2 are not explained The grammar is not defining the differences between quoted and unquoted strings. It's just a

[tw] Re: How to call a MySql database?

2014-02-13 Thread whatever
In TWC you can use Jack's SQLQueryPlugin (1), however, it only works in Internet Explorer on Windows as it uses ActiveX. And you also need database drivers. (1) http://jackparke.googlepages.com/jtw.html#SQLQueryPlugin w On Thursday, February 13, 2014 3:50:54 AM UTC+1, Alex S. Garcia wrote:

Re: [tw] Re: [TW5] PSA: searching - a formal grammar

2014-02-13 Thread Jeremy Ruston
Hi Mike, Stephan Thanks, I've updated Mike's credit here: https://github.com/Jermolene/TiddlyWiki5/commit/dc8e84fcb70edd947218ad766a6b8e325ce3fa18 On Thu, Feb 13, 2014 at 3:40 PM, Stephan Hradek stephan.hra...@gmail.comwrote: Mistakes I found: opt-whitespaces is not optional. At the moment

[tw] Re: Footnotes [TW5]

2014-02-13 Thread Julio Peña
Hello Stephan, That was a question that I was about to post before I saw this...if fields could be used for such. Actually that's a nifty idea once some type of syntax can be agreed upon. One tiddler for text and ref links. Once you click on any one of them, one will get another tiddler with

[tw] Hiding/Showing Tiddler Link Lists

2014-02-13 Thread runforestrun61
Hi all, this is my first post. First of all I'd like to say that I've been looking for the most secure, customizable and cross-platform note taking tool for a long time. I've used Evernote, OneNote, Basket Note Pads, but this is by far the most amazing and cool thing I've ever been able to get

Re: [tw] Re: Footnotes [TW5]

2014-02-13 Thread Jeremy Ruston
Can anyone summarise the hangout discussion? The discussion starts here: https://www.youtube.com/watch?feature=player_detailpagev=0xWd4nhlQoE#t=6299 To summarise, I was trying to explore whether people were after: * The specific interactive effect of clicking on a footnote link and being

[tw] TW5: questions about how and where tiddlers open

2014-02-13 Thread Andrew Lister
If I click on a link within tiddler A to tiddler B, but B is already open down below my visible screen area (because tiddler A is fairly long), shouldn't the TW jump me down to the other tiddler? Similarly, if tiddler B is not already open it will open, but down below my visible screen area.

[tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread PMario
On Thursday, February 13, 2014 3:11:20 PM UTC+1, Leo Staley wrote: On Wednesday, February 12, 2014 3:50:51 AM UTC-7, PMario wrote: On Wednesday, February 12, 2014 2:13:17 AM UTC+1, Leo Staley wrote: .. If you open a new tiddler, the previous one is hidden, but its title is visible in

Re: [tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Jeremy Ruston
... which basically means to create a new feature request at github, to allow the list filter to understand the HistoryList content. ... I'd need to have a look at the source, if it does already. The problem of course at the moment is that the history list is a JSON tiddler containing an array,

[tw] Re: delete or close multiple tiddlers in tw5

2014-02-13 Thread PMario
On Thursday, February 13, 2014 4:15:33 PM UTC+1, vadiraj bidarahalli wrote: Also, note that in many notes there are screenshots pasted.. How big in file size are they? -m -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

[tw] importing notes from zim wiki

2014-02-13 Thread vadiraj bidarahalli
I had been using zim wiki for last one year... but now a days its hanging while I search for any text.. may be because of too many files... I am not sure.. now I want to import all of them into tw5. How best this can be achieved.? Many notes have screenshots pasted. not sure if this is a

[tw] Re: delete or close multiple tiddlers in tw5

2014-02-13 Thread vadiraj bidarahalli
small ones.. max file size 1MB I guess On Thursday, February 13, 2014 11:15:23 PM UTC+6, PMario wrote: On Thursday, February 13, 2014 4:15:33 PM UTC+1, vadiraj bidarahalli wrote: Also, note that in many notes there are screenshots pasted.. How big in file size are they? -m -- You

[tw] tw classic and tw5

2014-02-13 Thread vadiraj bidarahalli
Does tw classic has more functionalities than tw5? I mean is it very stable one? has more plugins etc..? If I use tw classic now and may be one year after I want to switch to TW5, is it possible to import all tiddlers to new one? Regards Vadiraj -- You received this message because you are

Re: [tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Jeremy Ruston
I've gone ahead with the change to the navigator widget to maintain the current-tiddler field on the history list object: https://github.com/Jermolene/TiddlyWiki5/commit/9bb600299f237f566e8aba6379c7bcdc8ed5e236 Best wishes Jeremy. On Thu, Feb 13, 2014 at 5:11 PM, Jeremy Ruston

[tw] Images in TW5

2014-02-13 Thread RunningUtes
Apparently images aren't working the same in TW5 as in TW classic The old format of: [img[http://wikitext.tiddlyspace.com/fractalveg.jpg]] no longer works. I have seen the Images in WikiText option using {{Motovun Jack.jpg}} , but this is not an option in most wikis due to the increase in file

[tw] Re: delete or close multiple tiddlers in tw5

2014-02-13 Thread PMario
On Thursday, February 13, 2014 6:20:18 PM UTC+1, vadiraj bidarahalli wrote: small ones.. max file size 1MB I guess ... One meg for a screen shot. I'd like to have your monitor ;) I did a 1920x1080 full HD screenshot of my desktop ... in gif format. This gif needs 137kByte (lossless). So if

Re: [tw] Re: How to call a MySql database?

2014-02-13 Thread Alex S. Garcia
On Thursday 13 February 2014, Stephan Hradek wrote: [TW5] or [TWc]? Not sure, but whichever is the oldest, as I've been running this for a couple of years -- so I'm assuming TWc? Alex. -- - http://www.alexsgarcia.com/

Re: [tw] Re: How to call a MySql database?

2014-02-13 Thread Alex S. Garcia
On Thursday 13 February 2014, whatever wrote: In TWC you can use Jack's SQLQueryPlugin (1), however, it only works in Internet Explorer on Windows as it uses ActiveX. And you also need database drivers. The server and database are both on a linux box, so IE is not an option (not to mention, I

Re: [tw] Re: How to call a MySql database?

2014-02-13 Thread Eric Shulman
On Thursday, February 13, 2014 10:26:25 AM UTC-8, Alex S. Garcia wrote: Not sure, but whichever is the oldest, as I've been running this for a couple of years -- so I'm assuming TWc? TWC contains a copy of jQuery... stackoverflow.com has an article [1] describes the basic code technique

[tw] Re: tw classic and tw5

2014-02-13 Thread PMario
On Thursday, February 13, 2014 6:38:59 PM UTC+1, vadiraj bidarahalli wrote: Does tw classic has more functionalities than tw5? The core ... no With plugins ... yeees I mean is it very stable one? TWc is very stable. TW5 is still bata. But what you can download from tiddlywiki.com is

[tw] Re: Hiding/Showing Tiddler Link Lists

2014-02-13 Thread Ton Gerner
Hi Scott, There is no javascript involved. I am an end-user, no developer/programmer. It all uses TiddlyWiki filters, list, etc. The menu uses a slider macro (at the start of the menu tiddler) \define slider(label,text) $button popup=$:/state/$label$ class=btn-invisible tw-slider$list

Re: [tw] Re: [TW5] PSA: searching - a formal grammar

2014-02-13 Thread Stephan Hradek
Am Donnerstag, 13. Februar 2014 16:48:52 UTC+1 schrieb Jeremy Ruston: Hi Mike, Stephan Thanks, I've updated Mike's credit here: https://github.com/Jermolene/TiddlyWiki5/commit/dc8e84fcb70edd947218ad766a6b8e325ce3fa18 On Thu, Feb 13, 2014 at 3:40 PM, Stephan Hradek

[tw] Re: Images in TW5

2014-02-13 Thread Jonathan Emmert
If I remember correctly right now links external images are not working in TW5. Perhaps someone else can confirm...? Jonathan On Thursday, February 13, 2014 1:02:12 PM UTC-5, RunningUtes wrote: Apparently images aren't working the same in TW5 as in TW classic The old format of:

Re: [tw] Re: delete or close multiple tiddlers in tw5

2014-02-13 Thread Jeremy Ruston
@Jeremy: This question appears so often, I think the Close all needs to be more prominent. I've made the text a bit darker: Jeremy, why the close others button is not available by default? I think it's very useful and falls in average users expectations. I'm trying to keep the default toolbar

Re: [tw] Re: delete or close multiple tiddlers in tw5

2014-02-13 Thread Jeremy Ruston
Whoops, I left off the commit URL: https://github.com/Jermolene/TiddlyWiki5/commit/28212f08b2b358efc016da4e818b9396ad694510 Best wishes Jeremy On Thu, Feb 13, 2014 at 7:25 PM, Jeremy Ruston jeremy.rus...@gmail.comwrote: @Jeremy: This question appears so often, I think the Close all needs

[tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Jonathan Emmert
Ton, I did a lot of digging into your left menu and got it working on my site (even with a slightly different theme) - AND I LOVE IT! Thank you for putting this together. My wiki is much more navigable now. Many thanks! Jonathan On Tuesday, February 11, 2014 2:59:16 PM UTC-5, Ton Gerner

[tw] Re: [TW5] TiddlersBar or Breadcrumbs

2014-02-13 Thread Ton Gerner
Glad you like it. Cheers, Ton On Thursday, February 13, 2014 8:28:02 PM UTC+1, Jonathan Emmert wrote: Ton, I did a lot of digging into your left menu and got it working on my site (even with a slightly different theme) - AND I LOVE IT! Thank you for putting this together. My wiki is

Re: [tw] Re: How to call a MySql database?

2014-02-13 Thread Alexandre Garcia
TWC contains a copy of jQuery... I'm actually using a modified version of TW called TiddlyWiki Write (http://www.ljcohen.net/resources-wiki.html) -- though I'm running an older version than the one listed on there at the moment (mine is from 2010). So to be sure, I searched my TW file for

[tw] Re: TW5 TiddlerLists?

2014-02-13 Thread Stephan Hradek
Am Freitag, 7. Februar 2014 16:31:11 UTC+1 schrieb Alberto Molina: It would be great if other fields could be used as lists. Check http://tiddlystuff.tiddlyspot.com Selfmade Lists. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: TW5 TiddlerLists?

2014-02-13 Thread Stephan Hradek
Am Freitag, 7. Februar 2014 16:31:11 UTC+1 schrieb Alberto Molina: It would be great if other fields could be used as lists. Check http://tiddlystuff.tiddlyspot.com Selmade Lists. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: TW5: questions about how and where tiddlers open

2014-02-13 Thread Stephan Hradek
I don't understand. The described behaviour is exactly what I experience in TW5 on FF16. -- 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: Introducing TiddlyQuickly, a tutorial for TW5, under construction...

2014-02-13 Thread Stephan Hradek
Am Montag, 10. Februar 2014 22:23:33 UTC+1 schrieb David Gifford: Hi all, I added a new section to TiddlyQuickly: Adjusting the appearance and layout of

Re: [tw] Re: Introducing TiddlyQuickly, a tutorial for TW5, under construction...

2014-02-13 Thread David Gifford
Good idea. When I get back to TQ I will do that. Dave On Thu, Feb 13, 2014 at 3:41 PM, Stephan Hradek stephan.hra...@gmail.comwrote: Am Montag, 10. Februar 2014 22:23:33 UTC+1 schrieb David Gifford: Hi all, I added a new section to TiddlyQuickly: Adjusting the appearance and layout of

Re: [tw] Re: How to call a MySql database?

2014-02-13 Thread Eric Shulman
On Thursday, February 13, 2014 11:44:19 AM UTC-8, Alex S. Garcia wrote: TWC contains a copy of jQuery... I'm actually using a modified version of TW called TiddlyWiki Write (http://www.ljcohen.net/resources-wiki.html) -- though I'm running an older version than the one listed on there at

[tw] how to put 'Toggle width/sidebar' button in edit and view toolbar

2014-02-13 Thread Andrew Lister
This took me a few minutes to figure out, so, for other beginners, I'm going to write it out here. Ton Gerner has made a button that will toggle the sidebar on and off, available here: http://tw5toolbar.tiddlyspot.com It's in the tiddler called 'Toggle width/sidebar' button (I used to know

[tw] Re: TW5: questions about how and where tiddlers open

2014-02-13 Thread Leo Staley
I think there should be an option to determine tiddler opening behavior. Whether new tiddlers open on top or on bottom. the option to move a tiddler to both focus on the tiddler and move it to the top when its link is clicked from another tiddler and it's already open. the option to not focus on

Re: [tw] Re: [TW5] Centralizing resources

2014-02-13 Thread Daniel Baird
Release early, Leo :) Also, I still own tiddlywikiguides.org, anyone want that domain? On 13 February 2014 22:53, Leo Staley leosta...@gmail.com wrote: I'm actually working on it, as well as working on compiling a lot of the most useful info from this Google Group. I'm gonna have it

Re: [tw] TW5 Upload PHP customization

2014-02-13 Thread Daniel Baird
That looks about right to me too. Just put some stuff there and see if it works? On 14 February 2014 00:47, Danielo Rodríguez rdani...@gmail.com wrote: Maybe someone php skilled could help me. Anyone? -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: TW5: questions about how and where tiddlers open

2014-02-13 Thread Andrew Lister
Sorry, I was wrong about the second, about where a tiddler opened from the sidebar opens when another tiddler is already opens. I said it opens below, but that's not true, it opens on top. But the first I wasn't mistaken about. It seems to be a Safari thing, because on Firefox the behaviour

[tw] Re: Hiding/Showing Tiddler Link Lists

2014-02-13 Thread runforestrun61
Ton, your walkthroughs and customizations are by far the most useful I've ever come across, and I'm glad that you helped me with this one. I've got it working now due to your help. Thanks Ton! -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: [TW5] Centralizing resources

2014-02-13 Thread runforestrun61
I also think that we need an ultra-beginner-friendly tutorial for TW5. I've ultimately had to go through the whole tiddlywiki site just to try and get a sense of things. The material to learn is there, but it is disjointed and you have to dig for it to get it. I ultimately had to construct my

[tw] Re: TW5: questions about how and where tiddlers open

2014-02-13 Thread Stephan Hradek
You didn't say something about the sidebar in the first post, did you? However: Can you upload the Wiki where you experience this somewhere so that one can take a look? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

Re: [tw] TW5 Upload PHP customization

2014-02-13 Thread Danielo Rodríguez
I also tried, but it Is sadly not working :( I'm not very experienced in php and I'm not sure how to debug the problem. Where are the errors messages going? How can I see the output of the php file? Thank you all. El viernes, 14 de febrero de 2014 00:14:19 UTC+1, Daniel Baird escribió:

[tw] [TW5] Looking for main tabs / categorization / search

2014-02-13 Thread patrick . sanders . bonn
I have several TWC wiki's on various topics which I like to corporate into one TW5. I would like to create main tabs at the top, is it possible and how can it be done. Is it possible to limit searches only for tiddlers from one tab? -- You received this message because you are subscribed to

[tw] [TW5] Can I change the formatting charcter for code

2014-02-13 Thread patrick . sanders . bonn
In TiddlyWiki Classic the formatting character for code was {{{, in TW5 it is `, which is a dead key, meaning I have to press ` and a space to get one `. It is terrible if you need two. Is there a possibility to change it back to {{{ ? -- You received this message because you are subscribed

[tw] Re: [TW5] Can I change the formatting charcter for code

2014-02-13 Thread Stephan Hradek
We already had that. Search around. Hint: You do not need to press space after every `. Just press it 6 times and one space and you have all the backticks required for a code block. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe