aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-07hmaidahosa1
2024-04-11sorting works but nothing else does as is lifeaidahosa1
2024-04-04pulling ??aidahosa1
2024-04-04fixed weird centering, finally got the y positioning working, and am ↵aidahosa1
(unsuccesfully) working on creating rows
2024-04-04from lastbobzel
2024-04-04transformation fixes for cardDeckViewbobzel
2024-04-04hmaidahosa1
2024-04-04figuring out sorting-- may just leave it to godaidahosa1
2024-04-04.aidahosa1
2024-04-04fix for document decorationsbobzel
2024-04-04figuring out how to find the doc wrapper thingaidahosa1
2024-04-04me vs pointer events who will winaidahosa1
2024-04-04working on implementing card logicaidahosa1
2024-04-04options icon changedaidahosa1
2024-04-04the lack of pushing is astounding actuallyaidahosa1
2024-04-04fixed weird centering, finally got the y positioning working, and am ↵aidahosa1
(unsuccesfully) working on creating rows
2024-03-23fixed linking to parts of a template. fixed highlting part of a template ↵bobzel
when following a link to it.
2024-03-23made backspace deleting a schema row undoable. fixed calling chat on string ↵bobzel
fields
2024-03-23from lastbobzel
2024-03-23added empty image tool and fixed createCustomView apibobzel
2024-03-22make ink stroke labels visible always for closed gesture strokes.bobzel
2024-03-21changed gpt calls from text box to package result into an elision node.bobzel
2024-03-21from lastbobzel
2024-03-21transformation fixes for cardDeckViewbobzel
2024-03-21hmaidahosa1
2024-03-21figuring out sorting-- may just leave it to godaidahosa1
2024-03-21.aidahosa1
2024-03-20fix for document decorationsbobzel
2024-03-20figuring out how to find the doc wrapper thingaidahosa1
2024-03-20me vs pointer events who will winaidahosa1
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
2024-03-19working on implementing card logicaidahosa1
2024-03-19options icon changedaidahosa1
2024-03-19the lack of pushing is astounding actuallyaidahosa1
2024-03-19options icon changedaidahosa1
2024-03-18cleanupbobzel
2024-03-18link to pdf's data doc on pastebobzel
2024-03-18changed pdf paste ref titlebobzel
2024-03-18commentsbobzel
2024-03-17fixed displaying of chat gpt query to use (( )) notation. allow '"'s in ↵bobzel
chat gpt calls by escaping with "`" intead.
2024-03-17use metakey to edit computedfield result instead of expression in schema ↵bobzel
cell, set default new field values on data doc. fixed stacking view from autoresizing when switching to a different collection view. changed syntax for setting fields in text docs to use ':=' for computed fields. Added call to Chat in computed functions when (( )) is used. Added caching of computed function result when a function called by ComputedField uses the _setCacheResult_ method (currently only gptCallChat).
2024-03-14Added a GPT capability to comparison boxes ..bobzel
2024-03-14fixed dragging system documents in files sidebargeireann
2024-03-14cleaned up some audio recording and annotating codebobzel
2024-03-14from lastbobzel
2024-03-14Merge pull request #304 from brown-dash/info-ui-observablebobzel
Info UI observable
2024-03-14fixed disabling info ui to keep it off -- use settings manager to turn it ↵bobzel
back on.
2024-03-14remove .dmgbobzel
2024-03-13css and other cleanup for info UIbobzel
2024-03-13cleaned up currState in freeform uibobzel