| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-15 | fixing summary/elision text node to work better with lists or hierarchical ↵ | bobzel | |
| text nodes. | |||
| 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 | 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-10 | fixed dashfieldviews in text boxes to show ellipsis for long lines and to ↵ | bobzel | |
| hide dropdown menu when field is not editable. fixed pasting from pdf's to work and to display the entire text box. | |||
| 2025-04-10 | fixed removing predictive prompt. fixed first letter typed after predictive ↵ | bobzel | |
| prompt | |||
| 2025-04-10 | Merge branch 'master' into aarav_edit | bobzel | |
| 2025-04-10 | performance fixes for text boxes to not call screenToLocal unnecessarily. ↵ | bobzel | |
| simplifications to template data docs | |||
| 2025-04-09 | fixed where height fields are written on text docs (in a template). | bobzel | |
| 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-05 | fixed sizing of text box annotations sidebar button. cleaned up TagsView ↵ | bobzel | |
| to not overlap button bar below doc decorations or bottom resize handle | |||
| 2025-04-04 | predictive question replaced from mock text to GPT (actual prediction) | aaravkumar | |
| 2025-04-04 | text color defaults once predicted text disappears | aaravkumar | |
| 2025-04-04 | predictive text disappears on type/click someplace else | aaravkumar | |
| 2025-04-03 | code cleanup + added basic functionality for predictive text (only mock text ↵ | aaravkumar | |
| right now, and doesn't automatically disappear yet) | |||
| 2025-04-01 | fixed text views to write/read font_<props> from data doc. | bobzel | |
| 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 | fix so that views use don't use the rootDocument, but rather the current ↵ | bobzel | |
| rendering document. got rid of resolvedDataDoc -- just use rootDocument[DocData] | |||
| 2025-03-24 | Merge branch 'fieldSyntaxUpdate' into aarav_edit | bobzel | |
| 2025-03-23 | fixed more typing errors. fixed updateBullets to not generate error when ↵ | bobzel | |
| part of selection is not on a list. | |||
| 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 | trying to improve how data / layout / root and templtae docs are accessed. | bobzel | |
| 2025-03-19 | daily journal title/text update fixes + GPT prompts button for journalling ↵ | aaravkumar | |
| prompts integration | |||
| 2025-03-19 | fixed focus() on text boxes to scroll into view by hacking around a breaking ↵ | bobzel | |
| prosemirror patch. | |||
| 2025-03-19 | fixed mapBox full screen. fixed link following from node at start of texts ↵ | bobzel | |
| (eg mapbox target in sidebar doc) | |||
| 2025-03-14 | simplified anchorMenu to just have an AskAI button .. then updated ↵ | bobzel | |
| GPtPopup's summaryBox to have a flashcard option. | |||
| 2025-03-12 | made @... create dashField views instead of [@..]. minor cleanup of ↵ | bobzel | |
| dashFieldView and schemaCellField. made schemaCellField call focus() when SetIsFocused is called so that dashFieldView boxes are editable when clicked. Made overlay of documentIcons appear whenever cells are focused and disappear on blur. | |||
| 2025-03-12 | improving how dash field views work in text boxes (layout, tab behavior) | bobzel | |
| 2025-03-10 | removed label creation from text's anchor menu. removed label creation from ↵ | bobzel | |
| pdfs. | |||
| 2025-03-10 | fixed issue with text notes that just have a doc embedded being treated like ↵ | bobzel | |
| empty notes.. | |||
| 2025-03-10 | Merge branch 'master' into aarav_edit | bobzel | |
| 2025-03-07 | fixed following text hyperlinks to Docs. fixed using fieldinfos for ↵ | bobzel | |
| DashFieldViews to get appropriate Schmema cell input. fixed dashFieldView to show correct input editor for field type. | |||
| 2025-03-07 | fixes to daily journal creation. | bobzel | |
| 2025-03-07 | fixed selection of default journal text | bobzel | |
| 2025-03-07 | Merge branch 'master' into aarav_edit | bobzel | |
| 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 | added more individual text formatting features + journal like background | aaravkumar | |
| 2025-03-07 | from last | bobzel | |
| 2025-03-07 | cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵ | bobzel | |
| functions were considered not found. | |||
| 2025-03-07 | attempted adding formatting | aaravkumar | |
| 2025-03-06 | a bunch of changes to improve how docs are selected automatically when created. | bobzel | |
| 2025-03-06 | Merge branch 'master' into aarav_edit | bobzel | |
| 2025-03-06 | daily journal node | aaravkumar | |
| 2025-03-04 | added link cretor button to text anchor menu | bobzel | |
| 2025-03-04 | fixed border / text autoheight bug. | bobzel | |
| 2025-02-25 | added a hideUI option to hide buttons. fixed a mess of runtime warnings ↵ | bobzel | |
| mostly related to how scss files can be included in each other | |||
