We've been using CodeMirror in Fauxton, and I wired up JSHint to it for live linting feedback, which seems to work pretty well and was fairly easy to add in. Code here: https://github.com/cloudant-labs/couchdb/blob/fauxton/src/fauxton/app/modules/documents/views.js#L303-L316
-Russell On Tue, Dec 11, 2012 at 10:22 AM, Mark Hahn <[email protected]> wrote: > I'm using jsoneditor in my futon replacement and it is awesome. > https://github.com/mark-hahn/ftn > > > On Tue, Dec 11, 2012 at 9:48 AM, Benoit Chesneau <[email protected]> > wrote: > > On Tue, Dec 11, 2012 at 5:06 PM, Dave Cottlehuber <[email protected]> > wrote: > > > >> On 11 December 2012 16:04, Benoit Chesneau <[email protected]> wrote: > >> > Hello, > >> > > >> > I am actually working on a couchapp and need to add a json editor to > it. > >> > Any idea about it ? Maybe something that could work with codemirror > but > >> > that isn't a strong requirement. > >> > > >> > Anyway any recommendation is appreciated. > >> > > >> > - benoƮt > >> > >> Garren already had a crack for futon2 > >> > >> > https://github.com/garrensmith/futon2/commit/781ef9be3729f44c2c879e8e7aed7ac86e69db47 > >> which uses > >> https://github.com/wjosdejong/jsoneditoronline > >> http://www.jsoneditoronline.org/ under the hood. > >> > >> There's also Ben's https://github.com/bigbluehat/reformed > >> > >> A+ > >> Dave > >> > > > > Thanks for the links :) WIll see what can I do with them. > > > > - benoit >
