TiddlySpace / tiddlyspace

A discoursive social model for tiddlers
http://tiddlyspace.com
Other
106 stars 38 forks source link

Feature request: should have list of recent changes #1107

Closed vporton closed 11 years ago

vporton commented 11 years ago

In Mediawiki there is a list of recent changes.

I propose to add a similar list to TiddlySpace.

I know that there are "Recent" in right sidebar, but it is inconvenient. It's better to create a whole new page to show recent changes.

And like Mediawiki, it would be good to have the possibility to hide my own edits.

cdent commented 11 years ago

Have a look at http://tsrc.tiddlyspace.com/ for a space that you can include which will provide a /recent page which contains a filterable list of recent changes. See http://cdent.tiddlyspace.com/recent for an example.

There's also /tiddlers which is a list of tiddlers in the space.

There are lots of different ways to access the tiddlers in a tiddlyspace which are not a part of the TiddlyWiki view. It is also possible to create your own custom views which provide whatever functionality you care to build in. The "tsrc" thing above is an example of a single page application which access the tiddlers in a space via the TiddlyWeb API.

HTH

vporton commented 11 years ago

Names of persons who modified tiddlers should also be displayed in /recent

Now it is missing.

cdent commented 11 years ago

If your space has tiddlers that are modified by more than one author then the list will show a link to the modifier, see: http://tiddlyspace.tiddlyspace.com/recent

That may not be ideal, but you can override any of the code or HTML.

The idea was that in a space that has just one member and the modifier is always the same, showing the same modifier over and over is a bit redundant.