aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextRules.ts
AgeCommit message (Collapse)Author
2020-02-21fixed crash with following link in text. made link anchor size smaller to be ↵bob
less obnoxious. publishing docs without custom titles switches them to cusom and removes the '-'
2020-02-16fixed warningsBob Zeleznik
2020-02-13starting a broad cleanup of code. trying to make standard doc field names ↵Bob Zeleznik
be more regular
2020-02-11created a rich text rules instance for each formatted text box to fix ↵bob
accessing the correct document
2020-02-10small cleanups to adding stacking views to contentfittingboxes (like ↵bob
time/pivot). needs to have nativeWidth/Height set.
2020-02-04small tweaks to templates...bob
2020-02-03template fixes for nesting documents.bob
2020-01-30support for docs as fields using {{}}. and added 't' for making a template.bob
2020-01-30changed syntax to [[(doc)?(:field]] for embedding doc as text blocks. added ↵bob
{{doc}} for embedding a document
2020-01-30fixed adding inline docs in active templates. added image templates. made ↵Bob Zeleznik
schema scripts editable & no type check this.data.map((d,i) => d.proto.caption = copyField(this.captions[i]?.data)).length
2020-01-29switched inline sidebars back to ##, made text size setting available ↵bob
anywhere in text with %<num>
2020-01-28added [[[doc:]?field]] to reference a doc field, and @@doc@@ for a hyperlinkBob Zeleznik
2020-01-28minor cleanup so that layout strings are all stored in layout_<name> fieldsBob Zeleznik
2020-01-27fixed templates for textsBob Zeleznik
2020-01-27fixed some doc button box layout detailsBob Zeleznik
2020-01-27template fixesBob Zeleznik
2020-01-25added text templates for FormattedText, added field views in formatted text ↵Bob Zeleznik
box, got rid of documentText @@@ initing of FormattedText
2020-01-24made dataDoc be a data doc, not a layout doc & stopped expanding templates ↵bob
in DocumentContentsView. changed autoHeight to be _autoHeight layout property.
2020-01-23got rid of extension docs. changed layout-specific keys to start with "_" ↵bob
which flags them to be written to the current layout document
2020-01-23got rid of rule provider stuff. fixed panning in freeform view with pivot ↵Bob Zeleznik
layouts
2020-01-20fixed linking to text region. fixed link displays. removed old ↵Bob Zeleznik
tooltiptextmenu. fixed brushes in richTextMenu.
2020-01-07fixed up text toolbar a little. fixed doculink anchors on hyperlinksbob
2020-01-06made doculinkbox show up at top right of text hyperlink. it's a hack that ↵bob
should be cleaned up if I can figure out how.
2019-12-20fixed nested text box to stopPropagation on key press to prevent backscpace ↵bob
from deleting everything. made Esc desleect text and the document. fixed jumpToDOcument to focus annotationOn documents properly (particularly for sidebar text notes). fixed deselecting docsin textbox sidebar.
2019-12-19fixed footnote rich text ruleBob Zeleznik
2019-12-14make %@ portal hyperlink creation create a link as well.Bob Zeleznik
2019-12-11cleaned up toottipmenu and richtextschema a bit. fixed some problems with ↵Bob Zeleznik
text styles. fixed warnings.
2019-12-10made indent & other alignment commands togglesBob Zeleznik
2019-12-10added indenting for ordered listsBob Zeleznik
2019-12-10cleaned up userMarks a bit (got rid of 'opened' attr). added @ markup to ↵Bob Zeleznik
create collection from text selection
2019-12-10added %q to indent paragraphsBob Zeleznik
2019-12-10added alt-t for toggle between editing title and textbob
2019-12-09added preliminary support for paragraph indenting and hanging indents.bob
2019-12-09changed styles to allow multi-character names using %. switched default ↵bob
"styles" of todo, ignore, etc to use % style notation
2019-12-06more fixes for inline comments.bob
2019-12-05added style shortcut for textbob
2019-12-03fixed text higlighingBob Zeleznik
2019-12-03fixes to rich text embedded notes & focus behavior. fixes to compile errors ↵Bob Zeleznik
in passport/routemanager/Initiatlization
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-12-02fixed inline text comments to highlight and hide/show.bob
2019-10-08added ignore items markupbob
2019-10-08cleaned up tagging of text spans with data and timestampsbob
2019-10-07added commeting with (( and ##Bob Zeleznik
2019-10-04restored tooltiptextmenubob
2019-09-17cleanup for animating document icon collapse/expand - still need to fix for ↵Bob Zeleznik
docs without native dimensions. lots of lint fixes.
2019-09-13refactored how ruleProvider's work. overloaded custom template for ↵bob
creating metadata fields
2019-09-13fixed video w/ templates. changed headings with text boxes, tweaked ↵bob
MakeTemplate titling
2019-09-13small fixes to text editingbob
2019-09-12better template inferencing supportbob
2019-09-10added more support for creating stylized layoutsbob