From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Other editors supporting Org-Mode Date: Wed, 08 Oct 2014 22:46:19 +0200 Message-ID: <871tqi9tno.fsf@gmail.com> References: <87oatmbrj5.fsf@student.uibk.ac.at> <87a9565rml.fsf@yale.edu> <8761fu9w44.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xby84-0008CA-UZ for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 16:46:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xby7z-0005iR-2G for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 16:46:36 -0400 Received: from plane.gmane.org ([80.91.229.3]:47873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xby7y-0005iI-Sm for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 16:46:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Xby7x-0003Ju-DC for emacs-orgmode@gnu.org; Wed, 08 Oct 2014 22:46:29 +0200 Received: from e178191197.adsl.alicedsl.de ([85.178.191.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 22:46:29 +0200 Received: from tjolitz by e178191197.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Oct 2014 22:46:29 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org gregory mitchell writes: >> My intended use-case is editing Org syntax in HTML text-areas, and it >> would be a marvellous solution to give the users a pre-configured >> specialized Emacs(server) and help them to configure their web-brower(s) >> to call emacs(client) as an external editor when editing text-areas in >> web formulas. > > > I've been wanting to use ace.js for this purpose, but I haven't gotten > around to it yet. > > https://github.com/ajaxorg/ace/wiki/Creating-or-Extending-an-Edit-Mode This looks pretty interesting too, no idea about the pros&cons in comparison with TinyMCE. With all this online editors, it seems to be mostly about highlighting and indentation (and maybe folding): ,---- | Defining a Mode | | Every language needs a mode. A mode contains the paths to a | language's syntax highlighting rules, indentation rules, and code | folding rules. Without defining a mode, Ace won't know anything | about the finer aspects of your language. `---- but with Org-mode one would need commands like C-c C-t, C-c C-x p, C-c , etc etc too, i.e. smart/fast tag, property, priority, timestamp, planning, table, list ... handling (only syntax level editing of course). I don't know if this could at all be implemented with these extendable web-editors. -- cheers, Thorsten