[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-18 Thread Dave
I tried this in a tiddler tagged $:/tags/Stylesheet .tc-tagged-left { background-image: url(<>); } It works when the tiddler is viewed normally, but it doesn't show up in the sidebar. For now I think I'll just make sure all text there is bolded - that seems to make it more visible.

[tw] Re: TW5: how to get another sidebar / menu / column / tiddler on the left

2016-09-18 Thread Dave
Hey Mat - I got your leftbar installed. Thanks! I started with that because it looked the simplest, and it should indeed do the job. One question: Can you think of a way to give it a background of some sort? Right now I have an image in the TWs background and the letters just write over

[tw] Re: Using the List Widget for OR Operations?

2016-09-18 Thread Jed Carty
I put my notes here , hopefully they will be useful. I am really not sure that they will be very helpful to anyone who doesn't have at least some background in digital logic and due to the limits of the symbols my keyboard makes easily

[tw] Re: Here's a Slide Presentation TW5 you can use

2016-09-18 Thread Andrew Lister
Thanks for looking into this, I will try it out when I have some free time. Andrew On Saturday, 17 September 2016 00:28:03 UTC+2, Dave wrote: > > Try this: > > copy the following tiddlers into yours > > newSlideViewTemplate tag:$:/tags/ViewTemplate,myMacros (if you want) > > closeAtBottomAsides

[tw] Re: Using the List Widget for OR Operations?

2016-09-18 Thread Jed Carty
Jeremy beat me to it. You could also use <$list fiter="[is[current]!has[posters]!has[lobbycards]!has[discovers]]"> This is equavilent to the filter [is[current]]-[has[posters]]-[has[lobbycards]]-[has[discovers]] returning nothing and avoid the empty message part. I just realized that in

Re: [tw] Using the List Widget for OR Operations?

2016-09-18 Thread Jeremy Ruston
Hi Tobias > How can I do the negating counterpart, e.g. does NOT have any of...? It's messy; one has to use the emptyMessage attribute: <$list filter="[is[current] -[has[posters]] -[has[lobbycards]]" emptyMessage=<>/> (Typed on my phone, so may not be 100% correct!) Best wishes Jeremy > >

Re: [tw] Using the List Widget for OR Operations?

2016-09-18 Thread Tobias Beer
Hi Jeremy, > Try this: > > <$list filter="[has[posters]] [ > has[lobbycards]] [has[disccovers]] > [has[misc]] > +[limit[1]]"> > > <$transclude tiddler="$:/_Layout_ButtonSection3"/> > > > How can I do the negating counterpart, e.g. does NOT have any of...? There's a PR that would

[tw] Re: Using the List Widget for OR Operations?

2016-09-18 Thread Jed Carty
I have been looking at logical operations with filters for a while. Since you can do a nor b by [all[]]-[tag[a]]-[tag[b]] you should be able to do any logical statement that uses the operators tag, has, field and is (maybe others also, I will make a list) using a single filter. I will write

[tw] Re: Bind address always 127.0.0.1 when starting from Tiddlywiki from systemd

2016-09-18 Thread Ste Wilson
Love to have a step by step breakdown/guide of your installation on the pi. I assume your doing a node.js thing. I've tried a few times but just bounced off it. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw] Re: [TW5] How to teach macro to take some data from URL and put it to list field of temp tiddler?

2016-09-18 Thread PMario
On Sunday, September 18, 2016 at 10:47:53 AM UTC+2, Siniy-Kit wrote: > > Now I try to teach this macro to save some data from URL to the list field > of tiddler $:/temp/mylist > I try to use this hook > http://tiddlywiki.com/dev/#Hook%3A%20th-saving-tiddler but get error. > > I use this

[tw] Re: [TW5] How to teach macro to take some data from URL and put it to list field of temp tiddler?

2016-09-18 Thread PMario
Hi try this: $tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getModificationFields(), {title:"bla",caption:"hi"})); It will show up in the recent tab now. The second function you may want to use is: $tw.wiki.getCreationFields()that gives you the created timestamp -m -- You received this

Re: [tw] Using the List Widget for OR Operations?

2016-09-18 Thread PMario
On Saturday, September 17, 2016 at 2:31:02 AM UTC+2, Zaphod Beeblebrox wrote: > > *PMario said:* > >> There are always several methods to achieve something in TW. Using the >> list widget as you do here is one of them. >> IMO the $reveal widget in combination with the tw transclude mechanism >>

[tw] Re: [TW5] How to teach macro to take some data from URL and put it to list field of temp tiddler?

2016-09-18 Thread Siniy-Kit
Thank you, Danielo. I put this code new $tw.Tiddler({title:"bla",caption:"hi"}); to my macros, but tiddler "bla" didn't appear. may be it is necessary to write something else? Or may be somebody have a full example of using this hook? воскресенье, 18 сентября 2016 г., 11:53:17 UTC+3

[tw] [TW5] How to teach macro to take some data from URL and put it to list field of temp tiddler?

2016-09-18 Thread Danielo Rodríguez
To create a tiddler you habe to use the keyword new. Also you have to pass as parameters only objects,as many as you want,but objects new $tw.Tiddler({title:"bla",caption:"hi"}) regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] [TW5] How to teach macro to take some data from URL and put it to list field of temp tiddler?

2016-09-18 Thread Siniy-Kit
Hi! long ago I wrote my first macro. Here is it http://novye-podarki.ru/heeg.html#%24%3A%2F_loctid.js this macro take data from current url and build a very simple table with this data. for example, if you click this link