Bob server - multi-user editing

I see that bob “locks” a tiddler if another user is editing it. Is it possible to create a SideBarSegment that lists any tiddler being edited by any user? I don’t need to know the user name - just would like to show a simple list of what which tiddlers are draft by any user at any time at a glance.

@inmysocks

PS I’m trying out serving a local bob instance over a ssh tunnel using serveo.net - seems solid so far.

Thanks.

Even without a bob specific feature if the tiddler is in draft mode you can list it’s title with a filter such as ‘[is[draft]]’ or ‘[has[draft.of]]’ and to get the original name ‘[all[current]get[draft.of]]’.