From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Editing Org-mode syntax in a web-browser (textarea)? Date: Thu, 25 Sep 2014 08:58:08 +0200 Message-ID: <87r3z0nq4f.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX30a-0005ps-IJ for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 02:58:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XX30V-0002yD-5S for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 02:58:32 -0400 Received: from plane.gmane.org ([80.91.229.3]:36925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XX30V-0002wN-03 for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 02:58:27 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XX30O-0000jA-4J for emacs-orgmode@gnu.org; Thu, 25 Sep 2014 08:58:20 +0200 Received: from e178062055.adsl.alicedsl.de ([85.178.62.55]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 08:58:20 +0200 Received: from tjolitz by e178062055.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Sep 2014 08:58:20 +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 Hi List, this question is explicitly *not* about popping up an emacsclient instance from firefox or chrome to edit an html textarea in Emacs. And its *not* about emacs-w3m or eww. I'm rather interested if there is something like Ymacs (http://www.ymacs.org/) ,---- | Ymacs is an Emacs-like editor that works in your browser. Currently | (starting with tag v0.4 in the code repository) it works in recent | versions of Firefox (and other Gecko-based browsers), Google Chrome | and Apple Safari. `---- that supports Org syntax too? I saw Org-mode mentioned in the context of Codemirror, but its not in its language list (http://codemirror.net/mode/index.html). Both of these browser editors are of course extensible, and since they support markdown, maybe creating an extension for org-mode would not be so hard, but I would like to know if there already exist some useful browser editing tools for Org syntax out there? -- cheers, Thorsten