aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RTFMarkup.tsx
AgeCommit message (Collapse)Author
2025-03-13updated text markdown helpbobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-05-10added an always option for OpenWhere lightbox. cleaned up/fixed making ↵bobzel
collections capable of being a lightbox.
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-24completing eslint passbobzel
2024-03-30updated and fixed wiki link to use @(wiki:...) and fixed linkManager from ↵bobzel
infinite looping on relatedlinker(). fixed clicking in text exxeptions.
2024-03-27fixed toggling footnotes. fixed error in bullet hit test. fixed problems ↵bobzel
with backspace and enter in prosemirror transfer. fixed display of markdown options to start at top.
2024-03-19cleaned up user templates to not get changed on reload. made setting a ↵bobzel
template add it to the template tools list and as a tools button. fixed linking to parts of a template. fixed disappearing templates caused by stacking view set a field with an empty key. updated field assignment syntax in trees, dash field views, and key value box to all use :,:=,=,=:= syntax. added text elide button. added @(title) syntax for hyperlinking. made using a template both inherit from the template to get default values and use the template to render. fixed submenu placement of context menu. updated RTF markdown doc.
2023-12-14a bunch more fixes to making things observable. fixed calling ↵bobzel
super.componentDidUpdate on subsclasses
2023-12-10massive changes to use mobx 6 which means not accessing props directly in ↵bobzel
@computed functions.
2023-09-11usercolor cleanupbobzel
2023-09-06added undo for removing dashboards and add to recently closed. fixed link ↵bobzel
menu to open up link editor more direclty
2023-08-25changed icon, added gen ai doc linkSophie Zhang
2023-08-22added tooltips for tree view sorting. added close buttons for header ↵geireann
bar.and added new tabs to header bar. fixed rtf markup startup error.
2023-08-22shifted some tools to developer mode. updated colors for RTFMarkup options.bobzel
2023-07-31fixed dictation into text boxes to stop when component unmounts. fixed ↵bobzel
some icons. fixed multiToggle for alignments. added link docs to user cache. fixed background color for tab stack buttons. added a bunch of @computeds to try to help performacne with lots of docs. chnaged text boxes to no expand/contract padding when selected.
2023-07-16code block markup fix.bobzel
2023-05-09fixed exporting to work with collections that have no assets, and with ink ↵bobzel
documents. cleaned up some unused fields. added more explicit support for flashcards.
2023-04-27updated some text shortcuts and enabled selecting regions to make ↵bobzel
footnoes/elided text.
2023-04-26added cheatsheet and shortcut for viewing text shortcuts. changed menu ↵bobzel
organization slightly for viewability.