aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RichTextRules.ts
AgeCommit message (Collapse)Author
2020-04-28fixed tapping with line mode. fixed setting field equal to date-like input. ↵Bob Zeleznik
removed old rich text rules files
2020-04-28rearranged text filesBob Zeleznik
2020-04-27Merge branch 'master' into richTextSchemaSBob Zeleznik
2020-04-27changes to RichTextSchemasafaemerigh
2020-04-27fixed fontsize inheritance. fixed masonry view with a columnWidth of -1 to ↵Bob Zeleznik
fit width. cleaned up masonry and editableViews
2020-04-15removed lock icon from top-level documents. made schema functions compile ↵Bob Zeleznik
without typechecking. metadata #'s starting with a # are now numbers.
2020-04-10changed default for embedded text documents to not floatBob Zeleznik
2020-04-10more cleanup for layoutDoc/dataDoc/rootDoc updates. fix to doc filtering ↵Bob Zeleznik
checkboxes getting filtered. fix to template captions. fixes to generalize LabelDoc's buttonParms
2020-04-09fix presbox to work with linked documents. more cleanup to use ↵Bob Zeleznik
dataDoc/layoutDoc/rootDoc. changed ## to >> for inline comment to open up #### heading markdown
2020-03-30fixed captions and got rid of inappropriate references to Doc.expandTemplateBob Zeleznik
2020-03-30argh!! typo in regex rich text ruleBob Zeleznik
2020-03-30from lastBob Zeleznik
2020-03-30more nested template fixesBob Zeleznik
2020-03-28from lastBob Zeleznik
2020-03-27fixed up embedded document view layout references in text boxes to 1) create ↵Bob Zeleznik
the template if it doesn't exist and 2) to allow parameters to be passed to templates
2020-03-27from lastBob Zeleznik
2020-03-27added metadata checkboxes in rich text notes.Bob Zeleznik
2020-03-03a bunch of small fixes to link naming and fixes to audio links.bob
2020-03-03fixed dragging from linear view because of screentransform. added ↵bob
[[key=value]] syntax. added button for seeing enumerated values. added step up button in DocDec for selecting parent collection
2020-03-03fixes to allow navigation from hashtag tag to pivot/schema/stacking viewsbob
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