1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Typos in workingwithtw/

This commit is contained in:
Astrid Elocson 2014-12-21 16:42:06 +00:00
parent 21719fcfbe
commit 44beefb317

View File

@ -10,19 +10,19 @@ Journal tiddlers are tiddlers that use a date and/or time as their title. They a
Additional tags on a journal tiddler can be used to link it to other tiddlers, helping to establish the relationships between items of information.
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.
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.
! Creating a journal tiddler
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.
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.
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.
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.
! Creating a tagged journal tiddler
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).
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".
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''.
! Customising journal tiddlers
@ -34,6 +34,3 @@ Visit the control panel Info/Basics tab to configure new journal creation:
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.