aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DictationManager.ts
AgeCommit message (Collapse)Author
2025-04-14fixed how templates are expanded to avoid template sub-component conflicts ↵bobzel
by changing how field keys are named. fixed various Cast functions to be more typesafe by including undefined as part of return type. overhaul of Doc.MakeClone, MakeCopy, FindRefernces - makeClone is no longer async. fixed inlined docs in text docs.
2025-03-31moved audio annotation indicator/playback button to TagsView. cleaned up ↵bobzel
tagsview colors and unobscured by bottom resizer
2025-03-21trying to improve how data / layout / root and templtae docs are accessed.bobzel
2025-02-10added dictation buttons to chatboxbobzel
2024-09-02Merge branch 'master' into alyssa-starterbobzel
2024-08-21more lint fixes after updatebobzel
2024-08-08many changes to add typing in place of 'any's etcbobzel
2024-07-08Speech to phonemes progressalyssaf16
2024-05-02lots more dependency cycle unwinding.bobzel
2024-04-30unwinding more import loops by splitting up Documents.ts into DocUtils.ts ↵bobzel
and moving crate functions to <>Box functions
2024-04-29more eslintbobzel
2024-04-24completing eslint passbobzel
2024-04-17restoring eslint - updates not complete yetbobzel
2024-01-02fixing more .props => ._props refernces.bobzel
2023-12-12cleaned up SelectionManager. fixed schema viewbobzel
2023-08-27lots of cleanup to streamline import orderings (ie packages should not ↵bobzel
mutually import each other directly or via a chain). change raiseWhenDragged to be keepZWhenDragged and got rid of system wide default.
2023-06-06updated Symbol naming. fixed various compile errors related to type checking.bobzel
2023-05-14fixed webpage link following by adding a presData for the current URL to all ↵bobzel
embedded docs. fixed getView() in showDocuments to not get called with the proper anchors. changed unrendered MARKERs to CONFIGs. changed anchors to Configs or Markers as appropriate.
2023-05-14major overhaul of field naming conventions.bobzel
2023-03-23changed showing keyvalue panes to not create a document, but to use the ↵bobzel
LayoutTemplateString.
2022-11-17mostly changing strings to enumsbobzel
2022-08-08moved 5 sec anno recording button to documentButtonsBar. made recording ↵bobzel
button appear only when there is one & click to play recording.
2022-08-08fixed autolinking to not match partial word substrings. restored textbox ↵bobzel
dictation.
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2021-03-26extracted AudioWaveform out of AudioBox in order to use in ↵bobzel
CollectionStackedTimelineView to share between audioBox and videoBox.
2021-03-24fixes for audiotags so that they can be navigated to when focusing. fixes ↵bobzel
to dictation to start/stop properly. added "RecodingEvents" to trigger dictation waypoints.
2020-12-16fixed treeView layouts to pass good values for panelWidth/height to ↵bobzel
DocumentView. renamed Selectionmanager methods to be views not documents.
2020-12-14renamed ContentFittingDocumentView as DocumentView. Renamed DocmentView as ↵bobzel
DocumentViewInternal
2020-08-29major restructure of how addDocTabs works. now you can add/replace with ↵bobzel
options for left/right/top/bottom and specific panel names
2020-08-23added settings for default text titles. fixed image audio annotatoins. ↵bobzel
fixed captions to not set title. added properties buttons for layout options and removed template layout button. fixed warnings.
2020-07-23got rid of lots of console.logs(). fixed fonticon box to show a 'label' if ↵Bob Zeleznik
defined otherwise 'title'. if neither, then it shows no tooltip.
2020-06-21cleaned 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-17fixed docdecorations on collecction with side filter bar expanded. cleaned ↵Bob Zeleznik
up warnings/error messages a bit.
2020-05-15renamed new_fields to fieldsSam Wilkins
2020-04-07lots of code cleanup - removed all northstar db stuff. added scriptingBox. ↵Bob Zeleznik
renamed things. made collectiontypes strings not numbers.
2020-02-19getting rid of data docs from many placesBob 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
2019-12-03const linter rule and restored google docs push, fixed routingSam Wilkins
2019-10-21got rid of CollectionBaseViewBob Zeleznik
2019-10-18cleaned up dictation into text notesBob Zeleznik
2019-10-13cleaning up MainViewBob Zeleznik
2019-10-05started cleaning up videos. restored link follwing to timecodes. changed ↵Bob Zeleznik
to currentTimecode from curPage
2019-09-22initial commit post master mergeSam Wilkins
2019-09-12sharing workflow supportedSam Wilkins
2019-08-22cleanupSam Wilkins
2019-08-21prosemirror bulleted list dictation integrationSam Wilkins
2019-08-20initial commitkimdahey