Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-23 | fixed linking to parts of a template. fixed highlting part of a template ↵ | bobzel | |
when following a link to it. | |||
2024-03-23 | made backspace deleting a schema row undoable. fixed calling chat on string ↵ | bobzel | |
fields | |||
2024-03-23 | from last | bobzel | |
2024-03-23 | added empty image tool and fixed createCustomView api | bobzel | |
2024-03-22 | Merge branch 'master' into nathan-starter | Nathan-SR | |
2024-03-22 | make ink stroke labels visible always for closed gesture strokes. | bobzel | |
2024-03-21 | changed gpt calls from text box to package result into an elision node. | bobzel | |
2024-03-21 | Update CollectionSchemaView.tsx | Nathan-SR | |
push | |||
2024-03-21 | the decommenting | Nathan-SR | |
2024-03-21 | deselectCells -> ckearSelection in selectCell | Nathan-SR | |
2024-03-21 | multiple cell column switching working | Nathan-SR | |
2024-03-21 | editing all selected cols working | Nathan-SR | |
2024-03-19 | routing select through selectCell; shift select kind of working; cell ↵ | Nathan-SR | |
selection updating still broken; cell select with shift select broken | |||
2024-03-19 | cleaned 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-19 | multiple cell selection started | Nathan-SR | |
2024-03-18 | cleanup | bobzel | |
2024-03-18 | link to pdf's data doc on paste | bobzel | |
2024-03-18 | changed pdf paste ref title | bobzel | |
2024-03-18 | comments | bobzel | |
2024-03-18 | c | Nathan-SR | |
2024-03-17 | Merge branch 'master' into dataviz-ai-sarah | srichman333 | |
2024-03-17 | DocView 1330 problem statement | Nathan-SR | |
2024-03-17 | fixed displaying of chat gpt query to use (( )) notation. allow '"'s in ↵ | bobzel | |
chat gpt calls by escaping with "`" intead. | |||
2024-03-17 | use 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-17 | c | Nathan-SR | |
2024-03-16 | summoning | Nathan-SR | |
2024-03-14 | Added a GPT capability to comparison boxes .. | bobzel | |
2024-03-14 | fixed dragging system documents in files sidebar | geireann | |
2024-03-14 | cleaned up some audio recording and annotating code | bobzel | |
2024-03-14 | from last | bobzel | |
2024-03-14 | fixed disabling info ui to keep it off -- use settings manager to turn it ↵ | bobzel | |
back on. | |||
2024-03-14 | remove .dmg | bobzel | |
2024-03-14 | test4 | Nathan-SR | |
2024-03-14 | addDocToSelection test 3 | Nathan-SR | |
2024-03-14 | doc selection test | Nathan-SR | |
2024-03-14 | test | Nathan-SR | |
2024-03-14 | Schema row option order changed | Nathan-SR | |
2024-03-13 | Merge branch 'master' into dataviz-ai-sarah | srichman333 | |
2024-03-13 | keeping rows selected fix | srichman333 | |
2024-03-13 | css and other cleanup for info UI | bobzel | |
2024-03-13 | cleaned up currState in freeform ui | bobzel | |
2024-03-13 | fixed getAllDirectLinks to access DocData instead of the passed Doc. | bobzel | |
2024-03-13 | Merge branch 'master' into info-ui-observable | bobzel | |
2024-03-12 | fixed links to text to update automatically when textbox css styles change. | bobzel | |
2024-03-12 | made text templates be both layout templates and prototypes of new text ↵ | bobzel | |
documents. fixed onPaint funcs to be undoable. fixed comparisonBox to render a text box if it's fieldKey has a richtext field - this makes flashcard templates much easier. fixed right-click on hyperlinks to bring up menu. fixed layout_centered to be settable on templates. added enable flashcard property for text. | |||
2024-03-10 | properties view sharing owner ui cleanup | srichman333 | |
2024-03-10 | Merge branch 'master' into dataviz-ai-sarah | srichman333 | |
2024-03-10 | filter tables | srichman333 | |
2024-03-10 | Merge branch 'master' of https://github.com/brown-dash/Dash-Web | bobzel | |
2024-03-10 | fixed copying a Doc with an expanded render template to copy the expanded ↵ | bobzel | |
render template in order not to lose instance data (eg, height, width) |