Tag it with $:/tags/EditorToolbar and save the above tiddler: use any title you like, but here I use $:/kookma/ui/EditorToolbar/signature as the tiddler title.
ii. Create the keyboard shortcuts
Now, we create keyboard shortcuts, these shortcuts can be customized through $:/ControlPanel > Keyboard Shortcuts tab.
create a tiddler titled $:/config/shortcuts/signature
1.1 in the text field enter ctrl+g as shortcut key (use your own if do not like)
create a tiddler titled $:/config/ShortcutInfo/signature
2.1 in the text field enter Inser user signature
Here is a tip inspired by the recent discussions on Journals that made me decide to revive this old thread after looking to see if anyone else does what I find to be a more convenient way of “journaling” in tiddlers.
Rather than add a signature and complete time-stamp, the alternative I use is simply:
with field values comparable to above except I use ((date-stamp) for the shortcut.
That implements an underlined year/month/day style date stamp. $:/config/shortcuts/date-stamp then defines ctrl-D for my preferred, hands on the keyboard, shortcut to insert this “date stamp”
As I start editing a tiddler to record a change log entry for a topic/task, ctrl-D inserts today’s date stamp as I begin. Back dating an entry, if I forgot to make a note yesterday, is just a few keystrokes away. What I end up with is a reverse chronological history, latest bit of knowledge first, for the topic/task, demarcated by their dates.
I gave up making Journal tiddlers and switched to this scheme almost a decade ago when I realized that bits and pieces of knowledge were getting buried by date and task information intermixed in Journal entries. Keeping a history of lessons observed / changes associated with each topic/task tiddler seemed more useful.
A bonus for this approach: finding other topics/tasks updated on or after the same date – because of the YYYY/MM/DD date format of these date stamps – is accomplished by a simple search for the leading characters of some date, e.g., 2022/09/2 results in tiddlers modified and date stamped in a 10 day window; and they end up close to each other in search results and also in reverse chronological order. The latter happens because I also create a shadow $:/core/ui/DefaultSearchResultList, changing the default sort[title] to !sort[modified] because in general I want to find more recent information first.