> Try TeamTasks [...] it is for multiple user projects
Since TeamTasks is merely a TiddlyWiki vertical, it doesn't provide
multi-user capability on its own.
For concurrent editing, I'd strongly advise using a server-side:
http://tiddlywiki.org/wiki/Server-Side_Implementations
> HOw can I classify the notes from different users for the same day, so
> that they do not overlap.
You could use the NewTiddler macro in combination with evaluated
parameters to attach the username to newly-created tiddlers:
<<newTiddler title:{{
config.macros.timeline.dateFormat +
" (" + config.options.txtUserName + ")"
}}>>
-- F.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---