| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-04-15 | fixing summary/elision text node to work better with lists or hierarchical ↵ | bobzel | |
| text nodes. | |||
| 2025-03-23 | fixed more typing errors. fixed updateBullets to not generate error when ↵ | bobzel | |
| part of selection is not on a list. | |||
| 2024-08-08 | many changes to add typing in place of 'any's etc | bobzel | |
| 2024-04-23 | fixes for rich text menu updates and setting parameters on text doc vs ↵ | bobzel | |
| within in RTF. Lots of lint cleanup. | |||
| 2024-04-21 | more lint cleanup | bobzel | |
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-02 | updated h1,etc css. updated package versions. | bobzel | |
| 2024-04-01 | fixed 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-31 | fixed 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-30 | added 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-28 | fixed following link to pdf text selection with highlights. fixed hide ↵ | bobzel | |
| key/value in dashfieldView. fixed selecting dashFieldView nodes. | |||
| 2024-03-19 | cleaned 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-17 | use 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-30 | changed 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-27 | made 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-03 | cleaned up warnings and errors, working with typescript 20.10 | bobzel | |
| 2023-11-08 | from last | 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 ↵ | bobzel | |
| through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids. | |||
| 2022-11-01 | fixes 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-07 | fixes for equations : :eq as option to ctrl-m inside a text box. added ↵ | bobzel | |
| background for equations. fixed cursor focus issues. | |||
| 2022-07-02 | fixing many eslint errors | bobzel | |
| 2021-03-24 | fixes 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-10 | from last | bobzel | |
| 2021-03-10 | finally completed the process of moving DashDocView into a React compoment ↵ | bobzel | |
| in DashDocView from RichTextSchema | |||
| 2021-03-04 | fixed template doc height setting (when autoHeight text field) | bobzel | |
| 2021-03-02 | some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵ | bobzel | |
| text docs with ctrl-m. | |||
| 2021-02-04 | fixed default node type in text to be paragraph, not audioTag | bobzel | |
| 2021-01-29 | fixed 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-29 | changed how auto linking to audio is implemented. added audiotag html tags ↵ | bobzel | |
| to click to play audio. | |||
| 2020-08-29 | major restructure of how addDocTabs works. now you can add/replace with ↵ | bobzel | |
| options for left/right/top/bottom and specific panel names | |||
| 2020-08-03 | Merge remote-tracking branch 'origin/menu_restructure' into presentation_updates | Geireann Lindfield Roberts | |
| 2020-07-31 | fixed undoin makin hyperlinks from richtextmenu. fixed indentin/etc pasted text | Bob Zeleznik | |
| 2020-07-04 | hopefully finall fies to bullet layout to work with elision. | Bob Zeleznik | |
| 2020-07-03 | fixed 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-01 | changed collpased bullets to show their current line and elide sub-bullets | Bob Zeleznik | |
| 2020-06-26 | fixed bullet point positioning for lines that wrap. fixed bullet point ↵ | Bob Zeleznik | |
| behavior when backspacing from bullet point to previous | |||
| 2020-06-24 | fixed warnings. fixed blockquote menu function. | Bob Zeleznik | |
| 2020-06-24 | fixed blockquotes and code within formatted text. | Bob Zeleznik | |
| 2020-06-22 | cleaned 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-21 | cleaned 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-05 | fixes 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-28 | rearranged text files | Bob Zeleznik | |
