| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-20 | lint cleanup and some flashcard fixes | bobzel | |
| 2024-05-20 | from last | bobzel | |
| 2024-05-20 | reverted alt text text switch icon to include hover | bobzel | |
| 2024-05-19 | Merge branch 'restoringEslint' into alyssa-starter | bobzel | |
| 2024-05-17 | chatcards, quizcards, and ai flashcards | alyssaf16 | |
| 2024-05-16 | moved isHovering to DocumentView as instance variable instead from ↵ | bobzel | |
| FormattedText as a Document field. cleaned up cluster style provider. fixed freeformView to not trigger as many updates when a doc is dropped, and fixed layoutEngines to not return a background or color unless actually set by the engine. | |||
| 2024-05-14 | post merge fixes for sarah-ai-visualizatoin | bobzel | |
| 2024-05-10 | fixed exception when text templates have no inherited data, and when text ↵ | bobzel | |
| views are modified after the editor has been destroyed. random code cleanup | |||
| 2024-05-08 | fixed text selection on web pages. cleaned up gptSummarize to work on any text. | bobzel | |
| 2024-05-08 | lots of api cleanup and cycle removal | bobzel | |
| 2024-05-02 | another push to remove cycles by pushing things onto Doc and DocumentView | bobzel | |
| 2024-05-02 | lots more dependency cycle unwinding. | bobzel | |
| 2024-04-30 | unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵ | bobzel | |
| and moving crate functions to <>Box functions | |||
| 2024-04-30 | unwinding some import cycles. added PinFuncs and .from(dv:DocumentView) for ↵ | bobzel | |
| CollectionFreeForm stiuff | |||
| 2024-04-30 | broke out clusters code from freeformview to its own file. cleaned up a bit. | bobzel | |
| 2024-04-28 | simplified explore mode implementation | bobzel | |
| 2024-04-24 | post merge eslint cleanup | bobzel | |
| 2024-04-24 | mereged sarah-dataViz-ai | bobzel | |
| 2024-04-24 | Merge branch 'master' into dataviz-ai-sarah | bobzel | |
| 2024-04-24 | from last | bobzel | |
| 2024-04-24 | minor tweaks for merging | 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-19 | lint fixes. | bobzel | |
| 2024-04-19 | fixed text search highlighting. fixed first typed characfter of note to ↵ | bobzel | |
| have marks. | |||
| 2024-04-17 | restoring eslint - updates not complete yet | bobzel | |
| 2024-04-17 | fix problem where placeholder text of note wasn't being overwritten. | bobzel | |
| 2024-04-17 | reverted fix for replacing placeholder text in a new typed note -- breaks ↵ | bobzel | |
| switching from one fieldKey to another | |||
| 2024-04-10 | more notetaking fixes - turn off autoSize, unobserve children. fixed typing ↵ | bobzel | |
| a new note to delete placeholder text. added autoCreate for columns. added pivot column selector for notetaking view. | |||
| 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-04-01 | fixed header template to be marginally functional. | bobzel | |
| 2024-04-01 | forgot these from last - fixes forced text scroll from pres trail. | bobzel | |
| 2024-04-01 | revert back to old style of forced text scrolling - doesn't work for pres ↵ | bobzel | |
| trails. | |||
| 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-31 | Merge branch 'master' into dataviz-ai-sarah | srichman333 | |
| 2024-03-31 | fixed divider column for notetaking view. fixed scrolling of text docs. ↵ | bobzel | |
| fixed keeping user docs in system button bars. | |||
| 2024-03-31 | fixed dropdown in title bar location. moved rotate button up to not ↵ | bobzel | |
| interfere with button bar. don't blur title when editing it. fix drawgging rotate center on templates. support setting alternate colors for text docs -- pretty hacky. fixed tabbing through dashFieldViews. | |||
| 2024-03-30 | updated and fixed wiki link to use @(wiki:...) and fixed linkManager from ↵ | bobzel | |
| infinite looping on relatedlinker(). fixed clicking in text exxeptions. | |||
| 2024-03-30 | audio box fixes | bobzel | |
| 2024-03-30 | updated mermaids template. updated paintFunc to also render the underlying ↵ | bobzel | |
| code text so that the paintFunc will update if dashFields in the code change. fixed schema views to render templates properly in preview. fixed text to only modify the data doc. changed setPixels in imageBox to not consider scaling of outer containers. | |||
| 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-29 | enabled %<notestyle> to switch note types. fixed linking to top-level ↵ | bobzel | |
| templates (postit, idea, etc). customized postit and idea style. | |||
| 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-28 | fixed keyvaluebox to show props document, never the doc in the fieldKey ↵ | bobzel | |
| slot. changed computedFIelds to do mobx caching. changed text boxes to do updating from templates based on a fieldKey_autoUpdate flag combined with modification timestamps. enabled comparison box to work with text fields in addition to docs. | |||
| 2024-03-27 | preserve nodeSelections after onBlur by not calling autoLink. fix promoting ↵ | bobzel | |
| text to list cursor locatoin | |||
| 2024-03-27 | fixed toggling footnotes. fixed error in bullet hit test. fixed problems ↵ | bobzel | |
| with backspace and enter in prosemirror transfer. fixed display of markdown options to start at top. | |||
| 2024-03-27 | fixed backspacing to delete list items. | bobzel | |
| 2024-03-27 | fixed collapsible text box outlines. fixed ending lists with enter. | bobzel | |
| 2024-03-27 | changed dashFieldViews to support Tab'ing between other dashFieldviews, ↵ | bobzel | |
| changed deleting links to clear out the anchors so that linkBoxes will go away more easiliy. changed funcitonPlot to plot the equations that are linked to it. changed equations to link to functions. changed undo and other console logging to only happen when undo docked buttons are expanded (visible) | |||
| 2024-03-26 | added empty image tool and click on empty image to select from filesystem. ↵ | bobzel | |
| fixed following links in lightbox and showing links to stackedTimelines. fixed embedding docs into text. fixed not resizing text boxes that also show up in pivot view. prevent context menu from going off top of screen. fixed freeform clustering colors and click to type. fixed links to stackedTimeline marks, and titles for marks. made title editing from doc deco and header use same syntax as keyValue. fixed marquee selection on webBoxes. turn off transitions in freeformdocview after timeout. enabled iconifying templates to propagate to "offspring". fixes images in templates. don't show headr on schema views. | |||
