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 wrote: > 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 fact, the wiki con

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 th

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 of

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 fo

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 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, too. i plan on

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 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 works. The tes

[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 add

[fossil-users] FYI: JSON ajax test code is now in the source tree...

2011-09-22 Thread Stephan Beal
Yo! After i accidentally deleted my JSON/AJAX test code last night, i was lucky enough to still have a copy laying around on my test server and went ahead and committed it in the json branch to avoid a future catastrophy. For anyone running Apache who would like to try it out, please see ajax/READ