[fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Stephan Beal
Hi, all! http://fossil.wanderinghorse.net/repos/fossil-sgb/json/wiki-editor.html (In the source tree: ajax/wiki-editor.html. See ajax/README for Apache install/config instructions.) Achtung: 1) It's ugly as sin. 2) It's non-intuitive (see below for instructions) 3) It cannot yet save, but

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Stephan Beal
On Thu, Sep 22, 2011 at 7:13 PM, Stephan Beal sgb...@googlemail.com wrote: http://fossil.wanderinghorse.net/repos/fossil-sgb/json/wiki-editor.html 1) It's ugly as sin. 2) It's non-intuitive (see below for instructions) Points 1 and 2 still apply, but... 3) It cannot yet save saving now

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Stephan Beal
On Thu, Sep 22, 2011 at 8:03 PM, Stephan Beal sgb...@googlemail.com wrote: With this we now have all of the features we need to implement custom wiki editors/renderers for fossil: - Authentication - Fetch list of pages - Fetch content for page - Save page Create-new-page was just added,

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Baptiste Daroussin
So there's the markdown support some of you have been asking for. :) Sorry for stupid question but does that mean that you bundled a markdown library? if yes which one? Or how do you render the markdown? regards, Bapt ___ fossil-users mailing list

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Martin S. Weber
On 09/22/11 18:14, Baptiste Daroussin wrote: So there's the markdown support some of you have been asking for. :) Sorry for stupid question but does that mean that you bundled a markdown library? if yes which one? Or how do you render the markdown? You should have quoted one more sentence

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Stephan Beal
On Fri, Sep 23, 2011 at 12:14 AM, Baptiste Daroussin baptiste.darous...@gmail.com wrote: So there's the markdown support some of you have been asking for. :) Sorry for stupid question but does that mean that you bundled a markdown library? if yes which one? Or how do you render the

Re: [fossil-users] Prototype JSON wiki editor demo online

2011-09-22 Thread Stephan Beal
On Fri, Sep 23, 2011 at 12:32 AM, Martin S. Weber martin.we...@nist.govwrote: So the infrastructure is there now. All you need is to find and get a client-side markdown (or whichever wiki dialect you prefer) library and throw it at the content you're getting back from the json interface. In