From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: Other programs to edit Org documents? Date: Thu, 17 Mar 2011 11:14:45 +0100 Message-ID: <4D81DF15.7060409@christianmoe.com> References: <4D7F585C.2090605@gmail.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=52495 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q0AAw-0001l9-C6 for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 06:11:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q0AAv-0003l9-F6 for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 06:11:26 -0400 Received: from mars.hitrost.net ([91.185.211.18]:48623) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q0AAv-0003kM-9I for emacs-orgmode@gnu.org; Thu, 17 Mar 2011 06:11:25 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Scot Becker Cc: emacs-orgmode@gnu.org, Harum Budi , Marcelo de Moraes Serpa , Rainer M Krug I've toyed around with a jQuery-based web interface to this end. I think a reasonable target would be to emulate the functions you can reach with speed keys on the first column of a heading in Org: folding, navigation, todo states, promoting, demoting... plus perhaps extend them to lists and checkboxes. I plan to post some sample code here when I've got more of those features implemented (not for the next few weeks I'm afraid). Yours, Christian On 3/16/11 11:48 AM, Scot Becker wrote: > A simple org-mode viewer (that allows you to do some basic > folding/unfolding and search -- or even something more complex that > would allow you to view it as a mind-map?) would be nice. It could > even be simplified with more GUI bells and whistles and still allow > one to insert data and save the file. It would not be a full > replacement for emacs, ever, but would allow other less technical > users to use it as well. > > There are all kinds of advantages to this, seems to me, and of course > it partly exists in the form of Moblie Org. Org-mode is both an > interface and a specification, you could say (as well as a friendly > club). And you can work with the latter (the markup specification) > apart from the former if you have need to. A web-app for viewing and > editing org-mode files would open nice possibilities for collaboration > with the not-yet-initiated and for using your files when you are > away-from-emacs. > > Scot