[tw] Re: Can checkboxes use data dictionaries?

2016-06-10 Thread 'Stuart Amor' via TiddlyWiki
This works well for me, but rather then entering a "0" when unchecked is it possible to remove the index and value from the data tiddler? On Monday, 30 May 2016 20:36:47 UTC+1, Eric Shulman wrote: > On Sunday, May 29, 2016 at 2:49:13 PM UTC-7, Mark Armitage wrote: > I would like to have a

Re: [tw] Re: Can checkboxes use data dictionaries?

2016-06-01 Thread Jan
Hi Mark, thanks a lot, i could not find a documentation of the |toc-tabbed-external-nav macro before. Your proof helped me a lot All the best Jan | Am 01.06.2016 um 10:48 schrieb Mark Armitage: I was asked about the sidebar, it's based on 'How to add a new tab to the sidebar' in the

[tw] Re: Can checkboxes use data dictionaries?

2016-06-01 Thread Mark Armitage
The only issue seems to be it doesn't select the new tabs at startup if you set it in the control panel! Only just noticed this. See 'auto open selected sidebar tab from a tiddler?' if it's important. On Sunday, 29 May 2016 22:49:13 UTC+1, Mark Armitage wrote: > > I would like to have a

[tw] Re: Can checkboxes use data dictionaries?

2016-06-01 Thread Mark Armitage
I was asked about the sidebar, it's based on 'How to add a new tab to the sidebar' in the documentation. I created a tiddler called 'Sidebar-Index' and tagged it with '$:/tags/SideBar', it then appears as a tab on the right, I wanted to change it's name so I added a caption field '~ToC', and a

[tw] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread Mark Armitage
Works like a charm, I am very grateful to you all. In the image, the checkboxes are in the top tidder in a table, when clicked the data in the data dictionary held in the bottom tiddler is modified. All nice and tidy which suits my OCD. No spurious fields, no extra tags. Wonderful.

[tw] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread Mark Armitage
Many thanks everyone, I will give this a go. Where do I find 'Inside TiddlyWiki' sounds like that might be useful. I remember TiddlyTools from my v2 days some years back! All the best everyone, Mark. On Monday, 30 May 2016 20:36:47 UTC+1, Eric Shulman wrote: > > On Sunday, May 29, 2016 at

[tw] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread Eric Shulman
On Sunday, May 29, 2016 at 2:49:13 PM UTC-7, Mark Armitage wrote: > > I would like to have a single tiddler which holds a data dictionary, say: > TEST >AA:1 >BB:0 >CC:0 > Then in another tiddler, have a checkbox that gets it's value from the > data dictionary (TEST), so say: > CB >

[tw] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread 'Mark S.' via TiddlyWiki
As a thought, you could do it with buttons and reveals. A small button like [✓ ] Bowties are cool [✓ ] Fezzes are cool could be used to set your data fields. The button would swap/reveal itself as a checkmark or empty brackets depending on the state of the stored condition. (The documentation

[tw] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread Jed Carty
While it isn't ready yet I will extend the GenTags plug-in I made to support checkboxs. -- 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] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread Mark Armitage
It is an improvement but the fields are listed on every tiddler as user fields, I mean when you go to the field name popup. If you create a number of checkboxes then this is going to get very messy and unwieldy. I was hoping that they had implemented data dictionary support for checkboxes as

[tw] Re: Can checkboxes use data dictionaries?

2016-05-30 Thread 'Mark S.' via TiddlyWiki
Since there's no $index field in the checkbox widget, I doubt it can be done. But you can keep all your fields in one tiddler. If your checkboxes were like this: <$checkbox tiddler="CheckboxData" field="chk1" checked="open" unchecked="closed" default="closed">Field One <$checkbox