| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-27 | updated some text shortcuts and enabled selecting regions to make ↵ | bobzel | |
| footnoes/elided text. | |||
| 2023-04-27 | added proper scaling of multi-selections and groups. fixed pinViewport to ↵ | bobzel | |
| work again. | |||
| 2023-04-26 | added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵ | bobzel | |
| organization slightly for viewability. | |||
| 2023-04-25 | added shortcuts to text toolbar. changed text hyperlink shortcut to search ↵ | bobzel | |
| through documents by title before linking to a new document. | |||
| 2023-04-25 | fixed text footnotes to not overflow over the left edge of the box. updated ↵ | bobzel | |
| a few markdown command syntaxes. | |||
| 2023-04-24 | added text rule for switching to alternate text. | bobzel | |
| 2023-04-05 | adjusted general context menu items to always appear last. cleaned up ↵ | bobzel | |
| makeLink api, | |||
| 2023-03-20 | fixed 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-20 | removed 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-04 | more fixes to pdf and text to allow dashfieldview nodes to be link anchors ↵ | bobzel | |
| and make sidebar annotations work better. | |||
| 2022-11-01 | fixes 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-07 | Merge branch 'master' into pres-pin-fixes | bobzel | |
| 2022-10-07 | fixes for equations : :eq as option to ctrl-m inside a text box. added ↵ | bobzel | |
| background for equations. fixed cursor focus issues. | |||
| 2022-10-05 | changed 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-12 | fixed h1 style for use in text boxes with #,## etc markdown. made %[tix!] ↵ | bobzel | |
| text tags reset user_mark to current time. | |||
| 2022-08-12 | fixed inline text box resizing | bobzel | |
| 2022-07-02 | fixing many eslint errors | bobzel | |
| 2022-05-31 | added 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-28 | fixed feedback dragging link button. fixed warnings. added some assymetric ↵ | bobzel | |
| linkRelationships. | |||
| 2022-04-07 | added multiple target capability for autoLinks. added wiki:<link> | bobzel | |
| 2022-03-02 | upgraded to typescript 4.6.2 | bobzel | |
| 2021-09-16 | fixed unused code for embedding document references in text | bobzel | |
| 2021-03-18 | cleaned 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-06 | cleaned up a little bit in doc decorations. | bobzel | |
| 2021-02-16 | updated 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-15 | updated forward hypertext links using [[:]] notation. | bobzel | |
| 2020-10-07 | fixed 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-01 | various fixes to new sharing / email normalization | bobzel | |
| 2020-09-17 | from last again | bobzel | |
| 2020-09-17 | from last | bobzel | |
| 2020-09-17 | restored page referencing textually with [[:docid]] | bobzel | |
| 2020-09-15 | fixed upating of tags when #keywords are added | bobzel | |
| 2020-09-13 | fixed 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-11 | changes to switch from 'pt' units to 'px' for fonts. fixxes to ↵ | bobzel | |
| presentations for treeview outlines. | |||
| 2020-09-02 | made highlight colors more obvious. fixed tags to update when #key is set ↵ | bobzel | |
| in textdoc. | |||
| 2020-08-29 | major restructure of how addDocTabs works. now you can add/replace with ↵ | bobzel | |
| options for left/right/top/bottom and specific panel names | |||
| 2020-08-24 | cleaned 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-22 | changed customTitle to title-custom | bobzel | |
| 2020-07-28 | chaned # 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-12 | fixed updating RichTextMenu with proper values for fontFamily, size, bullet, ↵ | Bob Zeleznik | |
| and alignment | |||
| 2020-07-01 | renamed link to linkAnchor and allHrefs to allLinks in rich text code | Bob Zeleznik | |
| 2020-06-30 | added left/right/center justify text buttons. changed unpinned text menu | Bob Zeleznik | |
| 2020-06-29 | changed 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-22 | fixed text input rule for bullets by typing: "- " | Bob Zeleznik | |
| 2020-06-21 | cleaned 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-16 | fixed rich text help. fixed indenting text. | Bob Zeleznik | |
| 2020-06-08 | Added comments, rearranged by type, fixed some commands | Safae Merigh | |
| 2020-05-15 | renamed new_fields to fields | Sam Wilkins | |
| 2020-05-11 | fixed 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-28 | fixed tapping with line mode. fixed setting field equal to date-like input. ↵ | Bob Zeleznik | |
| removed old rich text rules files | |||
