Re: [tw] Re: Archiving Journal Entries

2016-02-13 Thread Tobias Beer
Hi Shay,
 

> I write in the journal more often, and 70% of the time it's from my phone. 
> Title as time stamp allows me to know when I wrote it. There's usually not 
> just one topic, but more.
>

I'd possibly be using a "published" (or even "journal") field to store a 
given date (same format as the date or modified format) that would neither 
be the created date or the modified date of the actual tiddler.

Alternatively, to literally edit the "created" field, so you can set it to 
the created date of your note, rather than the created date of that 
tiddler, would be to use a conditional edit template to expos the created 
date for editing in edit mode, e.g. via:

title: $:/_my/ui/EditTemplate/created
tags: $:/tags/EditTemplate

''created:'' <$edit-text field="created" tag="input"/>

...then you are free to use perhaps more human readable note titles, of 
course having a wee bit of a constraint regarding uniqueness. Something you 
wouldn't run into when using the date as a title. So, just a thought. You 
could always add a given date at the beginning or end of your title, if you 
ever need to for uniqueness.

In fact, I would actually want an option in TiddlyWiki, e.g. a checkbox 
that allows me to specify if I want to see the created and even the 
modified field. So I can explicitly modify or even delete them if I want 
to. I know how to do these things myself and. So, that's perhaps the better 
way to go (e.g. via plugin) as I imagine not many people feeling an urge to 
do any of 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/31526ca0-72b0-4863-aa16-62791f69d820%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Archiving Journal Entries

2016-02-12 Thread Shay Shaked
Hi all, sorry I need to organize my email better to see these...

Benefits:
I write in the journal more often, and 70% of the time it's from my phone.
Title as time stamp allows me to know when I wrote it. There's usually not
just one topic, but more.

I read through the journal, highlight what I like, and make a more
"professional" looking wiki entry for it. This tiddler will be by topic and
organized.

On Thu, Feb 4, 2016, 11:33 Pit.W.  wrote:

> Using a date as a title
> -allows easy sorting
> -is sort of "proposed" by the New-Journal-Button
>
> *Remembering*
> that there were discussions about tiddler swarms and moving tiddlers
> between different TWs
>
> *Assuming*
> that the concept of Federation (which I probably do not really understand)
> involves exchanges between different TWs
>
> *Experiencing *
> that different time formats in different TWs cause me a lot problems (you
> wouldn't believe what a mess I created when implementing the timeline
> plugin in half a dozen TWs)(planning and documentation is for cowards)
>
> *Seeing*
> that tiddlywiki.com includes some naming conventions
>
> *might I ask the question *
> if perhaps the tiddly wiki community should formulate a default
> date-and-time-format
> and perhaps would consider ISO 8601 as a suitable standard
> https://www.w3.org/TR/NOTE-datetime
> and make such a proposal to the plugin authors
> and have it as a default value everywhere, incl Tiddlywiki.com?
>
> Kind regards
>
> Pit.W
>
>
>
>
> Am 04.02.2016 um 16:46 schrieb Tobias Beer:
>
> Hi Shay,
>
> What would be the benefit of using the date as a title, apart from
> uniqueness?
>
> 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/e566ff21-cf6c-41fb-a563-f3d40cab8277%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> 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/MV6KGftuI4U/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/56B37D68.6080001%40eclipso.ch
> 
> .
> 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/CALKh0m0%2BY7t_Y1xXpuwcA1iHtRCnEj-ZF%3DK8C6cF1aCF4sYm7A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Archiving Journal Entries

2016-02-04 Thread Pit.W.

Using a date as a title
-allows easy sorting
-is sort of "proposed" by the New-Journal-Button
*
**Remembering*
that there were discussions about tiddler swarms and moving tiddlers 
between different TWs


*Assuming*
that the concept of Federation (which I probably do not really 
understand) involves exchanges between different TWs

*
**Experiencing *
that different time formats in different TWs cause me a lot problems 
(you wouldn't believe what a mess I created when implementing the 
timeline plugin in half a dozen TWs)(planning and documentation is for 
cowards)


*Seeing*
that tiddlywiki.com includes some naming conventions

*might I ask the question *
if perhaps the tiddly wiki community should formulate a default 
date-and-time-format
and perhaps would consider ISO 8601 as a suitable standard 
https://www.w3.org/TR/NOTE-datetime

and make such a proposal to the plugin authors
and have it as a default value everywhere, incl Tiddlywiki.com?

Kind regards

Pit.W



Am 04.02.2016 um 16:46 schrieb Tobias Beer:

Hi Shay,

What would be the benefit of using the date as a title, apart from 
uniqueness?


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/e566ff21-cf6c-41fb-a563-f3d40cab8277%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/56B37D68.6080001%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.