aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
AgeCommit message (Collapse)Author
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.
2020-06-08Merge branch 'master' into RichTextEditionBob Zeleznik
2020-06-08Added comments, rearranged by command typeSafae Merigh
2020-05-22fixed ctrl and alt enter for text to copy styleBob Zeleznik
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-28rearranged text filesBob Zeleznik