aboutsummaryrefslogtreecommitdiff
path: root/src/fields/RichTextUtils.ts
AgeCommit message (Collapse)Author
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
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 ↵bobzel
and moving crate functions to <>Box functions
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 ↵bobzel
shallowly observed.
2023-11-08fixed bug where tableBox's didn't render all of the rows they receive. lots ↵bobzel
of code cleanup -- moving things from Doc.ts to better locations. Changed overlays and published docs to be local to their dashboard. changed treeview icons.
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-05-14major overhaul of field naming conventions.bobzel
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-07-02fixing many eslint errorsbobzel
2021-09-24wrapped Color() calls in DashColor() to catch exceptions for color strings ↵bobzel
no found
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
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 ↵Bob Zeleznik
unordred lists). things are read back from the dom correctly to allow copy & paste. added prosemirror's dev tools.
2020-06-13fixes to make link lines work correctly with text anchors that have more ↵Bob Zeleznik
than one link. fixed problem making a text link anchor by adding dummy mark to split the selection first.
2020-06-09fixed lots of errors/warnings. added 'a' to be able embed documents on ↵Bob Zeleznik
drop. added 'l' toggle to perist lasso/marquee mode.
2020-05-15renamed new_fields to fieldsSam Wilkins