aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/nodes_rts.ts
AgeCommit message (Collapse)Author
2025-04-15fixing summary/elision text node to work better with lists or hierarchical ↵bobzel
text nodes.
2025-03-23fixed more typing errors. fixed updateBullets to not generate error when ↵bobzel
part of selection is not on a list.
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-21more lint cleanupbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-02updated h1,etc css. updated package versions.bobzel
2024-04-01fixed text toggle buttons to highlight based on selection. enabled ↵bobzel
background colors for text lists. cleaned up text insertion point setting on pointer up. fixed autoHeight for text boxes with 'auto' nodes like ordered lists.
2024-03-31fixed scrolling to targets in text views. fixed referencing fields on ↵bobzel
another doc from text box. fixed '@name' technique for publishing documents to also remove documents and work anywhere a title is set.
2024-03-30added Labels button for turning ink labels on/off. added Pixels and Rotate ↵bobzel
buttons for images. enabled ink as template for text : check for ink stroke data on layout doc if it's not on data doc & started to have style provider check for properties on layout doc instead of data (background color, boxShadow). fixed toggling key/value on and off when node is selected.
2024-03-28fixed following link to pdf text selection with highlights. fixed hide ↵bobzel
key/value in dashfieldView. fixed selecting dashFieldView nodes.
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
2024-03-17use metakey to edit computedfield result instead of expression in schema ↵bobzel
cell, set default new field values on data doc. fixed stacking view from autoresizing when switching to a different collection view. changed syntax for setting fields in text docs to use ':=' for computed fields. Added call to Chat in computed functions when (( )) is used. Added caching of computed function result when a function called by ComputedField uses the _setCacheResult_ method (currently only gptCallChat).
2024-01-30changed dropConverter to keep title of dropped Doc. added paintFunc node/ ↵bobzel
checkbox view to formatted text. changed paintFunc to be computed based on layouytfieldkey being text in a freeformview. changed some inputRules to apply to code blocks. changed : contextmenu to allow regular note to be created. changed experimental tools to be user tmeplate tools. fixed focus on search bar when opening context menu
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-12-03cleaned up warnings and errors, working with typescript 20.10bobzel
2023-11-08from lastbobzel
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-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