aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/formattedText/RichTextRules.ts
AgeCommit message (Collapse)Author
2023-04-27updated some text shortcuts and enabled selecting regions to make ↵bobzel
footnoes/elided text.
2023-04-27added proper scaling of multi-selections and groups. fixed pinViewport to ↵bobzel
work again.
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵bobzel
organization slightly for viewability.
2023-04-25added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵bobzel
through documents by title before linking to a new document.
2023-04-25fixed text footnotes to not overflow over the left edge of the box. updated ↵bobzel
a few markdown command syntaxes.
2023-04-24added text rule for switching to alternate text.bobzel
2023-04-05adjusted general context menu items to always appear last. cleaned up ↵bobzel
makeLink api,
2023-03-20fixed copying of docs with template layout docs. fixed clone to search ↵bobzel
through RTFs for referenced documents to clone. renamed nested documents docId instead of docid for consistency with other nested field ids.
2023-01-20removed tour map from lightbox. added option to create anchors without ↵bobzel
adding thm as annotations. made zoom of text an option for pres and links
2022-11-04more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵bobzel
and make sidebar annotations work better.
2022-11-01fixes for goldenlayout to initialize more cleanly. updated all old ↵bobzel
ReactDOM.render() to ReactDom.createRoot(). fixes for PDF/Web sidebar sizing. added text from pdf selection anchors to sidebar notes. fixed PDF text selection to align properly.
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-09-12fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵bobzel
text tags reset user_mark to current time.
2022-08-12fixed inline text box resizingbobzel
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-28fixed feedback dragging link button. fixed warnings. added some assymetric ↵bobzel
linkRelationships.
2022-04-07added multiple target capability for autoLinks. added wiki:<link>bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-09-16fixed unused code for embedding document references in textbobzel
2021-03-18cleaned up link making. Documents don't add to the Undo stack when being ↵bobzel
created and Initializing is set. Links to text regions automatically update their link line endpoints even if autoMove isn't set. regularized initialization fields to avoid special cases about setting delegate keys without a leading "_"
2021-03-06cleaned up a little bit in doc decorations.bobzel
2021-02-16updated pivot views to have a getAnchor() method to save the pivotField when ↵bobzel
linking. added an engineProp to layoutEngiens so that you can preview a change in a LinkDocPreview without modifying the document.
2021-02-15updated forward hypertext links using [[:]] notation.bobzel
2020-10-07fixed undoing changes to a textbox's fontsize/family. changed auto-page ref ↵bobzel
syntax to start with ':'. fixed making text menu appear when clicking on caption & other text boxes.
2020-10-01various fixes to new sharing / email normalizationbobzel
2020-09-17from last againbobzel
2020-09-17from lastbobzel
2020-09-17restored page referencing textually with [[:docid]]bobzel
2020-09-15fixed upating of tags when #keywords are addedbobzel
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-11changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵bobzel
presentations for treeview outlines.
2020-09-02made highlight colors more obvious. fixed tags to update when #key is set ↵bobzel
in textdoc.
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-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-08-22changed customTitle to title-custombobzel
2020-07-28chaned # text syntax to create a field startin with #. chaned pivot views to ↵Bob Zeleznik
aggreate #keys as if the value were the key after the #
2020-07-12fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵Bob Zeleznik
and alignment
2020-07-01renamed link to linkAnchor and allHrefs to allLinks in rich text codeBob Zeleznik
2020-06-30added left/right/center justify text buttons. changed unpinned text menuBob Zeleznik
2020-06-29changed a lot of collection keys to start with "_" -- particularly for ↵Bob Zeleznik
Stacking and Schema views. Also added filtering to facet filters. enabled facet filter for sidebar library.
2020-06-22fixed text input rule for bullets by typing: "- "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-16fixed rich text help. fixed indenting text.Bob Zeleznik
2020-06-08Added comments, rearranged by type, fixed some commandsSafae Merigh
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-05-11fixed issues with text auto height and scaled documents. allowed #tagging ↵Bob Zeleznik
in text notes to support muliple values with ';'. DashFieldviews can have multiple values, too. logout is moved to settings.
2020-04-28fixed tapping with line mode. fixed setting field equal to date-like input. ↵Bob Zeleznik
removed old rich text rules files