aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/ScriptField.ts
AgeCommit message (Expand)Author
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-14added setter scripts for fields. fixed color selectionBob Zeleznik
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ...Bob Zeleznik
2020-04-07got rid of some run-time errors/warnings related to CORS-ifying imagebox requ...Bob Zeleznik
2020-03-30changed expandedTemplate to rootDocumentBob Zeleznik
2020-03-29clean up of parameterized templates. added 'self' to scripts to reference th...Bob Zeleznik
2020-03-23fixed RichTextMenu to not obscure selection. fixed templateMenu to display a ...Bob Zeleznik
2020-02-25added 'source' parameter for computedField functions -- its the source docume...bob
2020-02-25added inheritable computations to template fieldsbob
2020-02-06added synching of timelines with presentationsbob
2020-01-21functional but incomplete updating logicSam Wilkins
2020-01-21added a ToString() method to fields so that rendering them as RichTextField w...Bob Zeleznik
2019-12-15added a DocumentBox as a contentfitting container for another document. adde...Bob Zeleznik
2019-12-15added _last_ for computedScripts to access last value of scriptBob Zeleznik
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-09-20simplified script execution api a little. fixed dataDoc() related stuff in v...bobzel
2019-09-18cleaned up some CompileScript codeBob Zeleznik
2019-08-01Fixed Doc.MakeCopy promise stuffTyler Schicke
2019-07-25fixed script loadingTyler Schicke
2019-07-23Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-WebTyler Schicke
2019-07-23Added async deserialization and got captures for script fields working againTyler Schicke
2019-07-23autotag based on confidence, allow concealment of computed fields that resolv...Sam Wilkins
2019-07-19Added caching to computed fieldsTyler Schicke
2019-07-18Can edit computed fields in KVPTyler Schicke
2019-07-03Changed how scripting worksTyler Schicke
2019-06-24Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into sch...Tyler Schicke
2019-06-08Moved ScriptField to new_fieldsTyler Schicke