Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn web browser into an editor #16

Open
raineydavid opened this issue Aug 17, 2018 · 1 comment
Open

Turn web browser into an editor #16

raineydavid opened this issue Aug 17, 2018 · 1 comment
Labels
question Further information is requested

Comments

@raineydavid
Copy link
Owner

Describe the question
How do I turn my web browser into a text editor?

@raineydavid raineydavid added the question Further information is requested label Aug 17, 2018
@raineydavid
Copy link
Owner Author

raineydavid commented Aug 17, 2018

Answer

  1. Type the following into the URL bar

    Basic
    data:text/html, <html contenteditable>

    Some styling
    data:text/html, <body contenteditable style="font: 2rem/1.5 monospace;max-width:60rem;margin:0 auto;padding:4rem;">

  2. Start typing inside the page

  3. Browser file save

create a local text editor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant