aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/ProsemirrorExampleTransfer.ts
AgeCommit message (Collapse)Author
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