aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-04-30two way integration -- changes in calendar reflect on task node -- and ↵aaravkumar
changes to node reflect on calendar
2025-04-28added task nodes calendar intergation, and ability to complete tasks ↵aaravkumar
directly via calendar view
2025-04-28added task nodes styling, completion, and removal of start/end times upon ↵aaravkumar
all-day click
2025-04-23added basic task nodes with descritpion, start and end times -- added doc ↵aaravkumar
options for starttime/endtime/allday
2025-04-23added /ask feature so can trigger predictive question w/o waiting 3.5 secondsaaravkumar
2025-04-21Merge branch 'master' into aarav_editbobzel
2025-04-17fix for resizing docs with native width and modify native dim set (fixes ↵geireann
dailyjournal resizing).
2025-04-16predictive text styling now enquires pre-existing styles + journal node ↵aaravkumar
automatically adds to all-day section of calendar view for easier access
2025-04-16fixed authorizing dropbox.bobzel
2025-04-16use explicit atribute to mark summarizedtext. fix getAttrs for vaiours font ↵bobzel
marks.
2025-04-15fixing summary/elision text node to work better with lists or hierarchical ↵bobzel
text nodes.
2025-04-14fixed 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-11fixed 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-10fixed instantiate from : menu to delgate templates instead of copying.bobzel
2025-04-10changed 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-10fixed 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-10fixed removing predictive prompt. fixed first letter typed after predictive ↵bobzel
prompt
2025-04-10Merge branch 'master' into aarav_editbobzel
2025-04-10from lastbobzel
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. ↵bobzel
simplifications to template data docs
2025-04-09more color template fixes.bobzel
2025-04-09cleaned up color setting for templates so that instances can override ↵bobzel
template default color.
2025-04-09fixed where height fields are written on text docs (in a template).bobzel
2025-04-08change isLightbox to be a datadoc flag.bobzel
2025-04-08fixed gptImageLabel calls and added ImageCastToNameType to deal with ↵bobzel
filenames with '.'s in them. fixed vertical centered text.
2025-04-08changed border color iconbobzel
2025-04-07added 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 multitoggle behavior to only toggle submenu closed. switched to ↵bobzel
hard-light for masking ink. fixed to make menu toggle take effect immediately.
2025-04-05fixed 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-04predictive question replaced from mock text to GPT (actual prediction)aaravkumar
2025-04-04text color defaults once predicted text disappearsaaravkumar
2025-04-04predictive text disappears on type/click someplace elseaaravkumar
2025-04-03code cleanup + added basic functionality for predictive text (only mock text ↵aaravkumar
right now, and doesn't automatically disappear yet)
2025-04-03fixed image box button sizing. made drawing ai regen a little faster by not ↵bobzel
creating icons when there are no annotqations.
2025-04-02fixed image box overlays to allow for transparent pngs. allowed hover over ↵bobzel
background for image alternats to be set.
2025-04-01fixed stacking view with pivot's field column widths.geireann
2025-04-01added 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-04-01fixed text views to write/read font_<props> from data doc.bobzel
2025-03-31fixed zooming on image boxes with fades. fixed style ref for image regen to ↵bobzel
use self las, after links.
2025-03-31moved audio annotation indicator/playback button to TagsView. cleaned up ↵bobzel
tagsview colors and unobscured by bottom resizer
2025-03-30changed 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-27fixed drawingfill regeneration when dropping an image on another to honor ↵bobzel
the style of the dropped image first, then the linked images, then the source image.
2025-03-27fixed tag label height. fixed dropbox authorization for firefly.bobzel
2025-03-27fix so that schemacellfield doesn't trigger a finalizeEdit when it's not ↵bobzel
editing. added 'red' color for template fields to schematablecell. fixed set field to allow setting data fields when field is an '_' and no template. fixed setting '=' when getting a keyValueString for empty fields with an '_' key.
2025-03-27fixed quoted expressions in schema cells to not evaluate.bobzel
2025-03-27restore DashFieldView editing by changing schemaCellField to setContent on ↵bobzel
editing.
2025-03-26from lastbobzel
2025-03-26from lastbobzel
2025-03-26fixed 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-26updated keyValue to use parens again.bobzel