[tw] Re: [TW5] Creating a button that only shows up when a tiddler has a certain tag

2016-09-11 Thread Andrew Whiting
-Zaphod > > > On Thursday, September 8, 2016 at 4:35:37 PM UTC-4, Andrew Whiting wrote: >> >> What's the syntax you guys use to block out code? I'm obviously not a >> programmer... >> > -- You received this message because you are subscribed to the Googl

[tw] Re: [TW5] Creating a button that only shows up when a tiddler has a certain tag

2016-09-11 Thread Andrew Whiting
ded text to the button so there is > something visible to push. > > HTH > Mark > > > On Thursday, September 8, 2016 at 1:34:36 PM UTC-7, Andrew Whiting wrote: >> >> Hi all, >> >> I want a button at the bottom of tiddlers with a certain tag that

[tw] Re: [TW5] Creating a button that only shows up when a tiddler has a certain tag

2016-09-08 Thread Andrew Whiting
What's the syntax you guys use to block out code? I'm obviously not a programmer... On Thursday, September 8, 2016 at 4:34:36 PM UTC-4, Andrew Whiting wrote: > > Hi all, > > I want a button at the bottom of tiddlers with a certain tag that, when > clicked, will

[tw] [TW5] Creating a button that only shows up when a tiddler has a certain tag

2016-09-08 Thread Andrew Whiting
Hi all, I want a button at the bottom of tiddlers with a certain tag that, when clicked, will remove that tag and then disappear. Similar to what I've done here but removing a tag rather than cycling through: ~~~ <$list filter="[[{{!!title}}]]+[tag[Review]!days:created[-5]]

[tw] Re: triggering action widgets

2016-06-28 Thread Andrew Whiting
Hi Stacy, Would something along these lines work for me? I created a simple macro that uses the Link Widget to create a new tiddler but I would like the created tiddler to have several tags. I wanted to use action-setfield but don't know how to trigger it without using a button (which I don't

[tw] Re: [TW5] Updated Plugin: tobibeer/inc 0.5.2

2016-02-25 Thread Andrew Whiting
Hi Tobias, Does this fix the problem Scott was mentioned where changing $:/core/macros/tabs. was causing the following in the info panel? - Only the most basic fields (caption, tag, and title) get listed under fields. (Look at a plugin tiddler for comparison.) - Tagging, References,

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-24 Thread Andrew Whiting
Thank you so much Tobias! On Wednesday, February 17, 2016 at 9:59:16 PM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > >> How did you make it so hovering over a link displays a preview of the >> linked tiddler? >> > > That would be my plugin tobibeer/preview >

[tw] Re: [TW5] Transcluded Menu Bar for Tiddlers in a Tabset? (Using /tobibeer/inc Plugin?)

2016-02-24 Thread Andrew Whiting
Hi Scott, I'm having the same problem. Did you figure out how to fix it? Andrew On Sunday, January 31, 2016 at 4:25:00 PM UTC+1, Scott Simmons (Secret-HQ) wrote: > > Hi, Tobias — > > I hadn't realized it until last night, but there are some other > complications from the modified

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
Sorry these are all strung out but I keep finding stuff I want to implement! I'm brand new to TiddlyWiki and coding in general so sorry if these are things I should already know/already know how to figure out. How did you add the little link at the bottom of each tiddler that lets you jump up

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
Also, if my tiddler title has spaces the plugin isn't recognizing it and brackets don't do anything. Is there a way to make it work still? On Wednesday, February 17, 2016 at 10:16:41 AM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > The plugin tobibeer/inc

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
I also love the tabs. How did you make it so hovering over a link displays a preview of the linked tiddler? On Wednesday, February 17, 2016 at 10:16:41 AM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > The plugin tobibeer/inc may > be of interest to

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-17 Thread Andrew Whiting
Yes! That's perfect. Thank you Tobias! On Wednesday, February 17, 2016 at 10:16:41 AM UTC+1, Tobias Beer wrote: > > Hi Andrew, > > The plugin tobibeer/inc may > be of interest to you. > > Best wishes, > > Tobias. > -- You received this message

Re: [tw] [TW5] Transcluded content automatically centering

2016-02-16 Thread Andrew Whiting
ton widget instead: > > <$button tag="div"> > … > > > In that example, an ordinary DIV will be used instead of the button > element, avoiding the styling issues. > > Best wishes > > Jeremy. > > > On 16 Feb 2016, at 16:16, Andrew Whiting <whit...@g

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-16 Thread Andrew Whiting
I should add that I do have templates I use to include the title or caption of the tiddler I am transcluding as a link but sometimes I want to just embed the content but still maintain the link. On Tuesday, February 16, 2016 at 1:56:36 PM UTC+1, Mat wrote: > > The transcluded block there is, I

[tw] Re: [TW5] Transcluded content automatically centering

2016-02-16 Thread Andrew Whiting
Ahhh, that makes sense. Ya, that is what is happening and that basically is what I want except that I don't want it to be centered. Now that I know it is being centered because it's inside the button though it seems less likely to be possible... My end goal is this: I take class notes that

[tw] [TW5] Transcluded content automatically centering

2016-02-16 Thread Andrew Whiting
I'm trying to create a template that will make transcluded content link back to itself so I can edit it more easily. For some reason though what I have here automatically centers the content: <$button message="tm-edit-tiddler" param={{!!title}} class="tc-btn-invisible"><$transclude

[tw] Re: Checkbox for removing tags?

2016-02-02 Thread Andrew Whiting
Hi Matabele, I stumbled across this thread and was wondering if there is a way to combine your cycle [] filter operator with a checkbox so that checking the box removes one tag and adds the next in the cycle? I'm new to TIddlyWiki and am not in any way a programmer so hopefully that's not a

[tw] Re: Checkbox for removing tags?

2016-02-02 Thread Andrew Whiting
om of > the page. This should be something like what you're after. > > You'll need the version of the x-listops.js filters from the demo site > (which includes the cycle[] and keep[] operators) -- then adapt the code > from the aforementioned example. > > regards > > On

[tw] Re: Checkbox for removing tags?

2016-02-02 Thread Andrew Whiting
That was it haha. I should have seen that. I told you I'm very new at this. Thanks! On Tuesday, February 2, 2016 at 5:36:27 PM UTC+1, Matabele wrote: > > Hi Andrew > > Oops -- I left out a at the bottom there. > > regards > > On Tuesday, 2 February 2016 18:20:05 UTC

[tw] Re: Checkbox for removing tags?

2016-02-02 Thread Andrew Whiting
s have been set up to cycle and display the tags -- any other > action widgets could be added to the buttons to do other stuff at the same > time. > > regards > > On Tuesday, 2 February 2016 17:24:06 UTC+2, Andrew Whiting wrote: >> >> Hi Matabele, >> >>

[tw] Re: Checkbox for removing tags?

2016-02-02 Thread Andrew Whiting
d, that when specified like this, the list of tags can not > contain spaces. If any of your tags contain spaces, you must use a > reference to a list in a field or variable (as in the example.) > > regards > > On Tuesday, 2 February 2016 17:53:29 UTC+2, Andrew Whiting wrote: >> >&g