Skip to content

croddin/eded

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

eded

html editor in a data url that can edit itself

Opening

Visit this url to load the current version

data:text/html,<iframe style="width:100%;height:100%;"></iframe><script>function l(r){document.querySelector('iframe').src="data:text/html;charset=utf-8;base64,"+r.data.content}</script><script src="https://api.github.com/repos/croddin/eded/contents/eded.html?callback=l"></script>

Features

  • Live updating Check or uncheck "Update when i type" to make it so the page is rendered as you type.
  • Customizable Just click "Edit Editor" and you can easily change eded to fit your needs. If you make a cool change, send a pull request!
  • Visit your page You can click "Visit" or right click and open in a new tab to see the results of your work in a new data url page. (Due to security restrictions in newer browsers you can't directly click the visit link but you should be able to right click and open in new tab or copy the link and paste into the url bar.)
  • Powerful editor eded uses Monaco, the editor that powers Visual Studio Code, for html editing.

About

html editor in a data url that can edit itself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages