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

2020-07-09 Thread 'Mark S.' via TiddlyWiki
When you make the view template, and remember to put {{!!created}} in the 
text field, the date should show up in view mode on EVERY tiddler. If it 
doesn't, then you've probably done something wrong in the creation of the 
template tiddler. The dates should show up with the default formatting.

Sometimes when you type something into a tag field, you might accidentally 
add a space. So be sure that the correct tag has been submitted.

Another way to approach it is to put something like this in a tiddler:

<$list filter="[tag[Journal]!sort[created]]">
<$link/> // {{!!created}}// 


This will list your journal entries and show the "created" date it's 
seeing. That way you can pick out any discrepancies.

HTH

On Thursday, July 9, 2020 at 6:34:24 AM UTC-7, Daniel Zion wrote:
>
> 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/32579957-1fd3-43c5-a9f5-8d8c1723ae5fo%40googlegroups.com.


[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 'Mark S.' via TiddlyWiki


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/af9a2843-4722-42c5-a260-c1d94d51ab03o%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 
>  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 
>  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 'Mark S.' via TiddlyWiki
Interesting, Eric and I posted within a minute of each other.

You can start your exploration of the wonderful world of filters here:

https://tiddlywiki.com/#Filters

Did you happen to make the the Feb/May tiddlers *after* you made the June 
one's ? Like you started with recent items and then later back-filled the 
older tiddlers? Because the "created" date reflects the date the tiddler 
was created, which could easily be different than the date you happen to 
put in your title.

Good luck!

On Thursday, June 25, 2020 at 10:51:49 AM UTC-7, Daniel Zion wrote:
>
> 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/bf29aea8-bd67-4e88-9cb5-f9c9609d30d7o%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] Re: I promise I searched for this answer

2020-06-25 Thread 'Mark S.' via TiddlyWiki
Are you using a date field for your date?

You should be able to extend the filter to something like:

<>

to sort by your date field (e.g. mydatefield) and restrict items to those 
containing "202".

Good luck!

On Thursday, June 25, 2020 at 7:20:12 AM UTC-7, 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/e2c6ee2e-ba0d-4d46-bf75-0a8d42c80eabo%40googlegroups.com.


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

2020-06-25 Thread Eric Shulman
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/15bdeb29-c3ab-4f19-828e-eb31bdd785eao%40googlegroups.com.