I'm looking for a text editor that I can access from a browser on a different server
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Much like you can do with Jupyter Notebook. I can start a jupyter server on a linux box and access that on a different computer. I know I can use Jupyter as a text editor, but it is very light-weight. Are there any text editors that I can also access from a browser?
EDIT: The main thing I'm looking for is the nested directory structure and to easily switch between files without opening a new tab.
remote editors browser
add a comment |Â
up vote
0
down vote
favorite
Much like you can do with Jupyter Notebook. I can start a jupyter server on a linux box and access that on a different computer. I know I can use Jupyter as a text editor, but it is very light-weight. Are there any text editors that I can also access from a browser?
EDIT: The main thing I'm looking for is the nested directory structure and to easily switch between files without opening a new tab.
remote editors browser
If you are happyssh
and the command line you might considertmux
(which gives you a shared terminal windows that you can access overssh
) oremacsclient
which allows you to remotely access an emacs. This does require that you havessh
on the client machine, which I'm guessing is one of your motivations. You might be able to combine this with something like tty.js to give you access from a machine without a browser.
â Att Righ
Nov 28 '17 at 17:08
I never knew abouttmux
. Thanks! It may be the best option unfortunately.
â tmthyjames
Nov 28 '17 at 19:20
1
So I had a play with thistty.js
and can confirm that it works withemacs
,emacsclient
andtmux
(well I didn't hit up against any problems with 5 minutes of poking). So if you want to be able to access your server from arbitrary machines (e.g. you are at a party and your server stops working!) then this might be the way to go. I would not that usingemacsclient
lets you connect to your gui emacs.
â Att Righ
Nov 28 '17 at 19:49
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Much like you can do with Jupyter Notebook. I can start a jupyter server on a linux box and access that on a different computer. I know I can use Jupyter as a text editor, but it is very light-weight. Are there any text editors that I can also access from a browser?
EDIT: The main thing I'm looking for is the nested directory structure and to easily switch between files without opening a new tab.
remote editors browser
Much like you can do with Jupyter Notebook. I can start a jupyter server on a linux box and access that on a different computer. I know I can use Jupyter as a text editor, but it is very light-weight. Are there any text editors that I can also access from a browser?
EDIT: The main thing I'm looking for is the nested directory structure and to easily switch between files without opening a new tab.
remote editors browser
edited Nov 28 '17 at 16:02
asked Nov 28 '17 at 15:45
tmthyjames
1012
1012
If you are happyssh
and the command line you might considertmux
(which gives you a shared terminal windows that you can access overssh
) oremacsclient
which allows you to remotely access an emacs. This does require that you havessh
on the client machine, which I'm guessing is one of your motivations. You might be able to combine this with something like tty.js to give you access from a machine without a browser.
â Att Righ
Nov 28 '17 at 17:08
I never knew abouttmux
. Thanks! It may be the best option unfortunately.
â tmthyjames
Nov 28 '17 at 19:20
1
So I had a play with thistty.js
and can confirm that it works withemacs
,emacsclient
andtmux
(well I didn't hit up against any problems with 5 minutes of poking). So if you want to be able to access your server from arbitrary machines (e.g. you are at a party and your server stops working!) then this might be the way to go. I would not that usingemacsclient
lets you connect to your gui emacs.
â Att Righ
Nov 28 '17 at 19:49
add a comment |Â
If you are happyssh
and the command line you might considertmux
(which gives you a shared terminal windows that you can access overssh
) oremacsclient
which allows you to remotely access an emacs. This does require that you havessh
on the client machine, which I'm guessing is one of your motivations. You might be able to combine this with something like tty.js to give you access from a machine without a browser.
â Att Righ
Nov 28 '17 at 17:08
I never knew abouttmux
. Thanks! It may be the best option unfortunately.
â tmthyjames
Nov 28 '17 at 19:20
1
So I had a play with thistty.js
and can confirm that it works withemacs
,emacsclient
andtmux
(well I didn't hit up against any problems with 5 minutes of poking). So if you want to be able to access your server from arbitrary machines (e.g. you are at a party and your server stops working!) then this might be the way to go. I would not that usingemacsclient
lets you connect to your gui emacs.
â Att Righ
Nov 28 '17 at 19:49
If you are happy
ssh
and the command line you might consider tmux
(which gives you a shared terminal windows that you can access over ssh
) or emacsclient
which allows you to remotely access an emacs. This does require that you have ssh
on the client machine, which I'm guessing is one of your motivations. You might be able to combine this with something like tty.js to give you access from a machine without a browser.â Att Righ
Nov 28 '17 at 17:08
If you are happy
ssh
and the command line you might consider tmux
(which gives you a shared terminal windows that you can access over ssh
) or emacsclient
which allows you to remotely access an emacs. This does require that you have ssh
on the client machine, which I'm guessing is one of your motivations. You might be able to combine this with something like tty.js to give you access from a machine without a browser.â Att Righ
Nov 28 '17 at 17:08
I never knew about
tmux
. Thanks! It may be the best option unfortunately.â tmthyjames
Nov 28 '17 at 19:20
I never knew about
tmux
. Thanks! It may be the best option unfortunately.â tmthyjames
Nov 28 '17 at 19:20
1
1
So I had a play with this
tty.js
and can confirm that it works with emacs
, emacsclient
and tmux
(well I didn't hit up against any problems with 5 minutes of poking). So if you want to be able to access your server from arbitrary machines (e.g. you are at a party and your server stops working!) then this might be the way to go. I would not that using emacsclient
lets you connect to your gui emacs.â Att Righ
Nov 28 '17 at 19:49
So I had a play with this
tty.js
and can confirm that it works with emacs
, emacsclient
and tmux
(well I didn't hit up against any problems with 5 minutes of poking). So if you want to be able to access your server from arbitrary machines (e.g. you are at a party and your server stops working!) then this might be the way to go. I would not that using emacsclient
lets you connect to your gui emacs.â Att Righ
Nov 28 '17 at 19:49
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
you can try to type this into your browser's address bar:
data:text/html, <html contenteditable>
and it will become a notebook
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
you can try to type this into your browser's address bar:
data:text/html, <html contenteditable>
and it will become a notebook
add a comment |Â
up vote
0
down vote
you can try to type this into your browser's address bar:
data:text/html, <html contenteditable>
and it will become a notebook
add a comment |Â
up vote
0
down vote
up vote
0
down vote
you can try to type this into your browser's address bar:
data:text/html, <html contenteditable>
and it will become a notebook
you can try to type this into your browser's address bar:
data:text/html, <html contenteditable>
and it will become a notebook
answered Nov 28 '17 at 17:14
FaMontyN2
639
639
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f407526%2fim-looking-for-a-text-editor-that-i-can-access-from-a-browser-on-a-different-se%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
If you are happy
ssh
and the command line you might considertmux
(which gives you a shared terminal windows that you can access overssh
) oremacsclient
which allows you to remotely access an emacs. This does require that you havessh
on the client machine, which I'm guessing is one of your motivations. You might be able to combine this with something like tty.js to give you access from a machine without a browser.â Att Righ
Nov 28 '17 at 17:08
I never knew about
tmux
. Thanks! It may be the best option unfortunately.â tmthyjames
Nov 28 '17 at 19:20
1
So I had a play with this
tty.js
and can confirm that it works withemacs
,emacsclient
andtmux
(well I didn't hit up against any problems with 5 minutes of poking). So if you want to be able to access your server from arbitrary machines (e.g. you are at a party and your server stops working!) then this might be the way to go. I would not that usingemacsclient
lets you connect to your gui emacs.â Att Righ
Nov 28 '17 at 19:49