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