I'm looking for a text editor that I can access from a browser on a different server

The name of the pictureThe name of the pictureThe name of the pictureClash 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.







share|improve this question






















  • 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






  • 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















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.







share|improve this question






















  • 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






  • 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













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.







share|improve this question














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.









share|improve this question













share|improve this question




share|improve this question








edited Nov 28 '17 at 16:02

























asked Nov 28 '17 at 15:45









tmthyjames

1012




1012











  • 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






  • 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

















  • 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






  • 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
















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











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






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    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






























    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






    share|improve this answer
























      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






      share|improve this answer






















        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






        share|improve this answer












        you can try to type this into your browser's address bar:



        data:text/html, <html contenteditable>


        and it will become a notebook







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 28 '17 at 17:14









        FaMontyN2

        639




        639



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            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













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay