Skip to content

cool-dev-code/Try-It-Editor-Offline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Try It Editor Offline

This is a wysiwyg "live" offline html editor. It is derived from Try It Editor v3.3 and Try It Editor v3.5.

It uses:

  • Fontello fonts
  • w3.css
  • codemirror.css
  • Codemirror.js
  • FileSaver.js

Main differences from original Try It Editor v3.5 :

  • It updates preview at every key stroke
  • When divider is moved it preserves its position
  • It is possible to download previewed html
  • It can show the HTML source in a different tab/window

Due to origin restrisctions of the browsers, you can not save the document wherever you want and load one from wherever you want. What you should do is: download the document to the directory of this editor; load the document from the same directory of this editor, otherwise you will not be able to modify the loaded file. When you save to localStorage the filename in the input field is used as the local name, so it is possible to save many pages but the available space in localStorage is limited so better not abuse of it.

About

Html editor derived from w3schools editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.0%
  • CSS 10.9%
  • HTML 4.1%