[tw] Re: TW5 hiding tiddlers by username, and locking?

2017-07-09 Thread 'Mark S.' via TiddlyWiki
Ignore that post. I just realized (D'oh) you can accomplish the same thing just by adding this line to the stylesheet inside the <$reveal> widget: .tc-tagged-GM_Only .tc-tiddler-body {display:none} Have fun, Mark On Sunday, July 9, 2017 at 9:51:44 PM UTC-7, Mark S. wrote: > > Oh. Great! Then

[tw] Re: TW5 hiding tiddlers by username, and locking?

2017-07-09 Thread 'Mark S.' via TiddlyWiki
Oh. Great! Then you probably don't need to change $:/core/ui/ViewTemplate/body to: <$reveal tag="div" class="tc-tiddler-body" type="nomatch" state=< > text="hide" retain="yes" animate="yes"> <$list filter="[all[current]!tag[GameNote]!has[plugin-type]!field:hide-body[yes]]"> <$transclude>

[tw] Re: TW5 hiding tiddlers by username, and locking?

2017-07-09 Thread mystikite
Partway? You just gave me exactly the piece i need! I honestly expected a response of "Sorry, TW5 doesn't support that, you'll have to code your own." responses. Here is what i settled on: I changed the CSS part to: .tc-tagged-GM_Only button[title="Edit this tiddler"] {display:none} So

Re: [tw] Tiddlywiki on android

2017-07-09 Thread 'Mark S.' via TiddlyWiki
You have to give it the host number (well, maybe 0.0.0.0 works also). Like: tiddlywiki mydir --server 8080 $:/core/save/all text/plain text/html "" "" 192.168.0.245 See "ServerCommand" at tiddlywiki.com Good luck, Mark On Sunday, July 9, 2017 at 4:58:36 PM UTC-7, TonyM wrote: > > Thanks

[tw] Re: FirefoxESR is best option for TiddlyWiki now -- Action & Opinion

2017-07-09 Thread Alfonso Arciniega
Thanks for your input, Josiah, Allow me to further explain. All you need to do is download an updated Unbranded every time a new version comes up; up and until version 56, which will be more advanced and secure than the current ESR v.52 anyways. When the official FF v.57 comes out, you may

Re: [tw] Tiddlywiki on android

2017-07-09 Thread TonyM
Thanks Xavier, We sometimes make simple mistakes just at the time we are frustrated. I have local access on the phone now and it is saving, thank you. To facilitate building my desired phone based tiddlywiki I now need to access it from my laptop on the same network. simply using the IP

[tw] Re: TW5 hiding tiddlers by username, and locking?

2017-07-09 Thread 'Mark S.' via TiddlyWiki
I'm not sure if you meant $:/state/UserName. I went with $:/status/UserName. TW5 will let you put widgets inside of stylesheet tiddlers. If you put this inside a tiddler tagged as a stylesheet... <$reveal type="nomatch" state="$:/status/UserName" text="MARK"> button[title="Edit this

[tw] Re: TiddlyWiki classic themes?

2017-07-09 Thread Wayward Horizons
On Sunday, July 9, 2017 at 7:18:05 PM UTC-4, Dragon Cotterill wrote: > > Try the venerable TiddlyTools. > http://www.tiddlytools.com/#SwitchThemePlugin > I have tried

[tw] Re: TiddlyWiki classic themes?

2017-07-09 Thread Dragon Cotterill
Try the venerable TiddlyTools. http://www.tiddlytools.com/#SwitchThemePlugin -- 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

[tw] TW5 hiding tiddlers by username, and locking?

2017-07-09 Thread mystikite
I'm attempting to use TiddlyWiki as a Gaming notebook for my gaming groups campaign. The DM needs a way to save notes, but 'obscure' some things until he's ready. First, i'd like to point out that I am unconcerned about multi-user writing issues, and actual security isn't my goal. We're on a

Re: [tw] adding javascript function to TW5

2017-07-09 Thread Jan
Hi again Thomas, you once posted a kind of instrucional experiment on integrating a va-script ( It must be about one and a half years ago... ) I already looked for it in the some time ago and was not able to locate it, could you post it again. Best Wishes, Jan Am 09.07.2017 um 10:45 schrieb

[tw] What do each of the color fields in the ColorPalette tiddler correspond to?

2017-07-09 Thread Wayward Horizons
It seems unclear, and it's not listed anywhere. -- 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,

[tw] TiddlyWiki classic themes?

2017-07-09 Thread Wayward Horizons
I can barely find any sites that still have TiddlyWiki themes, or at least themes for TiddlyWiki classic. Are there any sites with tiddlywiki classic themes, and if there are, could you link me to them? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki"

[tw] Re: [TW5] Extracting things from a randomly selected tiddler

2017-07-09 Thread David Sevilla
It worked like a charm! Thanks a lot. On Saturday, July 8, 2017 at 10:52:10 PM UTC+2, Mark S. wrote: > > Tobias <$setvar> and TW5 <$set> interpret filters differently, returning > list items that internally have square brackets. My work-around was to > strip them off with the removeprefix and

Re: [tw] Re: Debugging in TW

2017-07-09 Thread Jan
Hi Mario, Thanks Mario, I'll try that... Jan Am 09.07.2017 um 07:25 schrieb PMario: hi, if you open the dev console with f12 you'll get more details. -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: [TW5] rpn – Basic Math in Reverse Polish Notation (Prerelease)

2017-07-09 Thread Thomas Elmiger
Hi Josiah 1) You can pull together three operations like this: <$macrocall $name="rpn" a=<> b=<> operation="%"/> or like this: \define a() <> \define b() <> <$macrocall $name="rpn" a=<> b=<> operation="+"/> If you need more you will have to wikify intermediate results. 2) Not really in the

[tw] adding javascript function to TW5

2017-07-09 Thread Thomas Elmiger
Take a look at this: http://tiddlywiki.com/dev/index.html#JavaScript%20Macros You will notice that there is no direct access to DOM-objects … Maybe you would profit from inspecting Jed’s existing solution here:

[tw] adding javascript function to TW5

2017-07-09 Thread RunningUtes
I would like to add a javascript function to TW5 but am not sure how to accomplish it. https://www.peter-eigenschink.at/projects/steganographyjs/showcase/ Specifically, I would like to add the JavaScript library *steganography.js .*

[tw] Re: Tiddlywiki on android

2017-07-09 Thread TonyM
IF this worked, it dd not for long. On Tuesday, 13 June 2017 13:14:30 UTC+10, TonyM wrote: > > Thanks Ton, I have installed the N - 1 version and it works. > > Version 1.0alpha18.1-signed.1-signed may work for people reading this > message from android firefox > >