The second way could be:
We can use the
checkbox widget to add some tags to the "myFavorites" tiddler, in the view template:
<$checkbox tiddler=myFavorites tag={{!!title}}> favorite</$checkbox>Instead of the "favorite" text you may use an image. ... Some CSS to modify, how it looks ... and so on. But I think the principle should be clear.
To create a list use:
<<list-links filter:"[list[myFavorites!!tags]]">>To set the DefaultTiddlers use:
[list[myFavorites!!tags]]
Since there are many, many functions to manipulate TW based on tags, imo this is the way to go.
The advantage of this mechanism is, that you don't need to modify any of your shared tiddlers. All the important stuff can be on the users local copy only. .. So if you download a new version form TS and import the users version, you should have no problems.
------------------
btw: It's not possible anymore, to download a TW, modify it locally and sync it back to TS. Due to browser security restrictions.
have fun!
mario