| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-02 | changed field names for tasks to start with task_. changed calendar date ↵ | bobzel | |
| and range to start with _calendar | |||
| 2025-06-02 | Merge branch 'master' into task_nodes_aarav | Skitty1238 | |
| 2025-05-19 | fix crash from last. | bobzel | |
| 2025-05-16 | made pdf buttons maintain scren size. | bobzel | |
| 2025-05-16 | changed isGroup to freeform_isGroup to fix issues with groups that are ↵ | bobzel | |
| changed into other collection types. fixed toggleTarget links to work when opening in a light box (previously they flickered on, then off). fixed text boxes with a number field as data to act like a number input box. | |||
| 2025-05-13 | fixed setting up link anchors for video to be added to Doc. fixed ↵ | bobzel | |
| imageTemplate to work with templates in tabs. fixed link following from link menu. cleaned up getView with sidebars to open them when needed properly.. | |||
| 2025-05-10 | changed how we corsProxy web pages to be simpler and work better. changed ↵ | bobzel | |
| dragging off annotations after text selections to only create a text doc whent the drop target is the parent collection -- otherwise links are created. | |||
| 2025-05-10 | added an imageTemplate ui button. | bobzel | |
| 2025-05-09 | added user templates to template_user global field. fixed schemas to not ↵ | bobzel | |
| erase field values when setting a new column name. fixed templates to render properly when switching by fixing contentsRef to be observable. fixed templates with fields in stacks to autoHeight update correctly by . fixed images in templates to set their nativeDim after rendering. fixed text views of descriptions to auto-updated by setting the modification date of the description field. | |||
| 2025-05-07 | cleaned up ai metadata on generated drawings. | bobzel | |
| 2025-05-05 | got rid of dash _xPadding/_yPadding in favor of just using ↵ | bobzel | |
| _xMargin/_yMargin. cleaned up linearView field names | |||
| 2025-04-30 | fixed height / width restrictions and added date selector for all day tasks | aaravkumar | |
| 2025-04-30 | Merge branch 'master' into task_nodes_aarav | bobzel | |
| 2025-04-23 | added basic task nodes with descritpion, start and end times -- added doc ↵ | aaravkumar | |
| options for starttime/endtime/allday | |||
| 2025-04-23 | lots of typechecking fixes. | bobzel | |
| 2025-04-21 | attempting to integrate scrapbooks | sharkiecodes | |
| 2025-04-17 | fix for resizing docs with native width and modify native dim set (fixes ↵ | geireann | |
| dailyjournal resizing). | |||
| 2025-04-16 | fixed authorizing dropbox. | bobzel | |
| 2025-04-14 | fixed how templates are expanded to avoid template sub-component conflicts ↵ | bobzel | |
| by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs. | |||
| 2025-04-11 | fixed ViewGuid generation to never start with a number (enables text boxes ↵ | bobzel | |
| to have css specific to a single Doc). cleaned up '%' style rules for text boxes. cleaned up custom style sheets in text boxes to only be created when needed and to improve highlighting bold text with context. | |||
| 2025-04-10 | fixed instantiate from : menu to delgate templates instead of copying. | bobzel | |
| 2025-04-10 | changed naming of makeDelegates to not add a number at the end. switched ↵ | bobzel | |
| dataNote to MetaNote and cleaned up initialization of it. fixed sidebar/stacking view to not grab wheel evebnts when not active. fixed dashfieldview to vcenter labels. fixed height and scrolling of templae menu. simplified formattedtextbox menu | |||
| 2025-04-08 | fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵ | bobzel | |
| filenames with '.'s in them. fixed vertical centered text. | |||
| 2025-04-08 | changed border color icon | bobzel | |
| 2025-04-07 | added multiToggle option to allow popup to stay up until explicitly ↵ | bobzel | |
| untoggled. fixed multitoggle to honor toggleStatus. fixed popup to follow target. fixed setting text highlight background fro popup menu. fixed flashcardui buttons to have background sized properly. | |||
| 2025-04-01 | added an override_backgroundColor or templates that want to control ↵ | bobzel | |
| background colors. needs to be generalized, perhaps along the lines of !important. fixed script sto ignore Array<T> template errors.. | |||
| 2025-03-31 | moved audio annotation indicator/playback button to TagsView. cleaned up ↵ | bobzel | |
| tagsview colors and unobscured by bottom resizer | |||
| 2025-03-30 | changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ↵ | bobzel | |
| card view. fixed css scaling for styleprovider icons and annotation resizer | |||
| 2025-03-26 | fixed keyValue box assignments so that '_' assigns to template unless value ↵ | bobzel | |
| starts with '=' (then root doc). fixed deleting template keys in keyValuePair. fixed schemaTableCell to show current editable value (not last edited value) when editing layout and data doc values. updated DocumentOptions API. | |||
| 2025-03-25 | fixes to components so that things highlight reasonably in different skins. ↵ | bobzel | |
| fixed color picker alternate selection. | |||
| 2025-03-23 | more _props.Document to .Document refactoring. type updates to ↵ | bobzel | |
| prosemirrortransfer | |||
| 2025-03-23 | updated more [DocData] to .$ things | bobzel | |
| 2025-03-21 | from last | bobzel | |
| 2025-03-21 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-13 | updated text markdown help | bobzel | |
| 2025-03-09 | removed simulation doc. fixed empty imageBox uploading. fixed script ↵ | bobzel | |
| typechecking. fixed metadata doc. fixed setting background colors of docs that have a template. | |||
| 2025-03-07 | fixed columnWidth settings for sidebar. fixed color picker and other ↵ | bobzel | |
| dropdowns to toggle when button is clicked. fixed dash field views to collapse properly. fixed rtf to honor marks that were set before text box is created and typing starts. | |||
| 2025-03-07 | made daily journal a tool and removed unneeded explicit mention of it in ':' ↵ | bobzel | |
| menu | |||
| 2025-03-07 | cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵ | bobzel | |
| functions were considered not found. | |||
| 2025-03-06 | fixed compioling functions with DateFields | geireann | |
| 2025-03-06 | fixed resizing height to be > 10 pixels. split pivotView out of timeView. | bobzel | |
| 2025-03-04 | added link cretor button to text anchor menu | bobzel | |
| 2025-03-04 | fixed svg conversion to bezier to handle relative points and dataformats ↵ | bobzel | |
| without spaces. | |||
| 2025-03-04 | fixed up smartDrawHandler a bit to support svg's better. you can now drop ↵ | bobzel | |
| in a .svg file from the filesystem - still some unfinished business (arcs, background/foreground color inversion) | |||
| 2025-02-28 | from last | bobzel | |
| 2025-02-28 | added drop target for regenerating images | bobzel | |
| 2025-02-26 | added typing to PostToServer calls. made smartDraw popup create images locally. | bobzel | |
| 2025-02-26 | ping cleanup | bobzel | |
| 2025-02-26 | fixed toggling number dropdown. Added firefly to gpt popup menu. | bobzel | |
| 2025-02-26 | removed query-string from project | bobzel | |
