aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/ObjectField.ts
AgeCommit message (Collapse)Author
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-02-20cleaned up a whole bunch of linking stuff. link menu / link types / link ↵bob
default behaviors / added LinkBox
2020-01-30fixed adding inline docs in active templates. added image templates. made ↵Bob Zeleznik
schema scripts editable & no type check this.data.map((d,i) => d.proto.caption = copyField(this.captions[i]?.data)).length
2020-01-21added a ToString() method to fields so that rendering them as RichTextField ↵Bob Zeleznik
won't make them unreadable
2019-07-30object field scriptingyipstanley
2019-05-20Fixed a bunch of demo bugsTyler Schicke
Moved Field Symbols to separate file Editing is mostly working in debug viewer
2019-05-16Fixed linter errorsTyler Schicke
2019-05-08Working implementation of remote cursorsSam Wilkins
2019-05-04initial commit - todo: use cursor field rather than generic tuple fieldSam Wilkins
2019-04-30all non-list object field [Copy] implementedSam Wilkins
2019-04-27Split more files upTyler Schicke