[tw] Styles for Save-wiki button change in modal

2017-09-06 Thread Vayu Asura
I want to have a custom save-wiki button within a modal. When I transclude {{$:/core/ui/Buttons/save-wiki}} in a tiddler the button is displayed like on the sidebar with the image, invisible outline and changing color When I put it into parameter of a modal message it is displayed as a grey

[tw] Re: Make a borderless table

2017-09-06 Thread Vayu Asura
maybe it has to do with some surrounding tags. On Tuesday, September 5, 2017 at 10:44:15 PM UTC+3, codacoder...@outlook.com wrote: > > > > On Tuesday, September 5, 2017 at 2:16:13 PM UTC-5, Vayu Asura wrote: >> >> >> when invoked with it keeps the >> outermo

[tw] Re: Make a borderless table

2017-09-05 Thread Vayu Asura
@@.borderless @@ removes the outer border as well. Weird. On Tuesday, September 5, 2017 at 9:27:03 PM UTC+3, Vayu Asura wrote: > > I want a specific table to be bordeless > > The syntax for wiki tables allows that style string in the top. > > However I couldn't either find a proper st

[tw] Re: Make a borderless table

2017-09-05 Thread Vayu Asura
that yields quite strange results actually... On Tuesday, September 5, 2017 at 9:52:28 PM UTC+3, codacoder...@outlook.com wrote: > > > > On Tuesday, September 5, 2017 at 1:27:03 PM UTC-5, Vayu Asura wrote: >> >> I want a specific table to be bordeless >> >&g

[tw] Make a borderless table

2017-09-05 Thread Vayu Asura
I want a specific table to be bordeless The syntax for wiki tables allows that style string in the top. However I couldn't either find a proper style in the default stylesheet to get the invisible border or make my own: tagged `$:/tags/Stylesheet` .no-border { border: 0px; } and the table I

[tw] Re: Is there a consistent guide on how to modify different parts of the interface of the wiki?

2017-09-04 Thread Vayu Asura
Neat! Thanks. On Monday, September 4, 2017 at 4:09:42 PM UTC+3, TonyM wrote: > > As Promised, > > Place this inside a tiddler, I use this to find my way, but I am sure we > could add more especialt for CSS/Styles > > [[Tiddler Manager|$:/Manager]] > > [[Tag Manager|$:/TagManager]]? > > Browser

[tw] Re: Reference text of <> macro result

2017-09-04 Thread Vayu Asura
31, 2017 at 6:13:36 PM UTC+3, Vayu Asura wrote: > > I have editText widget referencing <> macro resulting tiddler: > > <$edit-text tiddler=<> placeholder="describe the > problem" tag="textarea" /> > > I want to set the "issue"

[tw] Re: Is there a consistent guide on how to modify different parts of the interface of the wiki?

2017-09-04 Thread Vayu Asura
That was useful. Found my bearings. On Wednesday, August 30, 2017 at 8:50:48 PM UTC+3, Ton Gerner wrote: > > Hi Vayu, > > Maybe this can help you: http://tw5custom.tiddlyspot.com/ > > Cheers, > > Ton > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Reference text of <> macro result

2017-08-31 Thread Vayu Asura
I have editText widget referencing <> macro resulting tiddler: <$edit-text tiddler=<> placeholder="describe the problem" tag="textarea" /> I want to set the "issue" field of the tiddler it is transcluded in. And I can't find a way to reference the text field of resulting

[tw] Is there a consistent guide on how to modify different parts of the interface of the wiki?

2017-08-30 Thread Vayu Asura
All this information is present on the tiddlywiki.com but it's all over the place - some things I've already done I can't repeat because I can't find the info I've been using and don't even remember what the names of interface parts were. What I'd like to find is a guide that lists different

[tw] Re: Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-04 Thread Vayu Asura
Thursday, August 3, 2017 at 11:00:13 PM UTC+3, Eric Shulman wrote: > > On Thursday, August 3, 2017 at 10:43:51 AM UTC-7, Vayu Asura wrote: >> >> ... >> > next[] and previous[] operators... require hard-coded list field to work >> properly >> ... >> If the

[tw] Is there a way to assign a generated list to a field? Next/Previous navigation between ToC chapters attempt.

2017-08-03 Thread Vayu Asura
When I try this: <$button> <$action-setfield list={{{[tag[mytag]]}}}/>Set List I get the first list item into list field. Is there a way I can get all the titles into list field? I need it for next[] and previous[] operators. They require hard-coded list field to work properly, I'm looking

[tw] Re: Want to encrypt tiddlers by tag, can't figure out the mechanism.

2017-07-27 Thread Vayu Asura
Can't seem to find it anywhere in my wiki, or on tiddlywiki.com6; Looked all over control panel, tried setting padlock encryption beforehand. Found it on github though, with a $:/tags/ControlPanel tag. What am doing wrong? On Wednesday, July 26, 2017 at 10:32:29 PM UTC+3, Danielo Rodríguez

[tw] Want to encrypt tiddlers by tag, can't figure out the mechanism.

2017-07-26 Thread Vayu Asura
I have a set of tiddlers tagged "admin". I want their content display to require a password. Tried EncryptWidget with the filter [tag[admin]] - with the global set password (through padlock tool) it encrypts itself and I can still edit it. It doesn't encrypt the tagged tiddlers. There's

[tw] Re: How do I center an image withing the modal?

2017-07-26 Thread Vayu Asura
That totally worked, thanks! On Thursday, July 20, 2017 at 10:53:29 PM UTC+3, Eric Shulman wrote: > > On Wednesday, July 19, 2017 at 2:03:15 PM UTC-7, Vayu Asura wrote: >> >> I'm using tm-modal to create a full-res image display. So I call tm-modal >> to display the image

[tw] How do I center an image withing the modal?

2017-07-19 Thread Vayu Asura
I'm using tm-modal to create a full-res image display. So I call tm-modal to display the image tiddler. Extracted all the css rules I found regarding the modal: .tc-modal-wrapper { position: fixed; overflow: auto; overflow-y: scroll; top : 0; right: 0; bottom: 0; left: 0; z-index: 900; }

[tw] Re: Can I manipulate modal window size using parameters?

2017-07-19 Thread Vayu Asura
aren't working? Especially > the simple background example should work pretty much flawlessly ... hmm > ... what browser are you using? > > Good luck, > Mark > > On Wednesday, July 19, 2017 at 12:10:12 PM UTC-7, Vayu Asura wrote: >> >> Doesn't work when I try. >

[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread Vayu Asura
Feels both neat and kludgy at the same time... Thanks, will try that! On Wednesday, July 19, 2017 at 10:04:47 PM UTC+3, PMario wrote: > > Hi, > > That's exactly, what the qualify macro was made for. >

[tw] Re: Can I manipulate modal window size using parameters?

2017-07-19 Thread Vayu Asura
; .tc-modal { > position: fixed; > top: 2em; > left: 0%; > width: 100%; > } > > to give the image the full screen real-estate. > > Good luck, > Mark > > On Wednesday, July 19, 2017 at 9:46:49 AM UTC-7, Vayu Asura wrote: >> >> I'm trying

[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread Vayu Asura
On Wednesday, July 19, 2017 at 9:28:10 AM UTC-7, Vayu Asura wrote: >> >> Basicall I want to combine two examples from documentation: >> >> this >> >> <$button popup="$:/SamplePopupState">Pop me up! >> >> >>

[tw] Can I manipulate modal window size using parameters?

2017-07-19 Thread Vayu Asura
I'm trying this: <$button> <$action-sendmessage $message="tm-modal" $param="Picture 1.2" /> Click me! The "Picture 1.2" is an image tiddler. It is a full screenshot so it's big. When I click the button (formatted as an image thumbnail) I want to get a closer look at the picture at full size.

[tw] Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread Vayu Asura
Basicall I want to combine two examples from documentation: this <$button popup="$:/SamplePopupState">Pop me up! <$reveal type="popup" state="$:/SamplePopupState"> ! This is the popup And this is some text with this <$reveal type="match" state="!!jeremy" text="tiddlywiki">

[tw] Re: Can I make a button to look like a link?

2017-05-26 Thread Vayu Asura
Yeah, thanks. Actually I found this on http://tiddlywiki.com/#ButtonWidget : "*Tip:* Set *class* to tc-btn-invisible tc-tiddlylink to have a button look like an internal link." On Friday, May 26, 2017 at 6:41:30 PM UTC+3, Jed Carty wrote: > > This should work: > > <$button

[tw] Can I make a button to look like a link?

2017-05-26 Thread Vayu Asura
I want a button that sends me to edit specified tiddler (<$button message=tm-edit-tiddler param=MyTiddler /> ). I want it to look and behave like an internal link though (color, cursor change etc.). How do I change default button widget display? Can't figure out styles usage. -- You received

[tw] Re: Can I modify all tiddlers from filter result via button and ActionSetFieldWidget?

2017-05-10 Thread Vayu Asura
<$list filter="[tag[test]]"> > <$action-setfield status="Passed"/> > > > > HTH > Mark > > On Monday, May 8, 2017 at 9:58:33 AM UTC-7, Vayu Asura wrote: >> >> I have a button that modifies a tiddler status field: >> >&

[tw] Can I modify all tiddlers from filter result via button and ActionSetFieldWidget?

2017-05-08 Thread Vayu Asura
I have a button that modifies a tiddler status field: <$button> <$action-setfield $tiddler=testTag2 status="Passed"/> Set testTag2 status to 'Passed' And a filter {{{[tags[test]]}}} When I try something like that: <$button> <$action-setfield $tiddler=*{{{[tag[test]]}}}* status="Passed"/> Set

[tw] Re: TW5 can't pass a tiddler name with spaces correctly as a macro parameter

2017-04-24 Thread Vayu Asura
On Monday, April 24, 2017 at 8:09:08 PM UTC+3, Eric Shulman wrote: > > On Monday, April 24, 2017 at 9:42:20 AM UTC-7, Vayu Asura wrote: >> >> I have this defined >> \define failed(tiddler:<> value:"Failed") >> <$radio tiddler=$tiddler$ field=&q

[tw] TW5 can't pass a tiddler name with spaces correctly as a macro parameter

2017-04-24 Thread Vayu Asura
I have this defined \define failed(tiddler:<> value:"Failed") <$radio tiddler=$tiddler$ field="Status" value=$value$> $value$ \end \define passed(tiddler:<> value:"Passed") <$radio tiddler=$tiddler$ field="Status" value=$value$> $value$ \end when I try to call |[[System Usage]]|<>|<>|