Re: [tw] Re: TiddlyWiki Hangout #49 on Tuesday 10th June at 4pm BST

2014-06-18 Thread Danielo Rodríguez
Thank you Mario! -- 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

Re: [tw] Re: TiddlyWiki Hangout #49 on Tuesday 10th June at 4pm BST

2014-06-18 Thread Jeremy Ruston
Thanks Mario, much appreciated, Best wishes Jeremy On Wed, Jun 18, 2014 at 7:24 AM, Danielo Rodríguez rdani...@gmail.com wrote: Thank you Mario! -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] TW5: Can $list widget results be displayed as a table ?

2014-06-18 Thread HowardM
Hi I have a number of lists, using the $list widget, in which I display two or three of the fields for each of the filtered tiddlers, with a separator such as a space or comma between the fields. I would prefer to display the results of each list as a table but, if I separate the fields with

[tw] Re: [TWC] EasyEdit anyway to add a drop down selection?

2014-06-18 Thread BJ
Hi Arc, I added a table button - you can see what I did here https://github.com/buggyj/VisualTW2Plugins/commit/6a249d8018205d0f7a244d6173affe2c96933e7b all the best BJ On Tuesday, June 17, 2014 9:20:45 PM UTC+2, Arc Acorn wrote: Think I've mannaged to figure out that I'd need to add in an if

[tw] After upgrade to 5.0.12 ControlPanel is empty

2014-06-18 Thread Ait Fly
Upgrade from 5.0.7 to 5.0.12 -- 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

[tw] Re: TW5: Can $list widget results be displayed as a table ?

2014-06-18 Thread Alberto Molina
Hi Howard, Go to tesis.tiddlyspot.com and look at the tiddler Conceptions. It uses a $list widget inside a table with html formatting. The appearance of this table is controled the CSS of the tiddler: [[$:/_CSS/Custom tables]] (thanks to David Gifford!). Bear in mind that it is TW5.0.8. Thus,

[tw] Re: After upgrade to 5.0.12 ControlPanel is empty

2014-06-18 Thread Alberto Molina
Delete $:/ControlPanel (shadow tiddler). Hope it works. Alberto -- 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

[tw] Re: After upgrade to 5.0.12 ControlPanel is empty

2014-06-18 Thread Ait Fly
It works Thanks -- 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

[tw] TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Danielo Rodríguez
Hello Could someone tell my why the following code is not working anymore? the expected output can be found at braintest.tiddlyspot.com. Probably there is some macro or code new at TW that stops this from working. The weird thing is that it works on my personal wiki, but I don't understand

[tw] Re: TW5: Can $list widget results be displayed as a table ?

2014-06-18 Thread HowardM
Dominic, Alberto Thanks for your prompt replies. Both solutions are great. Howard On Wednesday, June 18, 2014 10:54:55 AM UTC+1, HowardM wrote: Hi I have a number of lists, using the $list widget, in which I display two or three of the fields for each of the filtered tiddlers, with a

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Danielo Rodríguez
OK!! I found it. It's because the SPLIT operator. I though it is a standard operator, because I found it in many 5.0.8 wikis. Is there a new split operator? Why it was not imported when I imported my whole site into a new TW5.0.10 - 5.0.13? Regards, El miércoles, 18 de junio de 2014 13:43:54

[tw] Re: After upgrade to 5.0.12 ControlPanel is empty

2014-06-18 Thread Ait Fly
and some ListWidget behavior changed Before upgrade: this widged can show tiddler's names with tag MyTAG $list filter=[tag[MyTAG]] /$list After upgrade widged don't work. To make work again add new line after open tag $list $list filter=[tag[MyTAG]] /$list -- You received this message

Re: [tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Jeremy Ruston
Hi Danielo I though it is a standard operator, because I found it in many 5.0.8 wikis. Is there a new split operator? Why it was not imported when I imported my whole site into a new TW5.0.10 - 5.0.13? Maybe the code was imported but didn't work correctly in 5.0.13? Best wishes Jeremy

Re: [tw] Error inserting image with Markdown plugin

2014-06-18 Thread Jeremy Ruston
Hi Chris Thanks for the report. I've fixed the problem for 5.0.13: https://github.com/Jermolene/TiddlyWiki5/commit/b8aedf2ca3cfc870be5a46accbb2dc0ddbb6d451 Best wishes Jeremy On Wed, Jun 18, 2014 at 4:17 AM, Chris Lenk serpentine.cou...@gmail.com wrote: Hi, I'm loving TiddlyWiki 5, but

Re: [tw] (Security-) Settings?

2014-06-18 Thread Jeremy Ruston
Hi Sören TW5's built-in serverside is really only suitable as a personal server at the moment - it lacks features like the access control you need. The recommended serverside is TiddlyWeb (tiddlyweb.com), a mature Python wiki platform that can be used with TiddlyWiki or can serve simple HTML

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Stephan Hradek
Split was done by me and does not work since the filter operations changed. I still need to fix 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

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Danielo Rodríguez
Sorry, I said that was the problem, the split operator not imported but I did not say that importing split.js fixed the issue. Tested in 5.0.12 and 5.0.13... so maybe you want to check it out again. El miércoles, 18 de junio de 2014 16:49:22 UTC+2, Stephan Hradek escribió: Split was done

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Stephan Hradek
No. I do not need to check split will not work until I fix it. And I won't start to fix befor 5.0.13 is out because I want to do it properly. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

Re: [tw] Re: CodeMirro 3.18 for TWclassic update

2014-06-18 Thread Yakov
Hi Jim, I've got several questions about the update.. First, what are those lines that you introduced previously for code-folding, then commented out and code folding still works? (lines 655-658) Second, as I understand, active line highlightning requires CodeMirror 3.20.. I've tried

[tw] Re: [TWC] ForEachTiddlerPlugin mixed tree and table

2014-06-18 Thread Yakov
Hello Julien, could you provide some example of what you have tried? I mean the fet macro code. (or, better, attach a tiddlywiki with some tiddlers you'd like to organize, a manual table example and a non-working fet example) Best regards, Yakov. понедельник, 9 июня 2014 г., 22:53:11 UTC+4

[tw] Re: IE11 and SharedTiddlersPlugin: busted!

2014-06-18 Thread Yakov
Hello David, is that correct that after you added this BTW, the fix is to add meta http-equiv=X-UA-Compatible content=IE=10 immediately after the head tag. both saving and including by absolute path started to work again? Do you mean that you changed the core in a text editor (immediately

[tw] Re: [TWC] EasyEdit anyway to add a drop down selection?

2014-06-18 Thread Arc Acorn
Thansk for the added info, but sadly since it still relies on a prompt and not a selection. I still have no idea where to go from here I'm still not very good at making a large amount of my own JS only modifying small to moderate portions of it. On Wednesday, June 18, 2014 3:15:42 AM

[tw] Re: TW in Education

2014-06-18 Thread Yakov
Hello Richard, what education topics are you interested in? I'm interested in this idea, too -- mostly in math, physics and IT, so may be I can help with some aspects.. Best regards, Yakov. вторник, 17 июня 2014 г., 7:15:49 UTC+4 пользователь Richard Smith написал: Hi There. My name is

Re: [tw] (Security-) Settings?

2014-06-18 Thread Sören Müller
Hi Jeremy, sorry for the private message; I just use Google Groups so less that I confused with the buttons. The Dropbox Solution sounds nice, I would find it even more better if it would stay on my server. What about https://groups.google.com/forum/#!topic/tiddlywiki/25LbvckJ3S8 or

[tw] Re: TiddlyWiki Hangout #50 on Tuesday June 17th at 4pm BST

2014-06-18 Thread PMario
video: https://www.youtube.com/watch?v=FdNDuF4UnlA annotations: http://pmario.tiddlyspace.com/#2014-06-17-TW-hangout-50 At the end of the hangout we talked about project related videos that show the evolution of open source projects. Here is the link to an animation the docker project posted at

[tw] [tw5] requests regarding encrypttiddler plugin by Danielo

2014-06-18 Thread Måns
Hi TwWizards @Danielo I like to be able to handout encrypted material in individual tiddlers to my students. Imo it would be quite nice if: 1) A student decrypts one of their encrypted tiddlers - and all tiddlers which are encrypted with their specific password will get detcrypted all at

[tw] Re: TW5 My editable table does not work since 5.0.10

2014-06-18 Thread Stephan Hradek
Ah wait! See what I wote on tiddlstuff: split is not compatible to TW 5.0.10 at the moment. Please find athe compatible source here. I will fix it soon… -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

Re: [tw] Error inserting image with Markdown plugin

2014-06-18 Thread Chris L
Ah, thank you. That actually didn't fix it for me, but I then changed widget.type = image; to widget.type = img; and removed the line delete widget.attributes.src; and it worked. On Wed, Jun 18, 2014 at 9:57 AM, Jeremy Ruston jeremy.rus...@gmail.com wrote: Hi Chris Thanks for the report.

[tw] Re: ForEachTiddler

2014-06-18 Thread Philippe De Feularde
Hi, the above plugin has been working very well !! Want I would like to try and do is incorporate an expiry date on a tiddler. Use a field of some sort to pick the date up and it would then put an icon next to the link to say it has expired ? Would this be possible Thanks On Thursday,

[tw] setTo problem

2014-06-18 Thread James Mars
Hi All, I am trying to get this code to work (I've borrowed it from a previous version of Alberto Molina's project): setTo={{[[!!title]]}} to set the value of the title of the parent into the list field of the child tiddler. The inclusion of the square brackets, however, breaks the code,

[tw] Re: setTo problem

2014-06-18 Thread James Mars
I mean, I want to be able to insert the string value [[*title-of-parent-tiddler*]] into the list field of the child tiddler. On Thursday, 19 June 2014 13:37:11 UTC+10, James Mars wrote: Hi All, I am trying to get this code to work (I've borrowed it from a previous version of Alberto

[tw] Re: setTo problem

2014-06-18 Thread Stephan Hradek
That's not sufficient to be able to help. But in short: It's not possible the way you try it. Neither with the square brackets inside the curlys (which would result in an illegal fieldname title]] nor out side. What you need to do is to use: 1. a $set surrounding your stuff, setting the