I am looking for a way to add a new journal/tiddlers called minutes of meetings, however i am not sure which approach is the best:(sidebarOption)
<newTiddler>><<newJournal "DD MMM YYYY" "journal">><<newJournal "DD MMM YYYY" "mom">> (i.e how can i cange newjournal to display as new Minutes of Meetings)
and how to be able to set title to a spesific date <<newJournal "DD MMM YYYY" "mom">> and then manually change the date, does not make it show up in order by date when I select all:
<<tiddler CloseOtherTiddlers>>
<<tag journal "mom" "show journals, most recent first" "-created">>
<<list filter "[tag[journal]][sort[-created]][limit[20]]">>
is there a way to avoid to put this in every tiddler:<<tiddler CloseOtherTiddlers>>
and can i display the content of the last tiddler and then the list and also add next prev buttons?
Thanks