Ruslan, Much of what you ask for alrteady exists or is only a few customisations away. Some quick responses below
> * multiple users authentication and authorization (and OAuth for web) > Not really, I too wish, but there are ways to approach this. The node versions have user ID and Passwords, I use a PHP based on tw-reciever > > * support for loading and saving of individual tiddlers (perhaps lazy > loading) > Lazy loading on node JS, thats the way the node version works > > * merging and conflict resolution similar to version control systems > (perhaps integration with a VCS) > A Github implementation or using trashbin plugin and NoteSelf offers tiddler versions > > * easier integration of JavaScript or other programming language > Easier perhaps but javascript must behave a particular way to allow tiddlywiki to do its magic of instantaneous update there are also security issues we need to be aware of otherwise we may give someone the ability to write javascript on our website. > > * namespaces (when different tiddlers can have the same name if they are > located in different namespaces (useful, for example, for repetitive > projects having the same structure, represented as a set of tiddlers)) > This is in fact true already, we consider $:/ the system name space, I consider $:/config the config namespace, you can easily build your own namespace models because using prefix, add/remove prefix, lookup and other operators you can build what you ask for. I have recently discussed this bu would be happy to work with you to build a switch between names space tool. > > * better support of datasets > Have you seen the JSON tools? > > * integrated visualization (graphs, mindmaps, etc) > Have you seen tiddlymap and other graphics, railroad, flowcharts, and other implementations? > > Some of this would be a paradigm change, so this would be a TW 6? Is > something like this possible? :) > No paradigm needed for you suggestions, they are all here on some capacity, and are thus possible, yes they need to be easier to find. Personally not sure about smalltalk. Regards Tony -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/ba0f2b46-7e1b-4404-a994-af422550d830%40googlegroups.com.

