El jueves, 25 de agosto de 2016, 22:57:50 (UTC+2), Mark S. escribió:
>
> Wait -- do tiddlers have a revision history in your edition, and, if so,
> how do we access prior versions?
>
Hello Mark. There is no UI for fetching revisions at the moment, but is one
of the key features that I want to include.
To get the revisions of a tiddler you can open the console and paste the
following command:
$tw.TiddlyPouch.database.get("$:/StoryList",{open_revs:"all"}).then(console.
log.bind(console))
You will see an array of objects on the console. You can navigate through
them. Check the fields property to see previous versions of the tiddler.
Regards
--
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/bca04d40-d4c5-433c-b37b-38225f3acf08%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.