From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Helm Subject: Re: Running org-mode (and emacs) inside the Web browser ? Date: Sat, 28 Oct 2017 14:25:01 +1300 Message-ID: References: <87po98y4im.fsf@inf-11879.int-evry.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38268) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e8FsC-0004J9-Tn for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 21:25:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e8Fs7-0005iP-RC for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 21:25:16 -0400 Received: from mail-me1aus01on0113.outbound.protection.outlook.com ([104.47.116.113]:22432 helo=AUS01-ME1-obe.outbound.protection.outlook.com) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e8Fs7-0005fW-5N for emacs-orgmode@gnu.org; Fri, 27 Oct 2017 21:25:11 -0400 In-Reply-To: <87po98y4im.fsf@inf-11879.int-evry.fr> (Olivier Berger's message of "Fri, 27 Oct 2017 17:49:53 +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" To: emacs-orgmode@gnu.org On Fri, 27 Oct 2017 at 17:49:53 +0200, Olivier Berger wrote: > I've had this crazy idea to try and "port" emacs to the Web browser > (using some tools like [[https://browsix.org/][browsix]]), for the > purpose of running org-mode inside a browser tab. > > Anyone having had the same idea yet ? A few months ago, a browser-based version of Spacemacs appeared. It's no longer up, but this post mentions how it was done and links to the dev repos. https://www.reddit.com/r/emacs/comments/66locu/try_spacemacs_directly_in_the_browser/ Might be useful.