[tw] Re: [TWC] Basic button plugin help?

2014-08-16 Thread whatever
Hey! The CSS should go to the Stylesheet. If you'll be doing a plugin, I suggest setting up your own shadow tiddler stylesheet like this: config.shadowTiddlers.ExpirationDateStylesheet = /*{{{*/\n + .ExpirationButton {border: 1px solid black; margin: 0 10px;}\n + .ExpirationText {color:

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-16 Thread PMario
Hi Ian, You probably changed one of your PageTemplate tiddlers. May be $:/core/ui/PageTemplate/sidebar * So make a backup copy of your original TW * Open the tiddler above and delete it * see what happens :) -mario -- You received this message because you are subscribed to the Google Groups

Re: [tw] What setting defines this?

2014-08-16 Thread Daniel Baird
It could be a browser highlight indicator -- is it showing up always, or when you hover over the button with your mouse, or does it move around when you hit tab and shift-tab? ;D On 16 August 2014 07:46, crash.pop.q...@gmail.com wrote:

[tw] Re: TiddlyWiki Hangout #57 on Tuesday 19th August at 4pm BST (UTC+1)

2014-08-16 Thread Jeremy Ruston
Just a reminder that the next TiddlyWiki Hangout will be on Tuesday 19th August at 4pm BST (UTC+1) Best wishes Jeremy On Mon, Aug 4, 2014 at 10:48 AM, Jeremy Ruston jeremy.rus...@gmail.com wrote: The next TiddlyWiki Hangout won't be for two weeks -- on Tuesday 19th August at 4pm BST

[tw] Tweaking reveal states and button states

2014-08-16 Thread David Gifford
Hi everyone, This morning I was playing around with a cool slider idea (see below). But I need your help. The idea is that each TOC tiddler would have a list showing links to all tiddlers tagged with the current tiddler and also tagged with $:/TOC. For each tiddler in the list, you would see

[tw] Re: Tweaking reveal states and button states

2014-08-16 Thread David Gifford
Or if I turned it into an ordered list, could there be something roughly like this? set=$:/state/$title of tiddler in which the list is found$/# in present ordered list On Saturday, August 16, 2014 9:21:23 AM UTC-5, David Gifford wrote: Hi everyone, This morning I was playing around with a

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-16 Thread Ian
Awesome, that fixed it. Many thanks! On Saturday, August 16, 2014 3:14:45 AM UTC-4, PMario wrote: Hi Ian, You probably changed one of your PageTemplate tiddlers. May be $:/core/ui/PageTemplate/sidebar * So make a backup copy of your original TW * Open the tiddler above and delete it *

[tw] Re: [TW5] Announcing TiddlyWiki 5.0.14-beta

2014-08-16 Thread paolo b
Hi Jeremy I've noted a minor issue with the Save changes icon. When you open a tiddler for edit, the icon becomes immediately red. If you close the tiddler without actually changing anything, the icon stays red, thus suggesting there was a change. Also if you discard any changes made, the

[tw] Re: Tweaking reveal states and button states

2014-08-16 Thread David Gifford
Here is a more refined version, but with the same problem described in the original post http://www.giffmex.org/experiments/Philosophy.html -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

[tw] Re: Tweaking reveal states and button states

2014-08-16 Thread David Gifford
Forgot to mention that in this file you can already use the newhere buttons at the top of the tiddlers to create subindexes, notes and notes with images. http://www.giffmex.org/experiments/Philosophy.html -- You received this message because you are subscribed to the Google Groups

[tw] [TW5] How to automate Table of Content?

2014-08-16 Thread Matthew DeAbreu
Using the table of contents from tiddlywiki.com as a starting point you can use the list widget to generate a list of tiddlers. For example this code below will create a list of all tiddlers tagged with Game. toc-heading Games ol $list filter='[!is[system]tag[Game]]' liolli$link$view