[tw5] Re: I promise I searched for this answer

2020-07-09 Thread Daniel Zion
Hey all,

Sorry for the delay. Attached is a screen shot of my 
$:/config/NewJournal/title shadow tiddler. 

Mark,

I tried making that tiddler to see all by created date, but nothing showed 
up. Did I need to have the title formatted a certain way? I put 
$:/tags/ViewTemplate as a tag but nothing showed up there.

thanks again for all the help!

On Friday, June 26, 2020 at 10:27:48 AM UTC-4, Mark S. wrote:
>
>
>
> On Friday, June 26, 2020 at 6:39:18 AM UTC-7, Daniel Zion wrote:
>>
>> Mark,
>>
>> Thanks for the link to that page on the filters. I hadn't messed with the 
>> Advanced Search yet, but that does seem like an easier place to try out 
>> some filters. I created the tiddlers in order, so February first on though 
>> June, so I don't think it was that. Reading TW's reply, it seems like I 
>> didn't understand what fields were included, or how they were formatted. 
>>
>>
> I would need to see the actual tiddlers to know what's going on. The 
> sorting algorithm is pretty accurate, so at the moment I have to assume 
> that one or more of the items were created out of order.
>
> As an experiment, you can create a tiddler and tag it with 
> $:/tags/ViewTemplate , with the following contents:
>
> {{!!created}}
>
> This will display the created date on every tiddler. Then you can look at 
> the tiddlers that are out of order and see if the title date stamp matches 
> the created date stamp. When you're done, you can delete the viewtemplate 
> tiddler.
>
> Good luck!
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62d0b099-6328-4f06-80c8-4b68645c9480o%40googlegroups.com.


[tw5] Re: I promise I searched for this answer

2020-06-26 Thread Daniel Zion
Mark,

Thanks for the link to that page on the filters. I hadn't messed with the 
Advanced Search yet, but that does seem like an easier place to try out 
some filters. I created the tiddlers in order, so February first on though 
June, so I don't think it was that. Reading TW's reply, it seems like I 
didn't understand what fields were included, or how they were formatted. 

TW,

I guess in my searching I didn't see other people having similar issues. Or 
at least the titles seemed different enough that I didn't open the 
discussions. I have added your json and will see how that works. The 
content of my $:/config/NewJournal/title tiddler was:  MM DDTH. 
Thankfully I'm not too far into using Tiddlywiki, so manually adding the 
date field for the ones I have shouldn't take too long. 

Thanks so much for your reply and work on that add-in.

On Thursday, June 25, 2020 at 8:19:53 PM UTC-4, TW Tones wrote:
>
> Folks,
>
> This is an example of a re-occurring issue with the standard distributions 
> "new journal and new journal here feature". Created an Modified dates are 
> not the journal date, and given all manor of title dates that can be set in 
> $:/config/NewJournal/Title 
> <https://tiddlywiki.com/#%24%3A%2Fconfig%2FNewJournal%2FTitle> people 
> like Daniel can build a substantial journal and find it hard to use the 
> title to deal with listing.
>
> My attached json modified new journal and new journal here to add a 
> journal-date to journal entries to a more robust date field for listing 
> exists. I must revisit how to submit core changes for this.
>
> Daniel,
> The answers to you questions would be simpler if the journal-date field 
> existed on your journal tiddlers.
>
> If you tell us what the journal tiddlers title format is from $:/
> config/NewJournal/Title 
> <https://tiddlywiki.com/#%24%3A%2Fconfig%2FNewJournal%2FTitle> and you 
> used this consistently, I*/*we can give you a batch button to update all 
> existing journal entries to include a journal-date field.
>
> If you install my attachment the journal-date will be created going 
> forward.
>
> Including the journal-date also allows one to post future and past 
> journals.
>
> Regards
> Tony
>
> On Friday, June 26, 2020 at 12:20:12 AM UTC+10, Daniel Zion wrote:
>>
>> Hey all,
>>
>> I started using Tiddlywiki in February for a commonplace book kind of 
>> thing. I like the journal aspect, but I'm having a problem with organizing 
>> it. I have a "Journal List" tiddler that has the very simple 
>> <>
>>
>> to display all of my journal tiddlers. I've run into two issues that I 
>> can't seem to find an answer for. First, this organizes the list by the 
>> title alphabetically, not by date. What could I add that puts them by date? 
>> I use ISO 8601 for my dates, so it's useable as is, but it would be nice to 
>> get them right.
>>
>> Second, how could I limit it to only show year 2020? I might end up using 
>> this for a while and wouldn't want a massive list of journal tiddlers if I 
>> could have a "Journal List 202x" for each year. 
>>
>> Thanks in advance!
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f727bdd7-5292-41e2-8bca-5a20a1c6444bo%40googlegroups.com.


[tw5] Re: I promise I searched for this answer

2020-06-25 Thread Daniel Zion
Mark, I guess I am not adding an additional date field, just set the date 
of new journal tiddlers to " MMM DDth." 

Eric, I ended up trying 
<>

Which works, except for some reason June is below the rest! Feb-May is in 
order from newest on top to oldest on the bottom, but June is below 
everything else?

thanks you both for your help! I didn't find a syntax guide (that I 
understood) for adding filters, so thanks for that too.

On Thursday, June 25, 2020 at 10:56:10 AM UTC-4, Eric Shulman wrote:
>
> On Thursday, June 25, 2020 at 7:20:12 AM UTC-7, Daniel Zion wrote:
>>
>> I started using Tiddlywiki in February for a commonplace book kind of 
>> thing. I like the journal aspect, but I'm having a problem with organizing 
>> it. I have a "Journal List" tiddler that has the very simple
>> <>
>> to display all of my journal tiddlers. I've run into two issues that I 
>> can't seem to find an answer for. First, this organizes the list by the 
>> title alphabetically, not by date. What could I add that puts them by date? 
>> I use ISO 8601 for my dates, so it's useable as is, but it would be nice to 
>> get them right.
>>
>
> You can combine multiple filter operators to achieve more specific 
> results.  In this case, add in the sort[...] operator, like this:
> <>
> This will find tiddlers with the "Journal" tag AND also sort the resulting 
> list by the "modified" date field of each tiddler, in reverse order (i.e., 
> newest date first)
>
> <>
> This will find tiddlers with the "Journal" tag, where the "modified" field 
> value "begins with 2020" (using "regular expression" syntax)
>
> enjoy,
> -e
>
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/47684931-700d-4598-936a-f4fa5e065f0do%40googlegroups.com.


[tw5] I promise I searched for this answer

2020-06-25 Thread Daniel Zion
Hey all,

I started using Tiddlywiki in February for a commonplace book kind of 
thing. I like the journal aspect, but I'm having a problem with organizing 
it. I have a "Journal List" tiddler that has the very simple 
<>

to display all of my journal tiddlers. I've run into two issues that I 
can't seem to find an answer for. First, this organizes the list by the 
title alphabetically, not by date. What could I add that puts them by date? 
I use ISO 8601 for my dates, so it's useable as is, but it would be nice to 
get them right.

Second, how could I limit it to only show year 2020? I might end up using 
this for a while and wouldn't want a massive list of journal tiddlers if I 
could have a "Journal List 202x" for each year. 

Thanks in advance!

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cfb29b53-c206-4390-8c4e-0c69ab71acc2o%40googlegroups.com.