index
:
Dash-Web.git
master
A copy of AVD's Dash-Web software, hosted on my own hardware for local use.
browndash
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
fields
/
RichTextUtils.ts
Age
Commit message (
Expand
)
Author
2025-03-23
more _props.Document to .Document refactoring. type updates to prosemirrort...
bobzel
2025-02-20
from last
geireann
2024-10-07
lint fixes
bobzel
2024-08-21
cleanup of face recognition. some lint fixes.
bobzel
2024-08-15
cleaned up server list add/rem.
bobzel
2024-05-08
lots of api cleanup and cycle removal
bobzel
2024-04-30
unwinding more import loops by splitting up Documents.ts into DocUtils.ts and...
bobzel
2024-04-29
more eslint
bobzel
2024-04-17
restoring eslint - updates not complete yet
bobzel
2023-12-12
fixed overlay view and scriptingRepl and all observable Doc arrays to be shal...
bobzel
2023-11-08
fixed bug where tableBox's didn't render all of the rows they receive. lots o...
bobzel
2023-08-27
lots of cleanup to streamline import orderings (ie packages should not mutual...
bobzel
2023-05-14
major overhaul of field naming conventions.
bobzel
2023-03-20
fixed copying of docs with template layout docs. fixed clone to search throu...
bobzel
2022-07-02
fixing many eslint errors
bobzel
2021-09-24
wrapped Color() calls in DashColor() to catch exceptions for color strings no...
bobzel
2020-08-29
major restructure of how addDocTabs works. now you can add/replace with opti...
bobzel
2020-07-01
renamed link to linkAnchor and allHrefs to allLinks in rich text code
Bob Zeleznik
2020-06-21
cleaned up lists in prosemirror. everything's an ordered_list now (even unor...
Bob Zeleznik
2020-06-13
fixes to make link lines work correctly with text anchors that have more than...
Bob Zeleznik
2020-06-09
fixed lots of errors/warnings. added 'a' to be able embed documents on drop....
Bob Zeleznik
2020-05-15
renamed new_fields to fields
Sam Wilkins