[tw] Re: How to filter through a template using a field and <$edit-text>?

2016-09-22 Thread leeand00
Well one thing that seems to work is to use Vimperator to edit the field, 
but that's kind of a hack and it doesn't really allow you to see the search 
results as you type.  But I'll have to give that a try...

On Thursday, 22 September 2016 15:10:11 UTC-4, Thomas Elmiger wrote:
>
> Hi Andrew, I think the problem is, that your SearchTemplate changes a 
> field in itself. Try to transclude it in another tiddler, like this maybe:
>
> ((Title: Tiddler with Transcluded Search Field))
>
> TagFilter <$edit-text tiddler={{SearchTemplate!!title}} field="dasfilter"
> />
>
> EDIT: even shorter 
>
> TagFilter <$edit-text tiddler="SearchTemplate" field="dasfilter"/>
>
> This seems to be a common trap as the docs state in the Notes section 
> here: http://tiddlywiki.com/#EditTextWidget – "One trap to be aware of is 
> that the edit text widget *cannot be used* to edit a field of the tiddler 
> that contains it. Each keypress results in the tiddler being re-rendered, 
> which loses the cursor position within the text field."
>
> Good luck!
> Thomas
>
> Am Donnerstag, 22. September 2016 17:48:29 UTC+2 schrieb leeand00:
>>
>>
>> However the only issue that I'm having is that when I add the 
>> "SearchTemplate" as implemented in a tiddler like "Filter Example2", it 
>> drops the focus on the $edit-text textbox as soon as you type something, 
>> allowing you only to type one character at a time before reselecting it to 
>> type another character.  
>>
>>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/da701e76-6576-48f3-a282-2bbf33e565d0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: working in fields v. creating fields

2016-09-22 Thread 'Mark S.' via TiddlyWiki
Field work is only sow-sow.

On Thursday, September 22, 2016 at 11:25:39 AM UTC-7, Josiah wrote:
>
> As any peasant like me knows that tilling soil for crops is a combo 
> getting a load of things right ... timing ... seed quality ... basic 
> tilling skills. And moon phases.
>
> TW field-work is extensive though subject to much easier rules.
>
> But is there an Almanac?
>
> Best wishes
> (Agricultural) Josiah
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/17c75d3a-35ed-48cb-a03a-adbe0cdfa057%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread Thomas Elmiger
You are right, Philippe, sorry for my incorrect example. You have to use
several lines:



! Title h1



2016-09-22 22:00 GMT+02:00 Philippe Le Toquin :

> I tried your variant Thomas but I am not sure I understand how to use the
> div in the tiddler.
>
> if I use  !Title  in my tiddler then it gets
> rendered simply as : !Title
> it seems to loose the knowledge it is supposed to be a header.
>
>
>
> On Thursday, 22 September 2016 20:42:30 UTC+1, Thomas Elmiger wrote:
>>
>> Very interesting! Here is my variant. I added a class, so titles are only
>> numbered when inside an element with class="nr" (e.g. 
>> !Title ). This does not affect other tiddlers, they keep standard
>> titles. And I made some similar corrections like Philippe mentioned before,
>> I guess.
>>
>> Thanks a lot and happy numbering!
>> Thomas
>>
>> div.tc-tiddler-body .nr, div.tc-tiddler-preview-preview .nr {
>>counter-reset: h1counter;
>> }
>> div.tc-tiddler-body .nr h1, div.tc-tiddler-preview-preview .nr h1 {
>>counter-increment: h1counter;
>>counter-reset: h2counter;
>> }
>> div.tc-tiddler-body .nr h2, div.tc-tiddler-preview-preview .nr h2 {
>>counter-increment: h2counter;
>>counter-reset: h3counter;
>> }
>> div.tc-tiddler-body .nr h1::before, div.tc-tiddler-preview-preview .nr h1
>> ::before {
>>content: counter(h1counter) ".\a0\a0";
>> }
>> div.tc-tiddler-body .nr h2::before, div.tc-tiddler-preview-preview .nr h2
>> ::before {
>>content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
>> }
>> div.tc-tiddler-body .nr h3::before, div.tc-tiddler-preview-preview .nr h3
>> ::before {
>>content: counter(h1counter)"."counter(h2counter) "." counter(h3counter
>> ) ".\a0\a0";
>>counter-increment: h3counter;
>> }
>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/1bnaQU3O3j0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/tiddlywiki/a338b717-dea7-4f18-a30c-d68e8f4b5967%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CALXLrTh06Fkx4n59MYMCUDXFor74KLP-Tj0eV9KA1ZgOsQOe5A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread Philippe Le Toquin
I tried your variant Thomas but I am not sure I understand how to use the 
div in the tiddler.

if I use  !Title  in my tiddler then it gets rendered 
simply as : !Title 
it seems to loose the knowledge it is supposed to be a header.


On Thursday, 22 September 2016 20:42:30 UTC+1, Thomas Elmiger wrote:
>
> Very interesting! Here is my variant. I added a class, so titles are only 
> numbered when inside an element with class="nr" (e.g.  
> !Title ). This does not affect other tiddlers, they keep standard 
> titles. And I made some similar corrections like Philippe mentioned before, 
> I guess.
>
> Thanks a lot and happy numbering!
> Thomas
>
> div.tc-tiddler-body .nr, div.tc-tiddler-preview-preview .nr {
>counter-reset: h1counter;
> }
> div.tc-tiddler-body .nr h1, div.tc-tiddler-preview-preview .nr h1 {
>counter-increment: h1counter;
>counter-reset: h2counter;
> }
> div.tc-tiddler-body .nr h2, div.tc-tiddler-preview-preview .nr h2 {
>counter-increment: h2counter;
>counter-reset: h3counter;
> }
> div.tc-tiddler-body .nr h1::before, div.tc-tiddler-preview-preview .nr h1
> ::before {
>content: counter(h1counter) ".\a0\a0";
> }
> div.tc-tiddler-body .nr h2::before, div.tc-tiddler-preview-preview .nr h2
> ::before {
>content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
> }
> div.tc-tiddler-body .nr h3::before, div.tc-tiddler-preview-preview .nr h3
> ::before {
>content: counter(h1counter)"."counter(h2counter) "." counter(h3counter) 
> ".\a0\a0";
>counter-increment: h3counter;
> }
>
>
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a338b717-dea7-4f18-a30c-d68e8f4b5967%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] use a title as a list - or maybe another proposal?

2016-09-22 Thread Tobias Beer
Hi Stephan,

May I recommend you model your relations differently and to not rely on 
titles alone?

At each *issue* tiddler i would have a field called *tickets* that serves 
as a list-like field where I would store references to those tiddlers 
representing tickets.

Then it is easy to use a conditional ViewTemplate that shows related 
tickets for issues as well as issues referencing a ticket.

Best wishes,

Tobias.

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ff6deef3-bd20-4825-9112-5943a3daedbd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread Thomas Elmiger
Very interesting! Here is my variant. I added a class, so titles are only 
numbered when inside an element with class="nr" (e.g.  
!Title ). This does not affect other tiddlers, they keep standard 
titles. And I made some similar corrections like Philippe mentioned before, 
I guess.

Thanks a lot and happy numbering!
Thomas

div.tc-tiddler-body .nr, div.tc-tiddler-preview-preview .nr {
   counter-reset: h1counter;
}
div.tc-tiddler-body .nr h1, div.tc-tiddler-preview-preview .nr h1 {
   counter-increment: h1counter;
   counter-reset: h2counter;
}
div.tc-tiddler-body .nr h2, div.tc-tiddler-preview-preview .nr h2 {
   counter-increment: h2counter;
   counter-reset: h3counter;
}
div.tc-tiddler-body .nr h1::before, div.tc-tiddler-preview-preview .nr 
h1::before 
{
   content: counter(h1counter) ".\a0\a0";
}
div.tc-tiddler-body .nr h2::before, div.tc-tiddler-preview-preview .nr 
h2::before 
{
   content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
}
div.tc-tiddler-body .nr h3::before, div.tc-tiddler-preview-preview .nr 
h3::before 
{
   content: counter(h1counter)"."counter(h2counter) "." counter(h3counter) 
".\a0\a0";
   counter-increment: h3counter;
}


-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/27fd3532-ef5d-4153-9847-604c0508ce1a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Who is up for a challenge: Family Management Information System

2016-09-22 Thread Tobias Beer
Hi Farayi,

I'd recommend casting your ideas into clear (functional) "requirements" as 
in "With respect to *foo*, we want our *Family Information Thing* to do 
*bar* so that we can *mumble* because *frotz*" and possibly (but not 
necessarily) respective ideas for (technical) solutions as to how to make 
the idea work.

I'd start by creating a TiddlyWiki that, first and foremost, serves as a 
Notebook or manual with tiddlers like:

   - *About *Contacts (*About *Family, *About *Friends)
   - *About *Places
   - *About *Health
   - About Education
   - About Career
   - About Possessions (About Houses, About Vehicles, About Inventory)
   - About Community
   - About Documents
   - About Memories
   - About Birthdays
   - About Activityíes

And then you document in each of those precisely what type of information 
you wish to save alongside records of each kind, whereas a respective 
record would have the respective tag, e.g. *Contact*.

In a second step, think about where you want to store that related 
information, e.g.:

   - in tags
  - for modeling a hierarchy
   - in fields or list fields, if you want to
  - later retrieve stuff in lists
  - show things conditionally
   - in related tiddlers, incl. DataTiddlers
  - for when you don't want to overload a given tiddler
  - or when that information / detail is really more of a technical, 
  configuration type
   - in sub-tiddlers
  - i.e. those that have that tiddler as a tag
   
The actual records, I would then tag as:

   - Contact (Family, Friend)
   - Place
   - Health
   - Education
   - Career
   - Possession (House, Vehicle, Inventory)
   - Community
   - Document
   - Memory
   - Birthday
   - Activity

I would conceptualize this Family Thing in the most organic manner 
possible. You can pre-define all those category tags, but not necessarily. 
Create, design and define them as you go, as you try to create records for 
each.

If you want to make cross-lists, you could use something like tobibeer/xlist 
 to create tiddlers like:

   - Birthday Memories
   - Health Documents
   - Contact Memories
   - Community Activities
   - etc...

Perhaps use some approach that involves prefixes, e.g.

   - *#* for *status*
   *e.g. #next, #future, #waiting*
   - *@* for *contexts*
   *e.g. @vacation, @call, @write, @vacation*
   - *$* for *projects statuses*
   *e.g. $active, $someday, $maybe*
   - *&* for *contact categories*
   *e.g. $family, $friends, $professionals*
   - *!* for *priorities*
   *e.g. !high, !medium, !low*
   - *whatever *you like, *really*
   *those prefixes help you quickly find stuff*

Each category item should have the category as it's tag, e.g. *@buy* should 
have *Context* as a tag and *About Context* would be tagged *About* and 
explain what a *Context* is and how to work with one´in a tiddler... or 
link to interesting list-tiddlers involving contexts.

For example, you would tag, *Caren Miller*, your theoretical sister, with 
*$family*, and then a tiddler called *Caren's Birthday 2016* tagged *#next*
 and *Activity* and then have a tiddler *2016 Hawai* *Summer Holidays *tagged 
*@vacation* but also *Caren's Birthday 2016*, because you will celebrate 
her birthday that year in Haway, etc...

To cut that long story short, start filling your own Family Information 
Thing with life. And if you later feel like it's such a great thing that 
you wish to share it, abstract and refine some prototype for it into that 
Family Information Edition. Keep in mind that everyone may have their own 
preferences and categories to work with. So, it could really just be an 
instruction manual that writes in simple terms "How to make a great Family 
Information Thingy with TiddlyWiki." ...rather than a full blown thing with 
all your personal preferences as to how you would display what.

And whenever you're stuck with an idea, try to spell it out in the most 
simple, clearly defined terms, each one in its own thread in the groups, 
e.g.

   - *As*
   - *A I want...*
   - *B so that*
   - *C because*
   - *D and I tried*
   - *E but somehow*
   - *F isn't working and* *here's*
   - *G to demonstrate the problem*

Something like that. ;-)

Best wishes,

Tobias.

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1866be6-9921-4563-bbca-a2d28fc63a62%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread Philippe Le Toquin
Brillian c pa,

There is no way I would have worked that out by myself. The only thing I 
had to do was to separate the declaration for div.tc-tiddler-body and 
div.tc-tiddler-preview-preview. If not it would only work for 
div.tc-tiddler-preview-preview

So here is what I put in my stylesheet tiddler

div.tc-tiddler-body {counter-reset: h1counter;}
div.tc-tiddler-body h1 {
counter-increment: h1counter;
counter-reset: h2counter;
}
div.tc-tiddler-body h1:before {
content: counter(h1counter) ".\a0\a0";
}
div.tc-tiddler-body h2 {
counter-increment: h2counter;
counter-reset: h3counter;
}
div.tc-tiddler-body h2:before {
content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
}
div.tc-tiddler-body h3:before {
content: counter(h1counter)"."counter(h2counter) "." counter(
h3counter) ".\a0\a0";
counter-increment: h3counter;
}



div.tc-tiddler-preview-preview {counter-reset: h1counter;}
div.tc-tiddler-preview-preview h1 {
counter-increment: h1counter;
counter-reset: h2counter;
}
div.tc-tiddler-preview-preview h1:before {
content: counter(h1counter) ".\a0\a0";
}
div.tc-tiddler-preview-preview h2 {
counter-increment: h2counter;
counter-reset: h3counter;
}
div.tc-tiddler-preview-preview h2:before {
content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
}
div.tc-tiddler-preview-preview h3:before {
content: counter(h1counter)"."counter(h2counter) "." counter(
h3counter) ".\a0\a0";
counter-increment: h3counter;
}




On Thursday, 22 September 2016 19:38:09 UTC+1, c pa wrote:
>
> Phillippe,
>
> After much fiddling. . . here is the stylesheet you want:
> div.tc-tiddler-body is the css selector for the tiddler content display 
> area
> div.tc-tiddler-preview-preview is the css selector for the preview pane 
> when editing a tiddler
>
> div.tc-tiddler-body, div.tc-tiddler-preview-preview {counter-reset: 
> h1counter;}
> div.tc-tiddler-body, div.tc-tiddler-preview-preview h1 {
> counter-increment: h1counter;
> counter-reset: h2counter;
> }
> div.tc-tiddler-body, div.tc-tiddler-preview-preview h1:before {
> content: counter(h1counter) ".\a0\a0";
> }
> div.tc-tiddler-body, div.tc-tiddler-preview-preview h2 {
> counter-increment: h2counter;
> counter-reset: h3counter;
> }
> div.tc-tiddler-body, div.tc-tiddler-preview-preview h2:before {
> content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
> }
> div.tc-tiddler-body, div.tc-tiddler-preview-preview h3:before {
> content: counter(h1counter)"."counter(h2counter) "." 
> counter(h3counter) ".\a0\a0";
> counter-increment: h3counter;
> }
>
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/db6508f2-8717-4637-9af9-87e7fde4e57b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How to filter through a template using a field and <$edit-text>?

2016-09-22 Thread Thomas Elmiger
Hi Andrew, I think the problem is, that your SearchTemplate changes a field 
in itself. Try to transclude it in another tiddler, like this maybe:

((Title: Tiddler with Transcluded Search Field))

TagFilter <$edit-text tiddler={{SearchTemplate!!title}} field="dasfilter"/>

This seems to be a common trap as the docs state in the Notes section here: 
http://tiddlywiki.com/#EditTextWidget – "One trap to be aware of is that 
the edit text widget *cannot be used* to edit a field of the tiddler that 
contains it. Each keypress results in the tiddler being re-rendered, which 
loses the cursor position within the text field."

Good luck!
Thomas

Am Donnerstag, 22. September 2016 17:48:29 UTC+2 schrieb leeand00:
>
>
> However the only issue that I'm having is that when I add the 
> "SearchTemplate" as implemented in a tiddler like "Filter Example2", it 
> drops the focus on the $edit-text textbox as soon as you type something, 
> allowing you only to type one character at a time before reselecting it to 
> type another character.  
>
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/67025a90-d225-47c7-847b-f7170e50c370%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread 'c pa' via TiddlyWiki
Phillippe,

After much fiddling. . . here is the stylesheet you want:
div.tc-tiddler-body is the css selector for the tiddler content display area
div.tc-tiddler-preview-preview is the css selector for the preview pane 
when editing a tiddler

div.tc-tiddler-body, div.tc-tiddler-preview-preview {counter-reset: 
h1counter;}
div.tc-tiddler-body, div.tc-tiddler-preview-preview h1 {
counter-increment: h1counter;
counter-reset: h2counter;
}
div.tc-tiddler-body, div.tc-tiddler-preview-preview h1:before {
content: counter(h1counter) ".\a0\a0";
}
div.tc-tiddler-body, div.tc-tiddler-preview-preview h2 {
counter-increment: h2counter;
counter-reset: h3counter;
}
div.tc-tiddler-body, div.tc-tiddler-preview-preview h2:before {
content: counter(h1counter)"."counter(h2counter) ".\a0\a0";
}
div.tc-tiddler-body, div.tc-tiddler-preview-preview h3:before {
content: counter(h1counter)"."counter(h2counter) "." 
counter(h3counter) ".\a0\a0";
counter-increment: h3counter;
}

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de94b6da-e288-4baa-abc5-1f93cdf6e969%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] working in fields v. creating fields

2016-09-22 Thread Josiah
As any peasant like me knows that tilling soil for crops is a combo getting 
a load of things right ... timing ... seed quality ... basic tilling 
skills. And moon phases.

TW field-work is extensive though subject to much easier rules.

But is there an Almanac?

Best wishes
(Agricultural) Josiah

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/dcef8979-783c-4329-a7ce-f2f3be211e06%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Working with fields

2016-09-22 Thread Jiri Pokorny
Hi all,

I just can't figure this out. I want to do two things:

1) Edit the default template (or replace it) and add a set of custom fields 
that will be available everytime I edit any tiddler (so I don't have to 
remember them).
2) Adjust all tiddlers to display fields that have some content. I'd like 
that to be a table, pretty much the same as Info > Fields, so it should 
also display a name of the field, but not for empty fields.

Is that possible? 

Thanks!

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f3fe8eb9-677f-4f6a-89c5-4b0dd1c6ff25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread Philippe Le Toquin

Hello Jeremy,

I understand that modern browser can do that when you understand CSS but 
that is my problem. I can't get my head round CSS let alone making 
something nice out of it.

For example I copied the first code from the link you copied in a new 
tiddler and gave it the tag "$:/tag/Stylesheet"

And the result is that now all my open tiddler now have a number added in 
front of the title. I didn't expect that.

And in the content when I used the header level1 (!) then there is no 
number in front of it. It actually only starts at level 2.

! H1
!!H2
!!H2
! H1
!!H2
!!!H3

gives me

H1
1 H2
2 H2
H1
1 H2
  1.1 H3

I would like H1 to have number one in front as well and preferably not have 
the title of my tiddler numbered (also I could live with it!)



On Thursday, 22 September 2016 11:33:28 UTC+1, Jeremy Ruston wrote:
>
>
> But that will work for lists, not for headers..  Will it? 
>
>
> Amazingly, modern browsers do allow the CSS list numbering machinery to be 
> applied to any element, including headings:
>
> http://www.2ality.com/2012/01/numbering-headingshtml.html
>
> Best wishes
>
> Jeremy.
>
>
>
> -- 
> 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+...@googlegroups.com .
> To post to this group, send email to tiddl...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/05403ddd-9146-4a85-b4fd-f3cce9438537%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>
>
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/40d5a293-4aca-4260-81de-248d4f774526%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] use a title as a list - or maybe another proposal?

2016-09-22 Thread 'Mark S.' via TiddlyWiki
I probably don't understand properly, but wouldn't it be better to 
structure your data so that every issue has a "tickets" list field?

Coming from the world of database design, to me the title, being the only 
unique field, should be pretty much sealed in cement once it is created.

I'm sure whatever you come up with will be great!

Mark


On Thursday, September 22, 2016 at 5:41:58 AM UTC-7, Stephan Hradek wrote:
>
> Hi!
>
> After a very long pause I'm using TiddlyWiki again.
>
> And now I came across this "puzzle" which you might be able to solve.
>
> Background: I have a long list of issues which are documented as tiddlers. 
>
> Some of the issues are related to tickets and now I want to add a link to 
> these tickets in my issue-tiddlers.
>
> My idea was to do it similar this:
>
> 1. a tiddler called "related"
>
> related issues
> 
>   <$list filter="[list[!!title]]">
> <$view field="title"/>
>   
> 
>
> 2. add this to an issue-tiddler
>
> {{Ticket-001||related}}
>
> This works fine - as long as I also have a tiddler called "Ticket-001". 
> The issue here is this piece of code filter="[list[!!title]]"
>
> It simply relies on the tiddler to exist. An non-existent tiddler does not 
> have a title field.
>
> So as long as just one ticket is related, I could help myself by simply 
> creating a tiddler for each ticket, which isn't too bad, as I already have 
> that for most of the tickets.
>
> But now the fun part starts.
>
> I want to relate to more than one ticket. So I introduced
>
> {{Ticket-08 Ticket-15||related}}
>
> It took me a while to figure out why this failed, despite the fact, that 
> both Ticket-tiddlers exist.
>
> It's simply that there is no tiddler "Ticket-08 Ticket-15" :(
>
> So what would be YOUR way of solving this conundrum?
>
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0946222c-ad92-4235-84cd-503e511e2684%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] use a title as a list - or maybe another proposal?

2016-09-22 Thread Jeremy Ruston
Hi Stephan

Good to see you back!

> 2. add this to an issue-tiddler
> 
> {{Ticket-001||related}}
> 
> This works fine - as long as I also have a tiddler called "Ticket-001". The 
> issue here is this piece of code filter="[list[!!title]]”

To explain what is going on, first remember that {{title||template}} is 
equivalent to:

<$tiddler tiddler=“title”>
<$transclude tiddler=“template”/>


The final piece of the puzzle is that if the target tiddler of a transclude 
widget does not exist, then the transclusion instead shows the content of the 
transclude widget.

So, that means that {{title||template}} will produce empty output if “title” 
isn’t the name of an existing tiddler.


> It simply relies on the tiddler to exist. An non-existent tiddler does not 
> have a title field.
> 
> So as long as just one ticket is related, I could help myself by simply 
> creating a tiddler for each ticket, which isn't too bad, as I already have 
> that for most of the tickets.
> 
> But now the fun part starts.
> 
> I want to relate to more than one ticket. So I introduced
> 
> {{Ticket-08 Ticket-15||related}}
> 
> It took me a while to figure out why this failed, despite the fact, that both 
> Ticket-tiddlers exist.
> 
> It's simply that there is no tiddler "Ticket-08 Ticket-15" :(
> 
> So what would be YOUR way of solving this conundrum?

I think I’d be inclined to make a global macro:

<>

Best wishes

Jeremy

> 
> 
> -- 
> 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, send email to tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/b2665135-b90e-4261-898d-aea7a1e38fa3%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8654A00A-6C9B-4E86-923B-6CA4ED3D49EB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] use a title as a list - or maybe another proposal?

2016-09-22 Thread Stephan Hradek
Hi!

After a very long pause I'm using TiddlyWiki again.

And now I came across this "puzzle" which you might be able to solve.

Background: I have a long list of issues which are documented as tiddlers. 

Some of the issues are related to tickets and now I want to add a link to 
these tickets in my issue-tiddlers.

My idea was to do it similar this:

1. a tiddler called "related"

related issues

  <$list filter="[list[!!title]]">
<$view field="title"/>
  


2. add this to an issue-tiddler

{{Ticket-001||related}}

This works fine - as long as I also have a tiddler called "Ticket-001". The 
issue here is this piece of code filter="[list[!!title]]"

It simply relies on the tiddler to exist. An non-existent tiddler does not 
have a title field.

So as long as just one ticket is related, I could help myself by simply 
creating a tiddler for each ticket, which isn't too bad, as I already have 
that for most of the tickets.

But now the fun part starts.

I want to relate to more than one ticket. So I introduced

{{Ticket-08 Ticket-15||related}}

It took me a while to figure out why this failed, despite the fact, that 
both Ticket-tiddlers exist.

It's simply that there is no tiddler "Ticket-08 Ticket-15" :(

So what would be YOUR way of solving this conundrum?

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b2665135-b90e-4261-898d-aea7a1e38fa3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] What to edit to get numbered Header level

2016-09-22 Thread Jeremy Ruston

> But that will work for lists, not for headers..  Will it? 

Amazingly, modern browsers do allow the CSS list numbering machinery to be 
applied to any element, including headings:

http://www.2ality.com/2012/01/numbering-headingshtml.html 


Best wishes

Jeremy.


> 
> -- 
> 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, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/05403ddd-9146-4a85-b4fd-f3cce9438537%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3ECAB00F-1A73-4612-8192-02BB5DD4B0D0%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] What to edit to get numbered Header level

2016-09-22 Thread Philippe Le Toquin
That is my problem. I am happy with the list. I want to have the header 
doing the same

! H1
!! H2
!!! H3

Is there a way to the adapt the code for the list to the header level?

On Thursday, 22 September 2016 08:14:11 UTC+1, Danielo Rodríguez wrote:
>
> But that will work for lists, not for headers..  Will 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 email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f12169f6-7a94-4570-aa70-b0a9ebb15fdb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using results of list in tag checkboxes

2016-09-22 Thread PMario
On Thursday, September 22, 2016 at 9:13:41 AM UTC+2, Matthew Petty wrote:
>
> Perfect, thank you!
>

You are welcome!
-m

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cbd09db3-52fb-406c-a85d-3257f8010f7c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] What to edit to get numbered Header level

2016-09-22 Thread Danielo Rodríguez
But that will work for lists, not for headers..  Will 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 email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/05403ddd-9146-4a85-b4fd-f3cce9438537%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Using results of list in tag checkboxes

2016-09-22 Thread Matthew Petty
Perfect, thank you!

On Thursday, 15 September 2016 19:17:15 UTC+4, PMario wrote:
>
> Hi Matthew,
>
> try this: 
>
> \define xxx()
> <$list filter="[prefix[@]sort[title]]" variable="test">
> <$checkbox tag=<>> <>
> 
> \end
>
> <>
>
>
>
> I did use a variable named test. You should adjust the name, so it fits 
> your project better.
>
> have fun!
> mario
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/13917342-14e7-4f05-97e7-e54bdc5277cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 Jump to top

2016-09-22 Thread Thomas Elmiger
Thank you very much! An often missed feature.

I placed my version in the corner at the right bottom and tried to optimize 
accessibility. 
A short documentation is available here: 
http://tid.li/tw5/hacks.html#Link%20to%20Top%20of%20Story – including a 
link to Jed’s original.

Kind regards
Thomas

Am Dienstag, 20. September 2016 10:23:34 UTC+2 schrieb Jed Carty:
>
> I put it up on the wiki reference wiki here 
> .
>  
> I hadn't thought of doing this before.
>

-- 
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, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5588db4e-3cc4-42f9-9262-f298c0d17d6b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.