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

2017-07-19 Thread mystikite
This is what i came up with to do essentially what you are suggesting: This is from a DnD spell sheet selection. \define choose_spell(field:nofield tags:"") <$set name="myTidField" value="$(currentTiddler)$!!$field$"> <$button popup="$:/state/listpop" class="tc-dropdown-handle tc-btn-invisible">

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-19 Thread JWHoneycutt
@Lost Admin Thank you - This is extremely useful. The bastardized simplification is that an online database holds the wiki, and I may work on an OFFLINE version until I sync online again. This basically replaces the functionality of Dropbox. I will stop trying to force my concept of how it wo

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

2017-07-19 Thread Mat
You can use the browser inspector tool (right click on screen at desirec spot and select Inspect) . Therein you can add a style for any element. These are good info sources: https://www.w3.org/Style/Examples/007/center.en.html https://css-tricks.com/centering-css-complete-guide/ <:-) On Wedn

[tw] Re: Help! I killed my Node TW

2017-07-19 Thread Captain Packers
I deleted a bunch of theme related tiddlers that started with $__ and was able to recover On Wednesday, July 19, 2017 at 5:21:38 PM UTC-4, Captain Packers wrote: > > I killed my node TW while messing around with formatting changes. Now when > I open it, all links are completely unresponsive, eve

[tw] Help! I killed my Node TW

2017-07-19 Thread Captain Packers
I killed my node TW while messing around with formatting changes. Now when I open it, all links are completely unresponsive, even is safe mode. I can't even export or get a list of tiddlers to try to export to a new wiki. I don't know how to fix this other than a brute force method of creating a

[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; } .tc-moda

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

2017-07-19 Thread Vayu Asura
I seem to have messed up the tag - when I tried to recreate the behavior in an empty wiki - the red color worked and when I copied the tag I had 2 visually identical tags in the prompt. Probably got a trailing whitespace or something. After fixing that I messed around with PageStylesheet and va

[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Julien H
Thank you very much Eskha et Marc, you both been very helpful. I bookmarked the momentjs documentation. Le mercredi 19 juillet 2017 15:29:23 UTC+2, Eskha a écrit : > > Hi Julien, > > According to moment.js library documentation > (http://momentjs.com/docs/#/parsing/string-format/), > > Correct s

[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. > http://tiddlywiki.com/#qualify%20Macro%20(Examples):%5B%5Bqualify%20Macro%20(Examples)%5D%5D%20

[tw] Re: How do you automatically save a TiddlyWiki to the same file?

2017-07-19 Thread stefct4
On Wednesday, July 19, 2017 at 6:34:27 PM UTC+2, Mark S. wrote: > > > Hopefully I have captured all the options. > > There is TiddlyDesktop, too: http://tiddlywiki.com/#TiddlyDesktop If you open your TiddlyWiki in TiddlyDesktop, saving works as desired, and backups are created, too. Cheers, St

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

2017-07-19 Thread 'Mark S.' via TiddlyWiki
Could you post your play TW where the styles 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. > So

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

2017-07-19 Thread Vayu Asura
Doesn't work when I try. So I made a tiddler, called it modal-css, tagged it with $:/tags/Stylesheet, copied your class description, set content type to TW5 or Static Stylesheet (tried both) and save it. Call a modal and it doesn't change, still 50% of screen, with scrolls, yes, just as before.

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

2017-07-19 Thread PMario
Hi, That's exactly, what the qualify macro was made for. http://tiddlywiki.com/#qualify%20Macro%20(Examples):%5B%5Bqualify%20Macro%20(Examples)%5D%5D%20%5B%5Bqualify%20Macro%5D%5D -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscri

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

2017-07-19 Thread Vayu Asura
I have a control that manipulates a <> type by RadioWidget field mode as a template. I have several <> macros throughout my document where I want that template. If I have two or more toc-tiddlers open in the story and click this control's popup button the popup would appear on all toc-tiddlers

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

2017-07-19 Thread 'Mark S.' via TiddlyWiki
On mine, an oversized picture results in a scroll bar along the bottom. Do you see a scroll bar? The size settings appear to be established by class .tc-modal with attributes: position: fixed; top: 2em; left: 25%; width: 50%; So the image should be given half of your screen space. After that a

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

2017-07-19 Thread 'Mark S.' via TiddlyWiki
Why do you care if the state needs a tiddler instead of a tiddler/field, since the contents are not available ? What is it that you're actually try to accomplish? Good luck, Mark On Wednesday, July 19, 2017 at 9:28:10 AM UTC-7, Vayu Asura wrote: > > Basicall I want to combine two examples from

[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. T

[tw] Re: How do you automatically save a TiddlyWiki to the same file?

2017-07-19 Thread 'Mark S.' via TiddlyWiki
What browser, platform and version are you using? There's been quite a bit of discussion about this lately. See the thread FirefoxESR is best option for TiddlyWiki now -- Action & Opinion

[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"> ~TiddlyWiki!

[tw] Newbie to Newbie Some Plugins for the new Editor Toolbar

2017-07-19 Thread Pit.W.
From Newbie to Newbie: 1. Stephen Kimmel has provided a whole pack of editor buttons which improve productivity dramatically. You find them here: http://skplugins.tiddlyspot.com/ I use them in all my TWs. 2. At the same place you find some plugins for the handling of tables and also for deal

[tw] How do you automatically save a TiddlyWiki to the same file?

2017-07-19 Thread Wayward Horizons
I'm seeking a way to simply just hit "save changes" and not have to navigate to the actual file folder and overwrite it. -- 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 ema

[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Eskha
Hi Julien, According to moment.js library documentation (http://momentjs.com/docs/#/parsing/string-format/), Correct syntax is : "DD/MM/ HH:mm" I checked it in your TW with tiddler "2" end date set to "21/07/2017 23:30" and it worked. Best regards. Eskha Le mercredi 19 juillet 2017 12:

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-19 Thread codacodercodacoder
Wow. "NoteSelf - The Missing Manual" On Wednesday, July 19, 2017 at 8:05:27 AM UTC-5, Lost Admin wrote: > > I might regret this, but I'm going to attempt to help you JWHoneycutt. > > NoteSelf does not work like TiddlyWiki even though it is built on top of > TiddlyWiki. > > NoteSelf stores all o

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-19 Thread Lost Admin
I might regret this, but I'm going to attempt to help you JWHoneycutt. NoteSelf does not work like TiddlyWiki even though it is built on top of TiddlyWiki. NoteSelf stores all of your content online on a server. The server in question uses the Apache CouchDB server software. There is a service

Re: [tw] ver.5.1.14 Password decryption didn't work in Android apps: AndTidWiki

2017-07-19 Thread Jeremy Ruston
Hi Eric > it can't login the encrypted.html on my android mobile too That’s a shame. To dig further it would be helpful to get some information on how it is failing. Is there a JavaScript console available in the browser that you are using? Or any other way to see the error message(s)? I’m no

Re: [tw] ver.5.1.14 Password decryption didn't work in Android apps: AndTidWiki

2017-07-19 Thread ericl
Hi Jeremy it can't login the encrypted.html on my android mobile too Thank you Jeremy Ruston於 2017年7月18日星期二 UTC+8下午11時14分43秒寫道: > > Hi Eric > > TiddlyWiki 5.1.11 works perfect in the Windows OS and Android OS > but TiddlyWiki 5.1.14 can't login with Password decryption in Android OS > with ap

[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Julien H
Hi Mark, I tried many variant but I am not sure to fully understand your suggestion about the 12 hour clock.. I publish the example I was talking about at the address https://houss.in/test/ Can you take a look at it? Regards. Julien. Le mercredi 19 juillet 2017 00:07:39 UTC+2, Mark S. a écrit :