aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-04-01fixed exceptions on link to link positionsbobzel
2024-04-01from lastbobzel
2024-04-01fixed header template to be marginally functional.bobzel
2024-04-01forgot these from last - fixes forced text scroll from pres trail.bobzel
2024-04-01revert back to old style of forced text scrolling - doesn't work for pres ↵bobzel
trails.
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-31Merge branch 'master' into dataviz-ai-sarahsrichman333
2024-03-31rangesrichman333
2024-03-31fixed divider column for notetaking view. fixed scrolling of text docs. ↵bobzel
fixed keeping user docs in system button bars.
2024-03-31fixed 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-30got rid of HTMLMarkers in favor of Configs -- fixes issues with pdf and web ↵bobzel
annotations not scrolling to the right place. Also got rid of default values for x/y which caused a similar problem for some configs which should not have x/y set. fixed webBox to have its annotation computedField set properly
2024-03-30updated and fixed wiki link to use @(wiki:...) and fixed linkManager from ↵bobzel
infinite looping on relatedlinker(). fixed clicking in text exxeptions.
2024-03-30fixed potential cycle in linkManager relatedLink. fixed anchors to videos ↵bobzel
not to be to timeline
2024-03-30got rid of pdf_thumbnailsbobzel
2024-03-30audio box fixesbobzel
2024-03-30open audio dictation in sidebarbobzel
2024-03-30cleanup of import orderings.bobzel
2024-03-30trying to cleanup import cyclesbobzel
2024-03-30weird breaking problem with imports in lightboxviewbobzel
2024-03-30fixed snapshot workspace functions by getting rid of @actions. fixed ↵bobzel
lightbox to not rerende on invalidation which allows videos to play.
2024-03-30updated 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-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-29small fix to retoreTargetView. reformatted file.bobzel
2024-03-29fixed capture offset to target in link following. fixed links to appear in ↵bobzel
lightbox and to not disappear when dragged.
2024-03-29filter links out of carousel views.bobzel
2024-03-29fixed making strokes able to allow followTarget click funcs to what they're ↵bobzel
linked to. Made it possible to render links to links. avoid deleting links when switching tabs/closing app.
2024-03-29got rid of unused arrange/flashcards tool button modesbobzel
2024-03-29enabled %<notestyle> to switch note types. fixed linking to top-level ↵bobzel
templates (postit, idea, etc). customized postit and idea style.
2024-03-29fixed equation box resizing to stay in place. fixedlightbox to have a black ↵bobzel
foreground color so equations can be seen. fixed function plots to translate more of the math syntax
2024-03-28fixed following link to pdf text selection with highlights. fixed hide ↵bobzel
key/value in dashfieldView. fixed selecting dashFieldView nodes.
2024-03-28enabled functions to be entered in dashFieldViews on creation.bobzel
2024-03-28fixed 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-28fixed tabbing between items in nested dashFieldViewsbobzel
2024-03-27preserve nodeSelections after onBlur by not calling autoLink. fix promoting ↵bobzel
text to list cursor locatoin
2024-03-27fixed lightbox views to suppressheight for docs with layout_fitWidth setbobzel
2024-03-27fixed forward hyperlink reference to not publish.bobzel
2024-03-27fixed 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-27fixed backspacing to delete list items.bobzel
2024-03-27fixed collapsible text box outlines. fixed ending lists with enter.bobzel
2024-03-27changed 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-26added 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.
2024-03-25fixed exception in comparison boxbobzel
2024-03-25fixed rich text to string formattingbobzel
2024-03-24fixed crash on richtextfield to string when there's no data. fixed schema ↵bobzel
cells not to edit unless selected.
2024-03-24fixed linkdocpreviews to sequence through multiple links. fixed text boxes ↵bobzel
to update text when dashfieldView text changes (but the fieldview doesn't), fixed dashFieldViews to be editable cleanly, and to allow sub-dashFieldViews to be editbale. allowed toggle on/off of dashFieldView fieldKey. got rid of sidebars in scemaCells. fied editing dashFieldViews in captions and as childrend of dashFieldViews by passing rootSelected
2024-03-23fixed linking to parts of a template. fixed highlting part of a template ↵bobzel
when following a link to it.
2024-03-23made backspace deleting a schema row undoable. fixed calling chat on string ↵bobzel
fields
2024-03-23from lastbobzel
2024-03-23added empty image tool and fixed createCustomView apibobzel
2024-03-22make ink stroke labels visible always for closed gesture strokes.bobzel