aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2021-02-28got rid of link on deselect stuff (not used and should be implemented as ↵bobzel
text rule). fixe hyperlink terms.
2021-02-28fixed linkondeselect tempoararily. fixed following hypertext links that are ↵bobzel
not on the lowest level span
2021-02-28start of cleanup of formattedTextBoxbobzel
2021-02-28got rid of delayAutoHeight by updating dragHeights in documentDecorations.bobzel
2021-02-28a bunch of changes to simplify how autoHeight works. extended to work for ↵bobzel
pdfs and stacking views. still some bugs.
2021-02-27more cleanup of unused fields and minor fixes to things like the color ↵bobzel
picker's display of the selcted documents background color. also a fix for textbox autoresizing when dragged small
2021-02-25prevent annotation notes on PDFS from showing up in file system view.bobzel
2021-02-24fixed layerProviders for treeViews to return true. fixed sidebar ↵bobzel
annotations for text to add/remove from correct field.
2021-02-24fixed carouself view which wasn't displaying vertically oriented documents. ↵bobzel
cleaned up collectionTime script to not capture variables (causing doc's to be create)
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-15updated forward hypertext links using [[:]] notation.bobzel
2021-02-15cleaned up showTitle and showAudio stuff just a bit.bobzel
2021-02-14mae RichTextField parseable from keyvalue. got rid of pause to insert text ↵bobzel
timestamps for simplicity. fixed transition typo.
2021-02-14fixes to focus()'s api and extension to allow focusing on a Tab's contents.bobzel
2021-02-12changed audio video annotation to use only timecodeToShow/timecodeToHide. ↵bobzel
distinguish timeline annotation from video frame annotations with _timelineLabel field. Lightbox improvements to restore original camera values and to use fitContentsToDoc for collections
2021-02-12streamlined double-clicking to always open lightbox no matter what document ↵bobzel
you click on (except webbox's in native selection mode). shift -double-click re-centers a freeform view.
2021-02-11more focus refactoring and some bug fixes - resetting target document when ↵bobzel
recursively focusing.
2021-02-11now pdf/web/text scroll to the target and then pan the document to be in view.bobzel
2021-02-10simplified focus'ing on documents. refactored scrollFocus code. changed ↵bobzel
focus in 2D to move doc into view but not center.
2021-02-10fixed following link to document in another context to work in LightboxViewbobzel
2021-02-10fixed escaping menu to not close lightbox. fixed formattedTextBox dragging ↵bobzel
of sidebar to not scroll. fixed css width of formattedTextBox text area
2021-02-10fixes for stacking views to allow new text to be entered properly without ↵bobzel
losing focus. fixed document decorations for stacking views. fixed lightboxView criteria for going to an existing view in a lightbox instad of creating a new one.
2021-02-10changed docViewPath to be a function to avoid mobx invalidationsbobzel
2021-02-10fixed some z-index issues with lightbox and typing new notes + videobox ↵bobzel
zooming zindex
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-09cleanup of formattedtextboxcomment and linkDocPreviewbobzel
2021-02-09overhaul of linkdocpreview. delegated linkpreviewing from ↵bobzel
formattedTextBoxComments to LinkDocPreview
2021-02-09started to cleanup LinkDocPreview, LinkMenu.bobzel
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2021-02-05cleaned up lightbox. replaced old npm lightbox.bobzel
2021-02-04fixed default node type in text to be paragraph, not audioTagbobzel
2021-02-03added linkRelationship to linkEditor. fixed warnings.bobzel
2021-02-02fixed document decorations on lightbox. made translations an option for ↵bobzel
text boxes.
2021-02-02playing with translations in textbox sidebars.bobzel
2021-01-29fixed 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-29added flag to turn off audio anchors. made audio doc appear when clicking ↵bobzel
on audiotag.
2021-01-29from lastbobzel
2021-01-29changed how auto linking to audio is implemented. added audiotag html tags ↵bobzel
to click to play audio.
2021-01-29fixed automatic linking to audio recordings. now it creates anchors and it ↵bobzel
inserts carriage returns properly when adding timestamps and suppressing timestamps for code blocks.
2021-01-28more cleanup for switching back to parameterized audioTag/videoTag instead ↵bobzel
of anchorStartTag
2021-01-27fixed focusing on nested documents in a text document.bobzel
2021-01-27fixed undo for timeline region creation. fixed inking tools display after ↵bobzel
deleting an active text. box
2021-01-26preparing to unify VideoBox timeline with AudioBox timeline. changed names ↵bobzel
from videoStart/audioStart,End to anchorStart,EndTime and _displayTimecode to _timecodeToShow etc
2021-01-22fixed up videoBox timeline. changed video annotations to use ↵bobzel
displayTimecode and undisplayTimecode
2021-01-21fixed fitWidth for WebBoxbobzel
2021-01-21fixed dropdown behavior of menu buttons -- specifically styleBrushbobzel
2021-01-20fixed text styleBrushbobzel
2021-01-20fixed hiding AnchorMenu in text boxes. encapsulated fadeOut of AnchorMenu ↵bobzel
within class for simplicity.
2021-01-20moved PDFMenu to AnchorMenu. added AnchorMenu to formattedTextBox. Fixed ↵bobzel
following links from text box huyperlinks when there are multiple different huypertext links on the document.