aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/nodes_rts.ts
AgeCommit message (Collapse)Author
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
2022-10-07fixes for equations : :eq as option to ctrl-m inside a text box. added ↵bobzel
background for equations. fixed cursor focus issues.
2022-07-02fixing many eslint errorsbobzel
2021-03-24fixes for audiotags so that they can be navigated to when focusing. fixes ↵bobzel
to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints.
2021-03-10from lastbobzel
2021-03-10finally completed the process of moving DashDocView into a React compoment ↵bobzel
in DashDocView from RichTextSchema
2021-03-04fixed template doc height setting (when autoHeight text field)bobzel
2021-03-02some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵bobzel
text docs with ctrl-m.
2021-02-04fixed default node type in text to be paragraph, not audioTagbobzel
2021-01-29fixed taking videoBox snapshots. select video/audio doc after deleting an ↵bobzel
annotation. Fixed following links to videoBox timeline anchors. Fixed rendering timeline annotations by putting them in data-annotations-timelines to distinguish from regular annotations.
2021-01-29changed how auto linking to audio is implemented. added audiotag html tags ↵bobzel
to click to play audio.
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-08-03Merge remote-tracking branch 'origin/menu_restructure' into presentation_updatesGeireann Lindfield Roberts
2020-07-31fixed undoin makin hyperlinks from richtextmenu. fixed indentin/etc pasted textBob Zeleznik
2020-07-04hopefully finall fies to bullet layout to work with elision.Bob Zeleznik
2020-07-03fixed position of link button for images and comparison boxes by making them ↵Bob Zeleznik
position:relative instead of absoulte. fixed elllipsis of elided bulleted text.
2020-07-01changed collpased bullets to show their current line and elide sub-bulletsBob Zeleznik
2020-06-26fixed bullet point positioning for lines that wrap. fixed bullet point ↵Bob Zeleznik
behavior when backspacing from bullet point to previous
2020-06-24fixed warnings. fixed blockquote menu function.Bob Zeleznik
2020-06-24fixed blockquotes and code within formatted text.Bob Zeleznik
2020-06-22cleaned up errors. added ctrl-a to select documents within a freeform ↵Bob Zeleznik
collection. fixed ctrl-x to remove documents properly. fixed paste documents to clone only if copied.
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-05-05fixes for parameterized templates. added a pendingMap to fix issues with ↵Bob Zeleznik
expandTemplateLayout. added a switchbox template to test templates. changed dimUnits/dimMagnitude to _dimUnits/_dimMagnitude
2020-04-28rearranged text filesBob Zeleznik