unita

Status

Data

Todo

  1. Form with arrayzed fields group_by: panel
  2. Form for forms
  3. Form for tables (show table if present)
  4. Generators

Others

TABLES

Title
_data/

View widget

<table class='editable'>
<caption>caption</caption>
<thead><tr><th>Header</th></tr></thead>
<tbody><tr><td>Cell</td></tr></tbody>
<tfoot><tr><td>Footrow</td></tr></tfoot>
</table>

Input

Render a form to create or edit a data file, or perform automatic functions.
Fields and destination are passed with a data file or in the front matter.

Forms schema

File: _includes/widgets/input.html

Form bottom contains a message box for the future

<div data-input="message" role='status'></div>

Exposed api

_DATA
# From remote:
# https://{owner}/github.com/{repository}/assets/data.json
$.getJSON('/assets/data.json').done (data) -> console.log data
TOP BOTTOM