Fix ROADMAP.md formatting

This commit is contained in:
svetlana maleeva 2021-09-06 15:34:01 +03:00
parent 6dbd57e620
commit c528f48da5

View file

@ -6,18 +6,23 @@ This is an updated and corrected version of the roadmap.
We also reserve the right to change it when necessary.
## Version 6.5
### All editors
* Sorting comments on the left sidebar by date and author
* Ability to change document settings using the `alt` + `key` keyboard shortcuts
* DarkMode
* Changing contents of the `Create new...` section in the `File` menu
### Document editor
* Ability to choose the display mode for review changes: Show by click in balloons, Show by hover in tooltips
* Ability to choose the display mode for review changes:
Show by click in balloons, Show by hover in tooltips
* Ability to choose mail merge data from a local file and from URL
* Hyperlinks autocorrect
### Spreadsheet editor
* Button with the sheet list to switch to the certain sheet
* Descriptions and names of function arguments in Portuguese (Brazil)
* Opening / saving a query table
@ -28,18 +33,28 @@ We also reserve the right to change it when necessary.
* Displaying selections made by other users
### Presentation editor
* Ability to show animations contained in a file
* Moving slide transition settings from the right-side panel to the `Transitions` tab of the top toolbar
* Moving slide transition settings from the right-side panel
to the `Transitions` tab of the top toolbar
* Hyperlinks autocorrect
### API updates
* Ability to add additional interface themes
* New `outputtype: "ooxml", "odf"` types in the `conversionapi` to convert files to any format (docx, docm, xlsx, xlsm, pptx, pptm, or odt, ods, odp)
* When opening documents with macros, the `downloadAs` panel contains the docm, xlsm, pptm formats (determined by the `fileType` parameter)
* `assemblyFormatAsOrigin` parameter is enabled by default to save the assemblied file in the same format, in which it is opened
* New `review` section and new `hideReviewDisplay`, `showReviewChanges`, `reviewDisplay`, `trackChanges`, `hoverMode` parameters in the `customization` section of the document editor config
* New `fileType parameter` for `onDownloadAs`, `onRequestSaveAs`, `onRequestRestore`
* Ability to insert several images from the portal using the `insertImage` method
* New `outputtype: "ooxml", "odf"` types in the `conversionapi` to convert
files to any format (docx, docm, xlsx, xlsm, pptx, pptm, or odt, ods, odp)
* When opening documents with macros, the `downloadAs` panel contains
the docm, xlsm, pptm formats (determined by the `fileType` parameter)
* `assemblyFormatAsOrigin` parameter is enabled by default to save
the assemblied file in the same format, in which it is opened
* New `review` section and new `hideReviewDisplay`, `showReviewChanges`,
`reviewDisplay`, `trackChanges`, `hoverMode` parameters
in the `customization` section of the document editor config
* New `fileType parameter` for `onDownloadAs`, `onRequestSaveAs`,
`onRequestRestore`
* Ability to insert several images from the portal using
the `insertImage` method
## Version 6.4