Namek Dev
a developer's log
NamekDev

Content Editor

May 20, 2014

Content Editor is a table editor with import and export JSON files. I have written it in HTML5, JavaScript and CoffeeScript using Google’s AngularJS framework. We have used something similar in my work (gamedev) but it was heavy, clunky and couldn’t be used offline, so I made my own.

Features

  • drag&drop import for JSON file in two available formats
  • export for two available formats (both JSON)
  • create and modify tables
  • filter tables and data in data grid

I have written 4 importers for generated JSON file:

  1. ActionScript 3
  2. Java
  3. Scala
  4. Lua

http://namekdev.net/content_editor/