[tw] Re: [TW5] MultiLang

2016-07-07 Thread wimm
> > Mario, > To remove your concern about the contents of the English to English translation in let's say 5 years. We can use the power of Tiddlywiki and gvim to update all in less than 60 minutes. So when the translation En-En contains too many modified translations A vim command very

[tw] Re: floating images, again.. TW5

2016-07-07 Thread Josiah
CSS3 is absolutely precise. Browsers aren't. IF you think it SHOULD work try it in another browser. Sorting out what is a CSS coding error v. what is a browser inadequacy can speed up development. I personally use engines that render pages under multiple browsers to avoid faffing about. As

[tw] Re: floating images, again.. TW5

2016-07-07 Thread Zaphod Beeblebrox
This is probably already covered by Mario's HowTo, but my karma just wouldn't be satisfied unless I mentioned it :-P Your 'width' declaration should be "width: 250;" instead of "width=250;" (that's old-school HTML, not proper CSS, and I *think* it'll make a difference) I'm currently battling

[tw] [TW5] :hover styling of the $button?

2016-07-07 Thread Zaphod Beeblebrox
I've done some extensive CSS styling of the $button to create custom looks, but I can't figure out how to add a :hover element to it so that the background-color will change on mouseover (I'm probably just overlooking something incredibly simple, as my brain is fried at the moment from other

Re: [tw] Re: Exporting a list of tiddlers

2016-07-07 Thread Zaphod Beeblebrox
Well, that works slicker than snot on a doorknob! And even with the ability to input how many tiddlers you'd like to export :) Thank You, Sir :) --Zaphod On Wednesday, July 6, 2016 at 6:21:57 PM UTC-4, Jan wrote: > > Hi Zaphod, > I made a new version with the exportbutton. It is all so easy

[tw] Re: Exporting a list of tiddlers

2016-07-07 Thread Zaphod Beeblebrox
I knew it would be that simple :-P (I have absolutely NO experience/knowledge with $lists and such in TW...) Thank You, Mark :) --Zaphod On Wednesday, July 6, 2016 at 10:23:00 AM UTC-4, Mark S. wrote: > > Try, in the advanced search filter tab: > > [exportme[yes]] > > > On Wednesday, July 6,

Re: [tw] Re: [TW5] Static Website Generation

2016-07-07 Thread James Anderson
http://phasersonkill.com/tags.html http://phasersonkill.com/a-z.html http://phasersonkill.com/archived-articles.html http://phasersonkill.com/updated-articles.html my plugin/exporter generates these. On Thursday, 7 July 2016 17:44:18 UTC+1, Mat wrote: > > David, > > note that you can actually

Re: [tw] Re: [TW5] Static Website Generation

2016-07-07 Thread Mat
David, note that you can actually export multiple tiddlers including a filtered set of tiddlers via the Advanced Search -> Filter. Once you enter something into the search field, there's a (barely visible) export button to export the result. (IMO this feature is not located in a good place

[tw] Re: [TWC] dGSD config question

2016-07-07 Thread Robert Edwards
Found the rule that's adding the line break. It's: .dGSDInboxList .innerList .innerListItem .plain,.dGSDInboxList .innerList .innerListItem .tableWrapper,.dGSDList .innerList .innerListItem .plain,.dGSDList .innerList .innerListItem .tableWrapper {display: table;} > > If I disable that

Re: [tw] Re: [TW5] Static Website Generation

2016-07-07 Thread Jeremy Ruston
Hi MatIn what way is the "export as HTML" feature not enough for people?The browser-based “Export as HTML” feature *is* static site generation. The reason that people generally do it under Node.js is that that makes it easier to produce multiple HTML files (eg one per blog post).Or, I should put

Re: [tw] Re: [TW5] Static Website Generation

2016-07-07 Thread David Gifford
Hi Mat, You asked, "In what way is the "export as HTML" feature not enough for people?" 1) With "export as HTML" I have to export each tiddler individually. With James' way I can do all kinds of work on numerous tiddlers throughout the day and do one operation to update the site at the end of

[tw] Re: custom stylesheet

2016-07-07 Thread webmbackslash
damn! i gave it as title!! Thanks dude works like a charm I don't know where i had my eyes when reading it XD 2016-07-07 12:22 GMT+02:00 Jed Carty : > When you say > > created a tiddler $:/tags/Stylesheet > > > do you mean you gave the tiddler that title? Because the title

[tw] Re: custom stylesheet

2016-07-07 Thread Jed Carty
When you say created a tiddler $:/tags/Stylesheet do you mean you gave the tiddler that title? Because the title doesn't matter, you need to give it $:/tags/Stylesheet as a tag. If you are doing that properly than I don't see any problems with what you have. -- You received this message

[tw] custom stylesheet

2016-07-07 Thread webmbackslash
Hi, i'm trying to have a custom css class, but not working. using tiddlywiki 5.1.9 created a tiddler $:/tags/Stylesheet with inside: .tc-tagged-internaldoc { background:red; border-radius:10px; padding:2px 5px; } .InternalDocs{ background:red; border-radius:10px; padding:2px 5px; }

[tw] Re: floating images, again.. TW5

2016-07-07 Thread Mat
I'm guessing this is what pmario's demo is using (I haven't looked) but generally; Put things in a div and then float and manipulate the div. I.e style it so it has e.g padding or margin. Note you can also use negative margin values (e.g "margin-bottom:-.8em;) To "hook" floating things so it

Re: [tw] Re: [TW5] Static Website Generation

2016-07-07 Thread Mat
Jeremy, thanks for clarification. Follow up question, to everyone, I guess; In what way is the "export as HTML" feature not enough for people? Or, I should put it like this; In the github discussion , on the matter of JavaScript for

[tw] Re: floating images, again.. TW5

2016-07-07 Thread PMario
Hi Shay, Drag and drop import the appended json file. It may give you some hints. It contains a HowTo tiddler. 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 emails from it,

Re: [tw] Re: [TW5] Static Website Generation

2016-07-07 Thread sini-Kit
Yes. The base of my site is your http://giffmex.org/experiments/obadiah.html#Table%20of%20contents and all my sites have your prefix http://old.novye-podarki.ru/heeg.html :) среда, 6 июля 2016 г., 15:20:03 UTC+3 пользователь David Gifford написал: > Haha, in reading your .bat file contents,