aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
AgeCommit message (Collapse)Author
2025-04-10performance fixes for text boxes to not call screenToLocal unnecessarily. ↵bobzel
simplifications to template data docs
2025-03-23fixed more typing errors. fixed updateBullets to not generate error when ↵bobzel
part of selection is not on a list.
2025-03-23more _props.Document to .Document refactoring. type updates to ↵bobzel
prosemirrortransfer
2024-10-28reworked LabelBox's to be fully editable. gor rid of singleLine for label ↵bobzel
boxes. made a text_fitBox field to render text with a labelBox. fixed styleprovider in freeformview clusters to be untracked() to avoid invalidations. added a default text color to Settings panel. fixed clicking text buttons to not lose focus in labelBox.
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-23fixes for rich text menu updates and setting parameters on text doc vs ↵bobzel
within in RTF. Lots of lint cleanup.
2024-04-21more lint cleanupbobzel
2024-04-19lint fixes.bobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-04-04fixed splitting lists on enter on any blank top-level nodebobzel
2024-04-03more fixes to text editor bullets. one small artifact lingers with clicking ↵bobzel
on empty list item, then backspacing over empty list items, then having to double-backspace when you get to a non-empty item.
2024-04-03fixed chrome error with adding space between <spans> and <ol>s after ↵bobzel
deleting a list_item
2024-04-01fixed text toggle buttons to highlight based on selection. enabled ↵bobzel
background colors for text lists. cleaned up text insertion point setting on pointer up. fixed autoHeight for text boxes with 'auto' nodes like ordered lists.
2024-04-01fixing setting marks on ordererd_listsbobzel
2024-03-27preserve nodeSelections after onBlur by not calling autoLink. fix promoting ↵bobzel
text to list cursor locatoin
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-01-28fixed inking when in panToScroll mode. fixed text templates to restore ↵bobzel
default text when all text is deleted. changed code blocks to stay in code black mode after a carriage return (unless its a hard break, e.g. shift+carriage return). added a ^@paint input rule to turn text documents into paint func docs.
2023-12-01converted props.DataDoc to props.TemplateDataDocument and fixed so that it's ↵bobzel
always undefined unless it's a template. converted references from rootDocument to props.TemplateDataDocument.
2023-08-17fixed brushing of pinned viewports for chrome to not flash. converted ↵bobzel
pres<Property> to config_<property> and treeView<Property> to treeView_Property. fixed text toolbar to show/set text properties based on insertion point.
2023-07-05changed acl inheritance for docking views.bobzel
2023-06-28Augment is actually a working version of SelfEdit nowsrichman333
2023-06-21start of augment -> self-editsrichman333
2023-06-15more merge fixessrichman333
2023-05-10Merge branch 'master' into collaboration-sarahbobzel
2023-05-04properties view + sharing manager are consistent, and all text updates properlysrichman333
2023-04-27updated some text shortcuts and enabled selecting regions to make ↵bobzel
footnoes/elided text.
2022-11-17mostly changing strings to enumsbobzel
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-07-02fixing many eslint errorsbobzel
2022-06-13fixed adding annotations when in augment mode to rtfsocsvvvvvvvvdssssdc. ↵bobzel
cw22121q`````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
2022-05-31added a pop up menu for viewing dashField view collection. added a menu ↵bobzel
button for turning off autoLinking to text selection. added ability to add button to top contextMenu buttons without blowing away db.
2022-05-25variety of small fixes for text / sharing. made typed text default to 35 ↵bobzel
height so that when shared it doesn't start big and jump to small. changed permissions to be private until an Acl is set - this prevents private docs from flicking on momentarily when shared since fields are not distributed atomically. added Shift/Alt/Ctrl Enter for freeform and stacking views to create neighboring docs. fixed first typed char of text to have a user_mark. made shared text doc header overlap to prevent scrolling.
2022-05-23cleaning up singleLine text box api and TreeView typesbobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-08-19fixed errors and warningsbobzel
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-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-03-03trying out a forked branch of equation editor. cleaned up warnings.bobzel
2021-03-02some cleanup and extensions to Equationbox stuff. can sort of be nested in ↵bobzel
text docs with ctrl-m.
2021-03-01added basic math typeset equation inputbobzel
2021-02-28got rid of link on deselect stuff (not used and should be implemented as ↵bobzel
text rule). fixe hyperlink terms.
2021-02-16added a file system mode for tree View. ctrl-f to create file system.bobzel
2021-01-21fixed fitWidth for WebBoxbobzel
2020-09-15fixed error on carriage return in empty text notebobzel
2020-09-13fixed making delegates of custom headerViews. fixed non-responsive carriage ↵bobzel
returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc.