aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/FormattedTextBox.tsx
AgeCommit message (Collapse)Author
2021-11-13change isContentActive to a tri-state to allow turning on/off and default - ↵bobzel
fixes issues with videobox and others so that content can be turned off reliably. added annotation overlay for treeViews for ppt like slides. lots of fixes to tree view to get layout to be more robust.
2021-10-26Merge branch 'master' into trails-aubreyAubrey Li
2021-10-26update Mapbox image renderingAubrey Li
2021-09-29made IsClosed a static function. fixed warnings and errors.bobzel
2021-09-22fixed problem with fontsize corruption. fixed showing correct font size ↵bobzel
when creating a new empty document with storedMarks. fixed color of previewcursor in dark mode.
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-09-21tried to make captions more readable when zoomed out by playing with scaling ↵bobzel
and overflow. removed sidebar button from captions.
2021-09-20fixed equations/ink to work properly when not fitwidth in lightbox. don't ↵bobzel
show titles for ink or equations using fields now.
2021-09-17fixed setting time of audio doc when clicking on audiotag in RTF.bobzel
2021-09-16fixed unused code for embedding document references in textbobzel
2021-09-15merge master into trails-aubreyAubrey Li
2021-09-15fixed dragging so that only isDocumentActive documents are dragged (get move ↵bobzel
events) which fixes a bug where a nested document and its container might both be dragged at the same time.
2021-09-13fixed dragging document that is unselected by clicking on nested object in ↵bobzel
sidbear to not double-drag two items effectively deleting the sidebar document. fixed undoing of document decorations topbar buttons.
2021-09-13fixed clicking on link drag button to create doc in sidebar for RTF documents.bobzel
2021-09-13fixed errors and warnings.bobzel
2021-09-13fixed unfreezing (allow reflowing) of webBox's. fixed initial size of text ↵bobzel
annotation box.
2021-09-10event handling fixes for ink. double click on deselected ink takes shows ↵bobzel
handles. lightbox view works. transparent fills are not selectable.
2021-09-09fixed anchor menu highlighter button's dropdown location. fixed metadata ↵bobzel
view for formattedText. added menu item for metadata view. fixed formattedTextbox initialization.
2021-09-08made setting background undoable. added setting header color/visibility ↵bobzel
from main toolbar. made changing header contents possible using #<key>(;<key)* syntax
2021-09-08tried adjusting text annotation button so text would be more readable in corner.bobzel
2021-09-03fixed warnings. cleaned up link lines a bit more - simplified, and allowed ↵bobzel
multiple aliases to share a link. fixed link lines to text anchors from flapping around wildly when camera pans
2021-09-03fixed drawing of link lines - doesn't generate duplicates, and works with ↵bobzel
text regions, scroll locations, and document anchors.
2021-09-02fixed autoHeight for formattedText to work better with stacking and ↵bobzel
contentfitting views.
2021-09-02Many updatesgeireann
- Fixed image uploads so it clones rather than makes an alias - Updated context menu - Removed tools panel from novice mode in favour of ":" menu - Added explainers to menus in novice mode - Re-added the trails button - Changed UI for text, PDF & websites so that it is more consistent
2021-08-30reverted textboxes to not flicker when they have bulletsbobzel
2021-08-30merged with master - fixed warnings and errors.bobzel
2021-08-26really closegeireann
2021-08-26a lot of changes to move isContentActive into DocumentViewbobzel
2021-08-21Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-18added search linkinggeireann
2021-08-17fixed canEdit func in prosemirrorExampleTransfer to prevent error when ↵bobzel
hitting enter at end of uneditable doc. fixed scrollheight setting error in formattedtextbox caused by assigning null
2021-08-12fixed textboxes which were generally a line too short when opened in ↵bobzel
contentfitting view (e.g. stackingView or pivotView)
2021-08-09fixed augment only text to resize correctly with autoheight. fixed acls to ↵bobzel
cache correctly for new documents. fixed links to be shared across users. fixed links to always default to public.
2021-08-06collabortion fixes: added new acl for allowing people to edit their own text ↵bobzel
within the same note, fixed playground fields to write to the server without updating other clients.
2021-08-06fixed webboxes so that you can link to an annotation and it will restore the ↵bobzel
url as well. a bunch of warnings cleanup.
2021-08-05Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-05fixed so that links to sidebar annos show the sidebar in a LinkPreviewbobzel
2021-08-05improved opening sidebar when following a link to a sidebar annotation. ↵bobzel
Still needs work when link is from outside of the sidebar document and on first click.
2021-08-03Merge branch 'master' into trails-aubreyAubrey-Li
2021-08-01made url server references relative.bobzel
2021-07-31Merge branch 'master' into trails-aubreyAubrey-Li
2021-07-31Merge branch 'master' into linking-anhgeireann
2021-07-30added sidebar button to mapBoxbobzel
2021-07-29fixed linking to text in custom text view.bobzel
2021-07-24Merge branch 'master' into linking-anhdinhanhtruong
2021-07-24In-progress link popupdinhanhtruong
2021-07-23fixed issues with layoutString templates (eg customView): scale properly ↵bobzel
when in a time view, have a data doc, scripts are called with 'scale' parmeter
2021-07-15cleaned up autoHeight for text in conjunction with sidebars and titles and ↵bobzel
some layout scripts
2021-07-15fixed onClick scripts for layout fields of HTMLtags. adjusted formatting of ↵bobzel
fieldViews/checkboxes/inputs
2021-07-15from lastbobzel