aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2022-11-10made alternate image use a field data-useAlt. added alt images to ↵bobzel
preselements. fixed removing TabDoc documentviews from document view list. added playing audio tags to preselements
2022-11-10partial fix for previewing multiple links to different sidebar notes. fixed ↵bobzel
opening sidebar to create an annotation the first time. fixed honoring dashFieldView's non-editable flag. moved isLinkButton setter to expert and make isLinkButton default for Buttons. fixed following Links with Zoom to reset view. fixed view for editing onClick for documents
2022-11-08making pasting form pdf work again with backlinks. text fixes for ↵bobzel
equationViews and dashField views -- trying to get docref linkAnchor to work.
2022-11-04more fixes to sidebar annotations of pdfs to improve link following.bobzel
2022-11-04more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵bobzel
and make sidebar annotations work better.
2022-11-02frobobzel
2022-11-02fix sidebar so active filters add proper metadata to newly created documentsbobzel
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-27cleaned up treeViews to work across PresBox/ppt slides/collections/ - ↵bobzel
modified DocumentView rendering to remove pres box refs. fixed mainView width.
2022-10-25fixed up dragging fields from key value pane to support numbersbobzel
2022-10-25various tweaks: show border highlights in tree views, uniform treatment of ↵bobzel
embedding using title bar, even for free form views, choose bestAlias when dragging from files menu, text boxes honor document moves, show title for timeline annotations, fix dragoffset for stacks with buttons/description headers,
2022-10-24added link to documentation from specific nodesgeireann
2022-10-13some basic error checking. avoid querying background for non-toggle buttonsbobzel
2022-10-07Merge branch 'master' into pres-pin-fixesbobzel
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-10-05changed ctrl-a text selection to not delete the root node so that styles ↵bobzel
will be preserved. this fixes bug with text boxes inheriting default font styles after ctrl-a and editing them. fixed some text rules to not inherit default style
2022-09-20fixed pdf boxes to be active in lightboxview by fixing lightboxview docview ↵bobzel
to be observable so that IsLightboxDoc's will invalidate. made webBox's content 'relative' so that linksButton is in correct place. changed text highlight color to orange for webboxes
2022-09-14fix so that scrollbars don't appear for autoHeight text views in a freeform ↵bobzel
view.
2022-09-14fixed auto sizing of text documents that are topLevel. restored scroll bars ↵bobzel
to autoHeight text that is in a container (eg lightbox or tab)
2022-09-12fixed autosizing text with header tags.bobzel
2022-09-12fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵bobzel
text tags reset user_mark to current time.
2022-09-11fixed fontFamily menu for ink strokesbobzel
2022-09-11fixed crash when selecting ink strokesbobzel
2022-09-08fixed maintaining selections after ctrl-a + setting a font propertybobzel
2022-09-08fixed font menu settings to be accurate of current selection.bobzel
2022-08-24cleaned up some of the pin with view code. added a pin button to menu bar ↵bobzel
when tab is selected to avoid needing to use context menu
2022-08-22added animation of background color, and streamlined/extended a variety of ↵bobzel
props-related things.
2022-08-15from last - fix for setting dash field numbersbobzel
2022-08-12fixed inline text box resizingbobzel
2022-08-09fixed click on menu button for text box with hyperlink to not bring up ↵bobzel
buttonBar. fixed right click on hyperlink to just bring up button bar, but not native context menu. fixe stacking view child pointer events so that sidebar documents in lightbox are editable.
2022-08-09adjusted tootlip for showing pivot view of dashfieldview. removed ↵bobzel
scrollbars for autoheight textboxes - metadata views weren't resizing properly.
2022-08-09added an audio annotation button to the anchor menu bar.bobzel
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-08fixed autolinking to not match partial word substrings. restored textbox ↵bobzel
dictation.
2022-08-08cleaning up link ui. linkPreviews (not from linkMenu) have an edit button. ↵bobzel
link lines work when in lightboxview.
2022-08-08made props.showTitle = '' override doc.showTitle. fixed de-autoLinking when ↵bobzel
text box is empty
2022-08-04fixed notetaking view to have an 'unset' category for unassigned notes. ↵bobzel
fixed pivot view to not fail when docs have no width.
2022-08-03fixes for dragging notes so that they highlight properly and go to the right ↵bobzel
place when embedded in freeform views.
2022-08-02Adjusted ScriptFields to have a rawScript, and updated ScrptingBoxes to ↵bobzel
create a scriptField even for scripts that don't compile. Updated CurrentUserUtils setup functions for clicks. Fixed TemplateMenu to work again.
2022-07-29fixed autoHeight for texdtviews embedded in text views. fixed doc ↵bobzel
decorations for sidebar items in lightbox view. added 'tree' as sidebar type for text. fixed text sidebar to show same annotations whether in stacking or tree view. fixed linkDescription pop to go away on click outside of it.
2022-07-26made width a playground field so shared views can open annotation pane. ↵bobzel
made title shrink for annotation button only when title doesn't add a margin. Fixed closing annotation view in lightbox not to make docuent shrink to minimum size by using percents, not pixels.
2022-07-26turned off resetriting text box resizing to max of scroll height. fixed ↵bobzel
placement/behavior of sidebar anno button for text.
2022-07-25made formatttedtextbox annotation handle work the same as pdf/web. prevent ↵bobzel
header from hiding annotation button handle. fixed resizing text boxes.
2022-07-22adjusted native dim scaling slightly combining props.scaling and ↵bobzel
props.ContentScaling into props.NativeDimScaling and fixing some resizing behaviors for fitWidth freeformviews and native-sized text boxes. Also fixed clicking on presboxe elements to not drag.
2022-07-21fixed undo for opening/closing sidebar for pdf/web/text. fixed ↵bobzel
lightboxview for pdf's with smaller heights.
2022-07-20added a 'guest' login mode. added ability for mainView to be any doc, not ↵bobzel
just a docking collection.
2022-07-08restructured currentUserUtils to avoid having import cycles.bobzel
2022-07-07trying to fix errors in compilesbobzel
2022-07-06Merge branch 'master' into geireann-eslint-prettierGeireann Lindfield Roberts
2022-07-06fixed pushpin behavior to work with notes in annotation sidebar. fixed ↵bobzel
right-clicking on text anchors to bring up anchor menu