aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
AgeCommit message (Collapse)Author
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.
2020-09-12fixed stacking view selections to have the right bounding box. fixed text ↵bobzel
boxes to work with headerVIew template which has multiple text boxes in it.
2020-09-11fixed warnings and fixed focus on slidebobzel
2020-09-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-25changed treeViewHideTopLevel back to treeViewHideTitle. cleaned up some stuff.bobzel
2020-08-24cleaned up all library() calls to add icons. fixed import styles. fixed ↵bobzel
keyboard events for presentation views to trigger when no input box is the target.
2020-07-16made fitWidth the default for PDFsBob Zeleznik
2020-07-12fixed cheat sheetBob Zeleznik
2020-07-04fixed highlighting active alignment and bullet type in richtextmenuBob Zeleznik
2020-06-30added left/right/center justify text buttons. changed unpinned text menuBob Zeleznik
2020-06-27fixed icon button of document deoratins. cleaned up several compile errors ↵Bob Zeleznik
and warnings
2020-06-26fixed bullet point positioning for lines that wrap. fixed bullet point ↵Bob Zeleznik
behavior when backspacing from bullet point to previous
2020-06-24fixed blockquotes and code within formatted text.Bob Zeleznik
2020-06-21more cleanup of prosemirror bullets and ordered_list mode changingBob Zeleznik
2020-06-21cleaned up lists in prosemirror. everything's an ordered_list now (even ↵Bob Zeleznik
unordred lists). things are read back from the dom correctly to allow copy & paste. added prosemirror's dev tools.
2020-06-16changed Doc.MakeCopy() to ignore layout[ fields so that copying text ↵Bob Zeleznik
documents with a layout doesn't copy their text
2020-06-16fixed rich text help. fixed indenting text.Bob Zeleznik
2020-06-16Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-13fixes to make link lines work correctly with text anchors that have more ↵Bob Zeleznik
than one link. fixed problem making a text link anchor by adding dummy mark to split the selection first.