aboutsummaryrefslogtreecommitdiff
path: root/src/fields/RichTextUtils.ts
AgeCommit message (Expand)Author
2025-03-23more _props.Document to .Document refactoring. type updates to prosemirrort...bobzel
2025-02-20from lastgeireann
2024-10-07lint fixesbobzel
2024-08-21cleanup of face recognition. some lint fixes.bobzel
2024-08-15cleaned up server list add/rem.bobzel
2024-05-08lots of api cleanup and cycle removalbobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...bobzel
2024-04-29more eslintbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2023-12-12fixed overlay view and scriptingRepl and all observable Doc arrays to be shal...bobzel
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots o...bobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not mutual...bobzel
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-20fixed copying of docs with template layout docs. fixed clone to search throu...bobzel
2022-07-02fixing many eslint errorsbobzel
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings no...bobzel
2020-08-29major restructure of how addDocTabs works. now you can add/replace with opti...bobzel
2020-07-01renamed link to linkAnchor and allHrefs to allLinks in rich text codeBob Zeleznik
2020-06-21cleaned up lists in prosemirror. everything's an ordered_list now (even unor...Bob Zeleznik
2020-06-13fixes to make link lines work correctly with text anchors that have more than...Bob Zeleznik
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on drop....Bob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins