[twdev] New plugin to help with server-side multi-user collaboration

2010-04-05 Thread gkdev
Hi Everyone, After deciding against using an existing server-side implementation of Tiddlywiki, my organization decided to create a simple solution that allows users to work on a single TW document without overwriting each other's edits. At this point, only one person at a time can edit the wiki (

Re: [twdev] Re: Any function to convert TiddlyWiki text into HTML ?

2010-04-05 Thread simon mcmanus
Have you tried wikifyStatic("HTML string"); ? Thanks Simon On 6 April 2010 05:34, Mark S. wrote: > Hi Mike, > > I was thinking that I would have to write my own code to output a > hundred tiddlers to HTML, which is why I was asking if there was > already a function for htmlifying wiki-text h

[twdev] Re: Any function to convert TiddlyWiki text into HTML ?

2010-04-05 Thread Mark S.
Hi Mike, I was thinking that I would have to write my own code to output a hundred tiddlers to HTML, which is why I was asking if there was already a function for htmlifying wiki-text here in the developer's forum. But it looks like PublishMacro might actually do the trick. Thanks for the suggest

[twdev] Re: Any function to convert TiddlyWiki text into HTML ?

2010-04-05 Thread Mike
possibly. . . (plugin) ?? ExportTiddlers (els) ?? PublishMacro (Jack Parke) sorry if misspelled / lack of links (on my phone) Mike (hopefully this answer is relevant to your question) On Apr 5, 12:35 pm, "Mark S." wrote: > I need to export a lot of tiddlers as HTML text. Looking through > Eric'

[twdev] Any function to convert TiddlyWiki text into HTML ?

2010-04-05 Thread Mark S.
I need to export a lot of tiddlers as HTML text. Looking through Eric's "Inside TiddlyWiki", I haven't been able to discover a function or method that will convert TW style text into HTML text. There appear to be various routines that will create the text, but append it only into a TW DOM element.