aboutsummaryrefslogtreecommitdiff
path: root/src/fields/RichTextField.ts
AgeCommit message (Collapse)Author
2025-03-24Merge branch 'fieldSyntaxUpdate' into aarav_editbobzel
2025-03-10fixed issue with text notes that just have a doc embedded being treated like ↵bobzel
empty notes..
2025-03-07fixed selection of default journal textbobzel
2025-03-07added more individual text formatting features + journal like backgroundaaravkumar
2025-03-07cleaned up RTF creation w/ styles. fixed scripting compile bug when unused ↵bobzel
functions were considered not found.
2025-03-07attempted adding formattingaaravkumar
2025-03-06a bunch of changes to improve how docs are selected automatically when created.bobzel
2024-10-11added some commenting and code tweaks to ComparisonBoxbobzel
2024-07-08Speech to phonemes progressalyssaf16
2024-03-28fixed tabbing between items in nested dashFieldViewsbobzel
2024-03-26added empty image tool and click on empty image to select from filesystem. ↵bobzel
fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views.
2024-03-25fixed rich text to string formattingbobzel
2024-03-24fixed crash on richtextfield to string when there's no data. fixed schema ↵bobzel
cells not to edit unless selected.
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2023-03-20fixed copying of docs with template layout docs. fixed clone to search ↵bobzel
through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids.
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2020-08-17fixed schema view scripts to allow for layout or data doc assignment. fixed ↵bobzel
rich text field ToScriptField
2020-08-17Fix SchemaView undefined/empty string valuesMelissa Zhang
2020-08-02made fontFamily and fontSize active settings on user doc. made alignment ↵bobzel
settings on rich text make field non-empty. all to start allowing for better template styles.
2020-05-15renamed new_fields to fieldsSam Wilkins
2019-05-09merge with master, but haven't reconciled internal and external linkingSam Wilkins
2019-04-13cleaning up network data transfer.Bob Zeleznik
2019-04-08Enabled semi-colon and braces linter ruleTyler Schicke
2019-02-19Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into ↵Tyler Schicke
server_database_merge
2019-02-14Got almost all of collaboration and server communication workingTyler Schicke
2019-02-13asdfkjyipstanley
2019-02-13Asdfjkla/sdfkljyipstanley
2019-02-11asdkjflyipstanley
2019-02-07Restored Opt<T> and made a new FieldValue<T> type to replace old Opt<T>Tyler Schicke
2019-02-06woring db stub.bob
2019-02-01added ImageField and RichTextField typesTyler Schicke