aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText
AgeCommit message (Collapse)Author
2023-05-09fixed exporting to work with collections that have no assets, and with ink ↵bobzel
documents. cleaned up some unused fields. added more explicit support for flashcards.
2023-05-08more fixes for tags - removed #<tag> fields. just use 'tags' now.bobzel
2023-05-08fixed dragging inkMask strokes. fixed background color/fill for strokes. ↵bobzel
fixed send to back. changed #tags to be a list
2023-05-04properties view + sharing manager are consistent, and all text updates properlysrichman333
2023-05-02updatesrichman333
properties view, document decorations, and sharing manager show + use correct acl
2023-05-02fixed ink stroke text box placement. fixed opening metadata from ↵bobzel
OverlayView. Made trail videos a novice feature.
2023-04-27updated some text shortcuts and enabled selecting regions to make ↵bobzel
footnoes/elided text.
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵bobzel
organization slightly for viewability.
2023-04-26fixed filters - checkboxes generated when options are less than 20, added ↵bobzel
-undefined- as distinct value option. fixed pointer evcents for docs on pdfs
2023-04-25added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵bobzel
through documents by title before linking to a new document.
2023-04-25fixed text footnotes to not overflow over the left edge of the box. updated ↵bobzel
a few markdown command syntaxes.
2023-04-24added text rule for switching to alternate text.bobzel
2023-04-24resized alternate text iconbobzel
2023-04-24fixed isContentActive=false to apply to stacking collections. fixed pile ↵bobzel
view to be faster and to work in fit content panels. fixed issues with hidden docs and freeformviews that act as lightboxes - hidden docs can be shown as the lightbox doc without modifying the hidden flag to allow collection state to be restored.
2023-04-19fixed image importing metadata for gpt. fixed showTitle UI to be able to ↵bobzel
turn off titles on templates (like icon views). added ui for choosing primary/alternate image and a drop target for setting alternate.
2023-04-18cleaning up zip/unzip of filesbobzel
2023-04-17minor cleanupbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17updated to masterbobzel
2023-04-17Merge branch 'master' into pres-trail-sophiebobzel
2023-04-17used stats to detect unnecessary server message when changing css style for ↵bobzel
text notes
2023-04-14got rid of CollectionView prop. fixed DocFocusOrOpen to toggle targets and ↵bobzel
zoom correctly.
2023-04-13lots of changes to get rid of ContainingCollectionDoc and ↵bobzel
ContainingCollectionView props.
2023-04-13Merge branch 'master' into pres-trail-sophieSophie Zhang
2023-04-13added text editsSophie Zhang
2023-04-11exracted FollowLinkScript() function. got rid of template parameters to ↵bobzel
simplify templating.
2023-04-11removed arrangeItems context button for collections to make it a funciton on ↵bobzel
drop instead of a reaction. Converted isLinkButton to be an onClick script. got rid of unused PARAMS field on templates. fixed PresElementBox rendering of embedded docs.
2023-04-05adjusted general context menu items to always appear last. cleaned up ↵bobzel
makeLink api,
2023-04-04fixed using freeformview in sidebar of pdfs. fixed issues with dragging ↵bobzel
items out of schema and with selecting the schema view by clicking on headers. Fixed a lot of errors caused by using OmitKeys which masks type checking. fixed some pointerevent problems with treeview and freeformview
2023-03-28numerous changes to try to simplify event handling in DocumentView - got rid ↵bobzel
of isContentActive in DocComponent since it's in DocumentView. Including adding 'enableDragWhenActive' , 'onClickScriptDisable',
2023-03-27changed longPress to always select and to show decorations. fixed ↵bobzel
single/double-click code and cleaned up behavior timeouts. fixed pointer events for tree view editing titles and using as powerpoint.
2023-03-23fixed pointer events for doc contents with onClickHanlders to be none when ↵bobzel
document or contents is selected. fixed stackingView text boxes that are focused to not scroll stackingView.
2023-03-22removed gitlike and branch stuff. updated fortawesome. added Z ordering ↵bobzel
buttons. moved ctrl-t/alt-t to edit text title into formattedTextBox
2023-03-20fixed copying of docs with template layout docs. fixed clone to search ↵bobzel
through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids.
2023-03-16Merge branch 'master' into pres-trail-sophiegeireann
2023-03-11changed links from being a computed field on documents to being accessed by ↵bobzel
a function call on LinkManager
2023-03-10fited notetaking view to create headers if they don't exist when switching ↵bobzel
from another view. Also fixed fitWidth typo for collections
2023-03-08switched filters from being a document to just being a UIbobzel
2023-03-06Merge branch 'master' into pres-trail-sophieSophie Zhang
2023-03-05replace jumpToDocument with showDocument. restructure code to get rid of ↵bobzel
scrollFocus by adding getView() and fixing focus() and restoreTargetView
2023-03-02Merge branch 'pres-trail-sophie' of https://github.com/brown-dash/Dash-Web ↵geireann
into pres-trail-sophie
2023-03-02Image uploads use local path rather than web urlgeireann
2023-03-01feat: simple typing animationSophie Zhang
2023-03-01Added text completionSophie Zhang
2023-02-28cleaning up of following inPlace links to overlay current inplaceContainer ↵bobzel
contents instead of deleting them.
2023-02-28added view spec capture options to complete linkbobzel
2023-02-27fixed positioning of rotated ink mask strokesbobzel
2023-02-27feat: added summarization functionality to WebBox and cleaned up codeSophie Zhang
2023-02-27Merge branch 'master' into james-text-iconsjameshu111