1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-01 01:33:16 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/workingwithtw/Creating journal tiddlers.tid

37 lines
2.9 KiB
Plaintext
Raw Normal View History

2014-10-10 09:35:43 +00:00
created: 20141010093214683
modified: 20141125123700243
2014-10-10 09:35:43 +00:00
tags: [[Working with TiddlyWiki]]
title: Creating journal tiddlers
type: text/vnd.tiddlywiki
2014-10-12 15:15:08 +00:00
! Introduction
Journal tiddlers are tiddlers that use a date and/or time as their title. They are typically used as a quick way to record time-stamped information.
Additional tags on a journal tiddler can be used to link it to other tiddlers, helping to establish the relationships between items of information.
2014-12-21 16:42:06 +00:00
For example, a journal tiddler called ''10th October 2014'' might be used to record thoughts and information captured on that particular day. The tags ''Shopping'' and ''London'' might be used to indicate that the entry concerns shopping in London.
2014-10-12 15:15:08 +00:00
! Creating a journal tiddler
2014-12-21 16:42:06 +00:00
The easiest way to create a journal tiddler is to use the ''new journal'' button in the ''Tools'' tab of the sidebar. If you find yourself often using the button then click the checkbox to display the button in the page control toolbar where it is more easily accessible.
2014-10-12 15:15:08 +00:00
2014-12-21 16:42:06 +00:00
The new journal button creates the journal tiddler as a blank tiddler with the tag ''Journal'' and a title derived from today's date. If there is already an existing journal tiddler then it is opened for editing.
2014-10-12 15:15:08 +00:00
! Creating a tagged journal tiddler
2014-12-21 16:33:36 +00:00
A common sequence of actions is creating (or re-opening) today's journal and adding a tag for the current tiddler. This can be done with the ''new journal here'' button in the tiddler toolbar (you can find this button in the tools tab of the tiddler info panel).
2014-10-12 15:15:08 +00:00
2014-12-21 16:42:06 +00:00
For example, one might be reviewing a tiddler called ''Oxford Street'' and realise that it is relevant for planning the shopping trip. Clicking the ''new journal here'' button on the ''Oxford Street'' tiddler will bring up a journal tagged with ''Oxford Street''.
2014-10-12 15:15:08 +00:00
! Customising journal tiddlers
Visit the control panel Info/Basics tab to configure new journal creation:
2014-12-21 16:45:15 +00:00
* "Title of new journal tiddlers" specifies the naming of journal tiddlers as a [[date format string|DateFormat]]. The default setting of `DDth MMM YYYY` causes new journals to have titles of the form "10th October 2014"
2014-12-21 16:33:36 +00:00
* "Tags for new journal tiddlers" specifies one or more optional tags that are automatically applied to new journal tiddlers. Multiple tags should be separated with spaces. Tags containing spaces should be surrounded by double square brackets. For example: `Journal [[Multi-word tag]]`
2014-10-12 15:15:08 +00:00
One useful hint is to use a title format such as `YYYY-0MM-0DD at 0hhh0mm'0ss''` which causes the time (including seconds) to be included in the journal title. This means that a new, separate journal tiddler will be created each time the button is clicked.
Another useful trick is to include the string `$(currentTiddler)$` in the journal title format string which causes the title of the current tiddler to be included. This means that a separate journal tiddler will be created each time "new journal here" is used on a different tiddler.