Hi PMario,
I may be attributing the wrong person. Tobias? Mans? But searching the
forum and Dave's toolmap, I couldn't find it. Here's the code in it's
entirety
\define saveSnapshot()
<$button set="$:/_snapshots##$(snapshot)$" setTo={{$:/StoryList!!list}}>Save
Snapshot</$button>
\end
\define showSnapshot()
<$button set="$:/StoryList!!list" setTo={{$:/_snapshots##$(snap)$}}>Show
Snapshot</$button>
\end
;Show Snapshot
<span title="Select a Snapshot"><$select tiddler="$:/_snapshots" field=
"story-name" default='(none)'>
<$list filter="[[$:/_snapshots]indexes[]]" variable="currentIndex">
<option value=<<currentIndex>>><<currentIndex>></option>
</$list>
</$select></span>
<$set name="snap" value={{$:/_snapshots!!story-name}}>
<<showSnapshot>>
</$set>
;Save Snapshot
<span title="Enter a Name"><$edit-text tiddler="$:/_snapshots" field=
"story-name"/></span>
<$set name="snapshot" value={{$:/_snapshots!!story-name}}>
<<saveSnapshot >>
</$set>
-- Mark
On Thursday, January 3, 2019 at 4:20:47 AM UTC-8, PMario wrote:
>
> On Thursday, January 3, 2019 at 5:34:19 AM UTC+1, Mark S. wrote:
> ...
>
>> A completely different approach would be to store the log entries in a
>> data dictionary. Then use a display tiddler to present the entries. I have
>> a daily reading log that works this way (I didn't write the routine --
>> think it was PMario) that now has records going back to 2014, so more than
>> a thousand entries.
>>
>
> Hi Mark,
>
> The only experiment I can remember was Jan. 2017
> <https://groups.google.com/d/msg/tiddlywiki/xEZSQvaNpqg/5ejT7KXTEwAJ>. It
> is a "reading journal" experiment. ... The initial approach is a 2 click
> workflow, because TW couldn't handle an "open external link and create
> journal entry" action.
>
> You mentioned your journals go back to 2014. ... Do you have a link to the
> code?
>
> -m
>
--
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 [email protected].
To post to this group, send email to [email protected].
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/ef236c58-00db-44f0-ade5-716a04b49fb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.