aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/marks_rts.ts
AgeCommit message (Collapse)Author
2022-11-08making pasting form pdf work again with backlinks. text fixes for ↵bobzel
equationViews and dashField views -- trying to get docref linkAnchor to work.
2022-11-04more fixes to sidebar annotations of pdfs to improve link following.bobzel
2022-11-04more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵bobzel
and make sidebar annotations work better.
2022-07-02fixing many eslint errorsbobzel
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-04-07added multiple target capability for autoLinks. added wiki:<link>bobzel
2022-03-31added autoLinks to formattedTextBoxes. Set auto link target by titling ↵bobzel
documents with a prefix '@'.
2021-09-22fixed runtime bug inside toggleBold(). removed print statements.bobzel
2021-02-10fixes for removing individual overlapping textanchors in a textBox. ↵bobzel
Hopefully near final cleanup of linkDocPreview and FormattedTextComment
2021-02-08overhaul of link anchors on text boxes to use actual Documents to represent ↵bobzel
selected text. Also got rid of _scrollY and _scrollPreviewY so that all document regions can be focused on using focus() and the new scrollFocus() mechanisim
2020-11-24prevent possible crash on empty text box hypertext link. prevent Webbox's ↵bobzel
from updating .text field every time loaded. avoided slow incremental updating of LinkDB by awaating document anchors when linkdb is setup.
2020-09-17fixed deleting text links to work when there are multiple links in the same ↵bobzel
linkAnchor mark. addressed problem with text getting a negative height when its resized to fit content in a preview window when its also displayed in freeform.
2020-09-09fixed link lines to go to text anchors directlybobzel
2020-08-06Merge branch 'master' into new_audiobobzel
2020-07-29underlined links to urls that have no correspondin dash linkBob Zeleznik
2020-07-29fixed up dot anchors on audio labels/anchorsBob Zeleznik
2020-07-22fixed highlighting of text based on author. made download /import document ↵Bob Zeleznik
novice menu items.
2020-07-01renamed link to linkAnchor and allHrefs to allLinks in rich text codeBob Zeleznik
2020-06-30added a docFilter for a substring match. fixed formattedTextBox to not keep ↵Bob Zeleznik
adding user_mark storedMarks on every load
2020-06-25fixed copying/ pasting of PDF quotes to generate blockquotes.Bob 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-15fixed warnings. fixed linking in textboxes, particularly with <key>::<doc> ↵Bob Zeleznik
syntax
2020-06-14lint/compile fixes. fixed entering/display of formulas in schema views.Bob 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-13fixed text sidebar when text is scaled. started to add multiple links to a ↵Bob Zeleznik
text selection
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-28rearranged text filesBob Zeleznik