[tw] Re: dGSD - (was mGSDEnhancements) : Project progress bars, and a new name!

2014-02-20 Thread Julien Fernandez
Hi David, Your fork of mgsd is more than awesome, and I which I could use it on everyday basis BUT, i have a big issue : no dropdown calendar is working, nor on projects due date, tickler ... here are some screenshots : http://i.imgur.com/a06pbqd.png http://i.imgur.com/gvINbO8.png

[tw] [[group-admin]] Removed new member restrictions

2014-02-20 Thread Jeremy Ruston
For a long time we've had the two TiddlyWiki Google Groups set up so that first time posters have to be moderated. We did this because of spammers. Recently there's been a higher rate of people joining the group, and many cases of double postings, where people have been confused that their post

[tw] TW5 Using SVG as background in css

2014-02-20 Thread Danielo Rodríguez
Hello All. I want to use some images inside certain divs as background. I want to use the embedded svg images in my css. I tried almost everything with no luck. I tried with {{image}} [[image]],imagename... etc I even tried with url(data:image/svg;base64,veryLongblablablaoftheSvgImage). No

Re: [tw] TW5 Using SVG as background in css

2014-02-20 Thread Jeremy Ruston
Hi Danielo Here's how to do it: \define datauri(title) $macrocall $name=makedatauri type={{$title$!!type}} text={{$title$}}/ \end body { background: url(datauri Motovun Jack.svg); } It will only work for tiddlers containing full SVG image files (ie ones with the type image/svg+xml that

[tw] [tw5] How to hide a Fluid-Width button when theme is centralized??

2014-02-20 Thread Måns
Hi TwWizards Inspired by the read only theme I'm trying to make a button invisible when a certain theme is active. I tried this with the centralized theme - see the last line starting with svg.tw-image -... : { tiddlers: { $:/themes/tiddlywiki/centralised/styles.tid: {

[tw] Re: [tw5] How to hide a Fluid-Width button when theme is centralized??

2014-02-20 Thread Ton Gerner
Hi Måns, I cannot test it at the moment (not using my home PC at the moment) but $:/themes/tiddlywiki/readonly uses the same code for several buttons: svg.tw-image-new-button, svg.tw-image-options-button, svg.tw-image-save- button, svg.tw-image-edit-button, svg.tw-image-delete-button,

[tw] Re: [tw5] How to hide a Fluid-Width button when theme is centralized??

2014-02-20 Thread Ton Gerner
Hi Måns, I did test with one of my own buttons, a 'Close all' button. Added a class 'tw-close-all-tiddlers' so the image for the Close all button reads: svg class=tw-close-all-tiddlers tw-image-button /svg If I add svg.tw-close-all-tiddlers { display: none; } to my style sheet, the

[tw] Re: [TW5] cron widget?

2014-02-20 Thread PMario
On Thursday, February 20, 2014 3:53:48 AM UTC+1, Mike wrote: This is solidly in the nice to have feature request bin, but how hard would it be to make a cron widget? The most obvious action would be clone a tiddler, which could emulate a reminder or recurring note. It could support occurs

[tw] Re: [TWC} Keep these tiddlers linked to this server so that you can synchronise subsequent changes

2014-02-20 Thread PMario
Hi Robert, If you want to sync from a file:// tiddlywiki to a http:// tiddlywiki, this is not possible anymore, if you use an up to date brwoser. All browser vendors have removed this possibility, due to security concerns. I think the last browser that worked, is FireFox 16. You could us

[tw] Erics Classic Clinic!

2014-02-20 Thread Mat
So Erics session yesterday, as part of his incredible Classic Clinic weekhttps://groups.google.com/forum/?fromgroups#!topic/tiddlywiki/JEVjFzmQhLk, turned out to be with just me and Eric! Incredible - sitting for, was it 2 or 3 hours?, picking the brain of one of the TW giants and just talking

[tw] Re: TW5 Using SVG as background in css

2014-02-20 Thread Alberto Molina
I'm also interested in using backgrounds for tiddlers. Le jeudi 20 février 2014 13:59:05 UTC+1, Danielo Rodríguez a écrit : Hello All. I want to use some images inside certain divs as background. I want to use the embedded svg images in my css. I tried almost everything with no luck. I

[tw] Re: [TW5] French translation

2014-02-20 Thread Alberto Molina
Hi Xavier, I can contribute to the french translation, but I didn't start working on it. Alberto Le jeudi 20 février 2014 00:08:49 UTC+1, Xavier a écrit : Hi everyone, Is someone already working on an fr-FR translation the way Mario did for de-DE? If not, I should be able to propose

Re: [tw] Re: [TW5] French translation

2014-02-20 Thread Xavier Cazin
Hello Alberto, Good to know. I'm about to send a pull request to Jeremy for a first pass on fr-FR. I'm curious to know what you'll think about it. Santé ! Xavier. -- Xavier Cazin On Thu, Feb 20, 2014 at 8:48 PM, Alberto Molina alberton...@gmail.comwrote: Hi Xavier, I can contribute to the

[tw] [TW5] Tags in Tables

2014-02-20 Thread UBi
Hello, I'm trying to display tag lists in a table. The table renders properly, but clicking on a tag pill opens the corresponding popup list relative to the topleft tiddler corner. You can try it out with following one-liner in a new tiddler: |$list filter=[tags[]]

[tw] Re: [TWC} Keep these tiddlers linked to this server so that you can synchronise subsequent changes

2014-02-20 Thread Eric Shulman
On Wednesday, February 19, 2014 7:36:16 PM UTC-8, Robert Edwards wrote: Searched but didn't find an answer that I could grok. When importing plugins the option in the subject is checked by default. I'm reading in various places that there is a backstage sync option, which I can't find. Was

[tw] Re: [TW5] 3 properly functioning columns. I'm begging for help making this work. Please. I can't even sleep.

2014-02-20 Thread PMario
On Wednesday, February 19, 2014 12:49:02 PM UTC+1, PMario wrote: ... So experimenting with the existing stuff and make it less whitespace is easy, if you know how to experiment with a browser. ... Just use the dev tools in Chrome or FireFox. I'll upload a short video, how I do theme

[tw] Re: [tw5] Custom CSS for writing screenplays

2014-02-20 Thread Alberto Molina
I don't know about CSS, but you can have every tiddler tagged with a certain tag to be assigned a custom view template. And you can do the same with a certain field value instead of a tag. In my TW ( http://tesis.tiddlyspot.com), I use different view templates for authors, books, quotes, etc.,

[tw] Re: [TW5] French translation

2014-02-20 Thread Alberto Molina
Good to know. I'm about to send a pull request to Jeremy for a first pass on fr-FR. I'm curious to know what you'll think about it. I'm looking forward to see it. Alberto -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: [TW5] Tags in Tables

2014-02-20 Thread Alberto Molina
Hi Uwe, I tried your code and there's nothing weird here: the popup list opens just above the tag, not on the topleft tiddler corner. Browsers used: Firefox 26 and Chromium 31 under Ubuntu 13.04 Alberto Le jeudi 20 février 2014 21:03:14 UTC+1, UBi a écrit : Hello, I'm trying to display

[tw] Re: [TW5] 3 properly functioning columns. I'm begging for help making this work. Please. I can't even sleep.

2014-02-20 Thread Ton Gerner
Hi Mario, Very instructive video. Thanks, Ton On Thursday, February 20, 2014 9:14:13 PM UTC+1, PMario wrote: On Wednesday, February 19, 2014 12:49:02 PM UTC+1, PMario wrote: ... So experimenting with the existing stuff and make it less whitespace is easy, if you know how to experiment

Re: [tw] [TW5] French translation

2014-02-20 Thread ocal TW
Bonsoir Xavier I've done the translation for the last TW Classic version. I can work on the one for TW5 with you. Once done, I'll also update the tiddlywiki.fr web site -- ocalTW On Thu, Feb 20, 2014 at 12:08 AM, Xavier Cazin caz...@gmail.com wrote: Hi everyone, Is someone already working

[tw] Re: [TW5] Tags in Tables

2014-02-20 Thread UBi
I forgot to mention my environment: Debian jessie, Iceweasel 24.2.0, Chromium 31. In both Browsers tag pills behave different, when embedded in a table cell: popups open way above the tag pill and not directly under it as they should. I'm investigating further, but have no explanation yet. Uwe

[tw] Re: TiddlyWiki Classic Clinic Rebbot and February Pledge Drive - ALL WEEK!

2014-02-20 Thread Eric Shulman
TiddlyWiki Clinic for Thursday, Feb 20 has started here: https://plus.google.com/hangouts/_/hoaevent/AP36tYf-w8MgonqXHiFrE8gesIWQTF1b6PWcSoxikiI0HoskeBxHIw?authuser=0hl=en I am available for the next two hours (1pm-3pm Pacific time) for live help, discussions, etc. See you there! -e -- You

[tw] Re: [tw5] How to hide a Fluid-Width button when theme is centralized??

2014-02-20 Thread Måns
Hi Ton Thank you for looking into this. How do I add it to the StyleSheet? Is the StyleSheet the the tiddler? - Where am I supposed to put the rule? I added the class tw-image-fluid-width-button to the $:/images/fluid-width-button tiddler and changed the theme tiddler to: { tiddlers: {

[tw] Re: [tw5] How to hide a Fluid-Width button when theme is centralized??

2014-02-20 Thread Måns
Sorry - forgot to paste the link: http://vge-moodle.tiddlyspot.com/ Den torsdag den 20. februar 2014 22.14.26 UTC+1 skrev Måns: Hi Ton Thank you for looking into this. How do I add it to the StyleSheet? Is the StyleSheet the the tiddler? - Where am I supposed to put the rule? I added

[tw] Re: [TW5] 3 properly functioning columns. I'm begging for help making this work. Please. I can't even sleep.

2014-02-20 Thread HansWobbe
Thanks, Mario !! Cheers -- Hans Here's the video: http://youtu.be/Jva7Azqu0hs about 16 minutes Any feeback very welcome! have fun! mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

Re: [tw] Re: [TW5] Tags in Tables

2014-02-20 Thread Jeremy Ruston
Hi UBi I can confirm the problem with tag pills in table cells; it's fixed for 5.0.8. Best wishes Jeremy On Thu, Feb 20, 2014 at 8:51 PM, UBi u...@kefc.de wrote: I forgot to mention my environment: Debian jessie, Iceweasel 24.2.0, Chromium 31. In both Browsers tag pills behave different,

[tw] Re: [TW5] 3 properly functioning columns. I'm begging for help making this work. Please. I can't even sleep.

2014-02-20 Thread Danielo Rodríguez
Very useful Mario. Thank you very much! Danke schön! -- 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,

Re: [tw] Re: TW5 Button inside a list?

2014-02-20 Thread Danielo Rodríguez
Is that implementation working? Under some circumstances I found that calling a macro from other macro requires the use of quotes for parameters pass. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: [tw5] Custom CSS for writing screenplays

2014-02-20 Thread Matthew Petty
Hi Alberto, I'm still quite new to this, and I couldn't figure out how you assigned a template to the tiddlers. What I would like is to assign tiddlers the tag playscript (or set a field playscript). Those tiddlers would then use a view template that I have created which changed the CSS for

Re: [tw] Re: TW5 Button inside a list?

2014-02-20 Thread cmari
It works for my purposes so far - you can see where I put it into Another button test here: http://cmaritw5.tiddlyspot.com/ Where exactly would you think the quotes might be needed? (Maybe that might help me understand exactly what's going on inside that macro call!) On Thursday, February 20,

[tw] Re: [TWC} Keep these tiddlers linked to this server so that you can synchronise subsequent changes

2014-02-20 Thread Robert Edwards
That makes sense, 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] Classic: Local images not showing up.

2014-02-20 Thread Mark S.
Hello, I just upgraded to FF 27.0.1. Trying out a TW file I used to use. I can't seem to get images to work. I added Eric's ImagePath plugin in case that would help, and then (when it didn't) moved the image file into the same directory as the TW file. There are no error messages displayed,

[tw] [TW5] sym links

2014-02-20 Thread tikkoneus
Is it remotely possible to add internal handling of something like symbolic link tiddlers such that a link tiddler, when referenced in any capacity (link, transclusion template, etc.) is seamlessly dereferenced to its target first? Links should be nestable, so if the target of a link is also a

Re: [tw] [TW5] sym links

2014-02-20 Thread Daniel Baird
I prefer redirection to just having a bunch of explicit aliases. I like the infinitely-nestable idea but it might be difficult to implement. An alternative might be that if you make a tiddler into a redirect tiddler, part of the process of saving that goes and finds other tiddlers that pointed

[tw] Re: Classic: Local images not showing up.

2014-02-20 Thread Eric Shulman
On Thursday, February 20, 2014 4:26:19 PM UTC-8, Mark S. wrote: I just upgraded to FF 27.0.1. Trying out a TW file I used to use. I can't seem to get images to work. I added Eric's ImagePath plugin in case that would help, and then (when it didn't) moved the image file into the same

[tw] [TWC] TagSearchPlugin wirks and doesn't work - one other other depending on the file

2014-02-20 Thread Anton Aylward
I downloaded TagSearchPlugin and configured it for the toolbar and with zzConfig It came from http://tagsearch.tiddlyspot.com/ I've used it in the past. I've set it up before as the site described. And it didn't work. So I set up another tiddywiki file and imported it there and it did work.

[tw] Re: REMINDER: tiddlyspace.com down this afternoon

2014-02-20 Thread Leo Staley
I came to this group via the Tiddlyspace FAQ. It was recently updated, but it was still linking to this group instead of the one you just posted. I think it may be useful to have both listed there, but otherwise, perhaps switch out the link in the FAQ? On Wednesday, December 21, 2011 6:16:24