diff options
author | bobzel <zzzman@gmail.com> | 2021-03-01 17:05:45 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-03-01 17:05:45 -0500 |
commit | c41696a3169dc765512d64972ba4503cea8393e0 (patch) | |
tree | 644cb81de4a23d4b38335bb4731fccc7d1a34504 /src/client/documents/DocumentTypes.ts | |
parent | bed03be10f9289e36f7e1621bbcf2579b0ca3f2d (diff) |
added basic math typeset equation input
Diffstat (limited to 'src/client/documents/DocumentTypes.ts')
-rw-r--r-- | src/client/documents/DocumentTypes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/DocumentTypes.ts b/src/client/documents/DocumentTypes.ts index 080657fd8..20dbc6f25 100644 --- a/src/client/documents/DocumentTypes.ts +++ b/src/client/documents/DocumentTypes.ts @@ -21,6 +21,7 @@ export enum DocumentType { PDFANNO = "pdfanno", // pdf text selection (could be just a collection?) DATE = "date", // calendar view of a date SCRIPTING = "script", // script editor + EQUATION = "equation", // equation edtior // special purpose wrappers that either take no data or are compositions of lower level types LINK = "link", // link (view of a document that acts as a link) |