[tw] Re: how do display all tiddlers created on a particular day

2017-12-07 Thread christianhauck
Hi all, also particular Jeremy

first I thought : OMG, what have I done to stir up such a discussion. But I 
think it's useful.
TiddlyWiki is such a mindtwisting thing ... (in 2004 I thought I understood 
most of it, I know each functionality, where it was, in the long text in 
notepad ;-)

Anyway, my particular case: the solution from my post yesterday works fine. 
Possibly because I changed the default date format everywhere to the one 
that I mentioned, so it is consistent, and I don't need to use the new 
functionalities posted.
But I'll expolre them nevertheless, just to learn.

Thanks again, you are amazing.

/chris

-- 
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/eb5a1f34-d056-4de2-b4d3-f87109b4dabd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck

:D

-- 
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/0ee9fc8a-3071-4599-85f6-44f51a3f8ade%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
cool

I modified slightly by adding a horizontal line before, and comma space 
between the tiddlers as they are displayed.

One more question: the tiddlers shown are only Tiddlers that work as links 
if they are written in CamelCase. If not, they are just plain text. Is 
there a way to convert them all into explicit Tiddlers?, like [[even this 
would be a link to a tiddler]] ?

---
<$list filter="[all[current]]" variable="prefix">
<$list filter="[all[tiddlers]!prefix[$]]" >
<$wikify text='<$view field=modified format="date" template="-0MM-0DD 
ddd"/>' name=date>
<$list filter="[titleprefixsuffix]" variable=dum>
<>, 






-- 
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/0452969f-1bfa-4b73-a0ca-68c1e8333a64%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
I don't want to tag individual tiddlers with date journal tiddler, I want 
to pull the list in (create it dynamically) automatically.
List of all tiddlers (old, or new) which have been touched/updated on the 
"nominal" date of the journal tiddler.
therefore: get the "nominal" date from the title text (which is a string 
for th etext) and not from the date field. 

Am Mittwoch, 6. Dezember 2017 11:33:11 UTC+1 schrieb christianhauck:
>
> I have journal tiddlers with the date as title - I changed the format 
> to -0MM-0DD ddd , for example today is "2017-12-06 Wed"
>
> I try to have a function (which I could transclude in the template for 
> journal tiddlers at the bottom) which does the following:
> - look up the title (not use the date, but the title, because I might 
> finish yesterday's journal only today (or even tomorrow), then it is about 
> yesterday: the title is yesterday (but as text, format  -0MM-0DD ddd) 
> whereas the date of the tiddler is today, whenever I do the last 
> modification..
> - display a list of the tiddlers modified on that day, in a format similar 
> to how they are shown in the sidebar (list down).
> So that each journal shows, at the bottom, a list of all tiddlers modified 
> on that day.
> It should be a function which does that calculation whenever it is called, 
> I don't try to hard-instantiate the list of the tiddlers per day in the 
> journal.
>
> I tried but failed, thanks for help
>
> /chris
>

-- 
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/a3190ca0-a44a-4974-b76f-c8a060e985dd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] how do display all tiddlers created on a particular day

2017-12-06 Thread christianhauck
I have journal tiddlers with the date as title - I changed the format 
to -0MM-0DD ddd , for example today is "2017-12-06 Wed"

I try to have a function (which I could transclude in the template for 
journal tiddlers at the bottom) which does the following:
- look up the title (not use the date, but the title, because I might 
finish yesterday's journal only today (or even tomorrow), then it is about 
yesterday: the title is yesterday (but as text, format  -0MM-0DD ddd) 
whereas the date of the tiddler is today, whenever I do the last 
modification..
- display a list of the tiddlers modified on that day, in a format similar 
to how they are shown in the sidebar (list down).
So that each journal shows, at the bottom, a list of all tiddlers modified 
on that day.
It should be a function which does that calculation whenever it is called, 
I don't try to hard-instantiate the list of the tiddlers per day in the 
journal.

I tried but failed, thanks for help

/chris

-- 
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/b5a06952-7969-4eda-a414-841322d0c055%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Most Recent Journal

2017-10-23 Thread christianhauck
UPDATE: just noticed that
 !sort[created]first[]
is a somewhat strange way to express it, and 
sort[created]last[]
is more logical.

It does the same, obviously.
<$list filter="[tag[Journal]sort[created]last[]]">
<$transclude  mode="block"/>



-- 
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/0223e203-b92a-40b7-b598-e1c262f524b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Most Recent Journal

2017-10-23 Thread christianhauck
Just sharing a solution:

I try to get back to using Tiddlywiki.

I keep a daily journal, and I want to automatically display only the most 
recent entry.

It works like this:

I created a new tiddler called "Most Recent Journal"

with this content:
<$list filter="[tag[Journal]!sort[created]first[]]">
<$transclude  mode="block"/>


And then added [[Most Recent Journal]] to the DefaultTiddlers.

-- 
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/60b58703-1d5a-4dcb-8e94-c31100d32ae8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: PROBLEM: TEXT OF <<.def is not visible in Tiddlers created from empty.html

2017-10-20 Thread christianhauck
Thanks a lot to both. It works! And you answered so fast :-)

Am Freitag, 20. Oktober 2017 15:15:49 UTC+2 schrieb Mark S.:
>
> Did you need text to display that way for some reason?
>
> .def is one of the documentation macros. They're probably only useful 
> within the context of the full TiddlyWiki.com wiki.
>
> You could drag and drop $:/editions/tw5.com/doc-macros into your 
> tiddlywiki. That will probably fix it.
>
> Good luck!
> Mark
>
> On Friday, October 20, 2017 at 6:06:33 AM UTC-7, christianhauck wrote:
>>
>> I downloaded empty.html, entered some content manually, and also imported 
>> some tidders from tiddlywiki.com.
>> For example, I dragged and dropped the tiddler "Railroad Diagrams"
>> Compared to the full Tiddlywiki, the image of the railroad diagrams was 
>> not visible. Solution: Contorl Panel, Plugins, get more plugins, Railroad 
>> Diagram plugin. Save, and reload. Works.
>> But also the text at the beginnig , which in the Tidder (coded) is
>>
>> <<.def "Railroad diagrams">>, sometimes called <<.def "syntax 
>> diagrams">>, are 
>>
>> and in Tiddlwiki is rendered as 
>>
>> Railroad diagrams, sometimes called syntax diagrams, are 
>>
>> appears in my slightly modified empty.html only as 
>>
>> , sometimes called , are
>>
>> So the text of the definitions, what is inside the markup, is missing.
>> What do I need to do in order to have the full functionality?
>>
>> thanks
>>
>> /chris
>>
>
>

-- 
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/fce10e14-0a55-4c13-bed1-823feccf3fbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] PROBLEM: TEXT OF <<.def is not visible in Tiddlers created from empty.html

2017-10-20 Thread christianhauck
I downloaded empty.html, entered some content manually, and also imported 
some tidders from tiddlywiki.com.
For example, I dragged and dropped the tiddler "Railroad Diagrams"
Compared to the full Tiddlywiki, the image of the railroad diagrams was not 
visible. Solution: Contorl Panel, Plugins, get more plugins, Railroad 
Diagram plugin. Save, and reload. Works.
But also the text at the beginnig , which in the Tidder (coded) is

<<.def "Railroad diagrams">>, sometimes called <<.def "syntax diagrams">>, 
are 

and in Tiddlwiki is rendered as 

Railroad diagrams, sometimes called syntax diagrams, are 

appears in my slightly modified empty.html only as 

, sometimes called , are

So the text of the definitions, what is inside the markup, is missing.
What do I need to do in order to have the full functionality?

thanks

/chris

-- 
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/4ce72351-1898-4c41-88ce-131bbec3bb69%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyWiki examples Tiddler - correction needed

2009-06-05 Thread christianhauck

just recommended Tiddlywiki to a former colleague for building his own
website. On that occasion I noticed that on the examples tiddler
http://tiddlywiki.com/#Examples the link to the body-building club in
paris http://www.superphysique.net/ is still valid, but the site has
been taken over, and is no longer a Tiddlywiki.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to TiddlyWiki@googlegroups.com
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~--~~~~--~~--~--~---