aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Expand)Author
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-16predictive text styling now enquires pre-existing styles + journal node autom...aaravkumar
2025-04-16use explicit atribute to mark summarizedtext. fix getAttrs for vaiours font ...bobzel
2025-04-15fixing summary/elision text node to work better with lists or hierarchical te...bobzel
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts by...bobzel
2025-04-11fixed ViewGuid generation to never start with a number (enables text boxes to...bobzel
2025-04-10changed naming of makeDelegates to not add a number at the end. switched data...bobzel
2025-04-10fixed dashfieldviews in text boxes to show ellipsis for long lines and to hid...bobzel
2025-04-10fixed removing predictive prompt. fixed first letter typed after predictive ...bobzel
2025-04-10Merge branch 'master' into aarav_editbobzel
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. si...bobzel
2025-04-09fixed where height fields are written on text docs (in a template).bobzel
2025-04-08fixed gptImageLabel calls and added ImageCastToNameType to deal with filename...bobzel
2025-04-08changed border color iconbobzel
2025-04-07added multiToggle option to allow popup to stay up until explicitly untoggled...bobzel
2025-04-05fixed sizing of text box annotations sidebar button. cleaned up TagsView to...bobzel
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
2025-04-01fixed text views to write/read font_<props> from data doc.bobzel
2025-03-31moved audio annotation indicator/playback button to TagsView. cleaned up tag...bobzel
2025-03-30changed Doc.Layout calls to doc[DocLayout]. fixed flashcard ui placement on ...bobzel
2025-03-26fix so that views use don't use the rootDocument, but rather the current rend...bobzel
2025-03-24Merge branch 'fieldSyntaxUpdate' into aarav_editbobzel
2025-03-23fixed more typing errors. fixed updateBullets to not generate error when pa...bobzel
2025-03-23more _props.Document to .Document refactoring. type updates to prosemirrort...bobzel
2025-03-23updated more [DocData] to .$ thingsbobzel
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-03-19daily journal title/text update fixes + GPT prompts button for journalling pr...aaravkumar
2025-03-19fixed focus() on text boxes to scroll into view by hacking around a breaking ...bobzel
2025-03-19fixed mapBox full screen. fixed link following from node at start of texts (...bobzel
2025-03-14simplified anchorMenu to just have an AskAI button .. then updated GPtPopup's...bobzel
2025-03-12made @... create dashField views instead of [@..]. minor cleanup of dashFiel...bobzel
2025-03-12improving how dash field views work in text boxes (layout, tab behavior)bobzel
2025-03-10removed label creation from text's anchor menu. removed label creation from ...bobzel
2025-03-10fixed issue with text notes that just have a doc embedded being treated like ...bobzel
2025-03-10Merge branch 'master' into aarav_editbobzel
2025-03-07fixed following text hyperlinks to Docs. fixed using fieldinfos for DashField...bobzel
2025-03-07fixes to daily journal creation.bobzel
2025-03-07fixed selection of default journal textbobzel
2025-03-07Merge branch 'master' into aarav_editbobzel
2025-03-07fixed columnWidth settings for sidebar. fixed color picker and other dropdow...bobzel
2025-03-07added more individual text formatting features + journal like backgroundaaravkumar
2025-03-07from lastbobzel
2025-03-07cleaned up RTF creation w/ styles. fixed scripting compile bug when unused fu...bobzel
2025-03-07attempted adding formattingaaravkumar
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2025-03-06Merge branch 'master' into aarav_editbobzel