Re: [tw] [TW5] Do not print tags

2014-08-31 Thread PMario
On Monday, September 1, 2014 12:07:57 AM UTC+2, David Gifford wrote: > I always thought # meant div and . meant class...so when . doesn't work I > try #... > :) The mozilla developer network has some very good info about "all things internet" see: https://developer.mozilla.org/en-US/docs/Web/G

Re: [tw] [TW5] Do not print tags

2014-08-31 Thread PMario
On Monday, September 1, 2014 12:07:57 AM UTC+2, David Gifford wrote: > > And I use the !important because years ago someone told me I needed to do > it for do not print in TiddlyWiki classic, so I just carried it over. Never > tried the do not print without it. > After a closer look, I think the

[tw] Re: Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-08-31 Thread Eric Shulman
On Sunday, August 31, 2014 7:37:26 AM UTC-7, TheDiveO wrote: > > Eric, > > just my two cents here: personally, I'm heavily interested in better > understanding the architecture of TW5 and how to customize and extend it. > Some topics I could imagine... > I think there are several types of presen

Re: [tw] [TW5] Do not print tags

2014-08-31 Thread David Gifford
Thanks Mario I always thought # meant div and . meant class...so when . doesn't work I try #... And I use the !important because years ago someone told me I needed to do it for do not print in TiddlyWiki classic, so I just carried it over. Never tried the do not print without it. Dave On Sun,

[tw] [TW5] Showing different tiddler content depending on the tiddler link that sent me to it

2014-08-31 Thread mimikoulen
Let's say I have TiddlerOne and TiddlerTwo and they both contain a link to a TiddlerThree. I would like to be able to show a different part of the content of TiddlerThree based from which one I was sent to it. How could I do such a thing? Also is there a way to count how many times a Tiddler lin

Re: [tw] [TW5] TW5FontAwesome: Font Awesome for TW5 customization

2014-08-31 Thread Ton Gerner
http://braintest.tiddlyspot.com/#Pack%20as%20plugin:[[Pack%20as%20plugin]] On Sunday, August 31, 2014 8:09:56 PM UTC+2, TheDiveO wrote: > > Link? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving em

Re: [tw] Re: exporting all tiddlers [TW5]

2014-08-31 Thread paolo b
Hi Danielo, Jeremy thanks for the suggestion. It worked perfectly with nodejs. It also fixed another issue I had with some tiddlers imported in json format from a file: whenever I edited and saved them, the original tiddler was not overwritten, and a new tiddler was created and saved instead. I

Re: [tw] [TW5] TW5FontAwesome: Font Awesome for TW5 customization

2014-08-31 Thread TheDiveO
Link? -- 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. Vi

Re: [tw] [TW5] Do not print tags

2014-08-31 Thread PMario
On Saturday, August 30, 2014 2:50:50 PM UTC+2, David Gifford wrote: > > @media print {#tw-tags-wrapper {display: none ! important;}} > Just to clarify. the hash in CSS means the ID eg some HTML code with an id: some text CSS #myID { background: yellow; } IDs should be not used with TW,

[tw] TiddlyWiki Hangout #59 will be on Tuesday 2nd September at 4pm BST (UTC+1)

2014-08-31 Thread Jeremy Ruston
TiddlyWiki Hangout #59 will be on Tuesday 2nd September at 4pm BST (UTC+1). More details: https://plus.google.com/events/cbv79i1mi1rcotr6dib76nhn3rc Ask questions using the Q&A button on the video preview at the above link, or by replying here. Best wishes Jeremy -- Jeremy Ruston mailto:jerem

Re: [tw] [TW5] TW5FontAwesome: Font Awesome for TW5 customization

2014-08-31 Thread Danielo Rodríguez
Hello dive-o If you are interested in developing plugins in the browser I developed a plugin for that. You can find it in my braintest site -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw] Re: Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-08-31 Thread Danielo Rodríguez
The book itself would be a very nice reward! I will pay for it for 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 to tiddlywiki+unsubscr...@googlegroups.com. To

[tw] Re: Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-08-31 Thread TheDiveO
Eric, just my two cents here: personally, I'm heavily interested in better understanding the architecture of TW5 and how to customize and extend it. Some topics I could imagine: - more basic: *parameter evaluation* ... so when do the parameters to a macro call, et cetera, really get eval

Re: [tw] [TW5] TW5FontAwesome: Font Awesome for TW5 customization

2014-08-31 Thread TheDiveO
Am Sonntag, 31. August 2014 10:54:15 UTC+2 schrieb Jeremy Ruston: > > > > https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com-server/tiddlywiki.info > > Does that make sense? > Hi Jeremy, yes that does make sense now. Thank you for your patience and answering my questions!

Re: [tw] [TW5] Separate link CSS for table of contents?

2014-08-31 Thread David Gifford
Thanks, Jeremy! Dave On Sun, Aug 31, 2014 at 6:33 AM, Jeremy Ruston wrote: > Sorry Dave my example should have read: > > > <> > > > Best wishes > > Jeremy > > > On Sun, Aug 31, 2014 at 12:30 PM, David Gifford > wrote: > >> Filter error: Syntax error in filter expression >> >> >> On Sun, Aug

Re: [tw] [TW5] Separate link CSS for table of contents?

2014-08-31 Thread Jeremy Ruston
Sorry Dave my example should have read: <> Best wishes Jeremy On Sun, Aug 31, 2014 at 12:30 PM, David Gifford wrote: > Filter error: Syntax error in filter expression > > > On Sun, Aug 31, 2014 at 4:16 AM, Jeremy Ruston > wrote: > >> Hi Dave >> >> You don't need to modify the toc macro in

Re: [tw] [TW5] Separate link CSS for table of contents?

2014-08-31 Thread David Gifford
Filter error: Syntax error in filter expression On Sun, Aug 31, 2014 at 4:16 AM, Jeremy Ruston wrote: > Hi Dave > > You don't need to modify the toc macro in order to be able to style it's > output. > > > <> > > > Then in your stylesheet: > > .my-toc .tw-tiddlylink { > background: red; > } >

Re: [tw] [TW5] Separate link CSS for table of contents?

2014-08-31 Thread Jeremy Ruston
Hi Dave You don't need to modify the toc macro in order to be able to style it's output. <> Then in your stylesheet: .my-toc .tw-tiddlylink { background: red; } Best wishes Jeremy On Sat, Aug 30, 2014 at 3:36 PM, David Gifford wrote: > Never mind, I found the problem. > > > On Sat, Aug

Re: [tw] [TW5] Help exporting to static HTML (and then word)

2014-08-31 Thread Jeremy Ruston
Hi Alex My planned use case is to generate static HTML file which would then be a > stripped down version of my Tiddling for public view. > > How would I export only default tiddlers > There's an example at tiddlywiki.com/static.html which is a static view of the default tiddlers on tiddlywiki.c

[tw] Re: Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-08-31 Thread Eric Shulman
On Saturday, August 30, 2014 8:33:21 AM UTC-7, TheDiveO wrote: > > On Monday, August 25, 2014 3:59:29 AM UTC+2, Eric Shulman wrote: >> >> However, once TW5 is out of beta, my primary focus will shift to creating >> and publishing a TW5 version of TiddlyTools and developing new plugins for >> Tidd

Re: [tw] [TW5] Help exporting to static HTML (and then word)

2014-08-31 Thread Jeremy Ruston
Hi CB > Is there a way to control the filename of the target file to be saved? As > of now it prompts to save the output file with the same name as tiddly > wiki. > The default filename for the download is currently set to the final portion of the URL of the wiki (eg, index.html). There's curren

Re: [tw] [TW5] TW5FontAwesome: Font Awesome for TW5 customization

2014-08-31 Thread Jeremy Ruston
Hi TheDiveO > To create the complete TW5 including my tiddlers I run the Node.js TW5 using --build to save $:/core/save/all. How do I avoid the tiddlywebadaptor getting included? I suppose that I need a different tiddlywiki.info then? I'm still having problems putting all the required pieces of kn

Re: [tw] Announcing TiddlyWiki Classic version 2.9.0 BETA1

2014-08-31 Thread Eric Shulman
On Friday, August 29, 2014 11:55:40 AM UTC-7, Yakov wrote: > > 159: fixed, works; is it really necessary to surrond all the values with > %22...%22? Even one-word, like true/false or numbers, like > txtMaxEditRows:30? (it would ease migrating) > As far as I can see (from [1-3]), that would work a

Re: [tw] [TW5] Help exporting to static HTML (and then word)

2014-08-31 Thread Alex Hough
My planned use case is to generate static HTML file which would then be a stripped down version of my Tiddling for public view. How would I export only default tiddlers, or a list of Tiddlers? Maybe it's not the best approach. Copying the .tid files over then generating a static from them might