chrispsn / monotreme

See, edit and save data to a file system from your browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monotreme

Monotreme helps you see and edit data in files via your browser. You choose the file's location (local path or remote URL).

Example GIF

Local save uses Internet Explorer 11's ActiveX controls. Yikes!

Remote save uses WebDAV. Have fun configuring your server!

Usage

Monotreme is an object prototype. It provides methods for:

  • reading data from a file into a JavaScript equivalent (currently .txt => string, but maybe .json => arrays and objects)
  • visualising and editing the JS data via form elements
  • saving JS data to a user-specified file.

See example.html.

About

See, edit and save data to a file system from your browser

License:Apache License 2.0


Languages

Language:JavaScript 69.9%Language:HTML 30.1%