Compare commits

..

29 Commits

Author SHA1 Message Date
github-actions[bot] def7ad9b6d Update submodules 2023-10-19 08:48:58 +00:00
Denis Spitsyn 635152c412 Update CHANGELOG.md (#1346)
* Specify CVE id
2023-08-16 14:29:38 +03:00
github-actions[bot] dad8ea3625 Update submodules 2023-07-31 08:54:05 +00:00
Svetlana Maleeva 818a3e07ba Changelog/v7.4.1 (#1328)
* Update CHANGELOG.md
2023-07-28 20:57:16 +03:00
Denis Spitsyn 78da89c17a Update CHANGELOG.md (#1309)
* Specify CVE id CVE-2022-48422
2023-06-16 12:54:16 +03:00
Alexander Trofimov 4a2de5f2f2 Update README.md
Update version to 7.4.0
2023-06-15 09:23:24 +03:00
maxkadushkin 9f9227d003 Update CHANGELOG.md (#1306) 2023-06-14 19:35:04 +05:00
github-actions[bot] c769d3b48e Update submodules 2023-06-14 11:09:30 +00:00
maxkadushkin 4d0d746400 Update CHANGELOG.md (#1305)
* Update CHANGELOG.md

* Update .aspell.en.pws

* Update CHANGELOG.md

* Update .aspell.en.pws
2023-06-14 13:48:07 +05:00
Alexander Trofimov 0b98b21e16 Update README.md 2023-05-19 10:26:28 +03:00
Alexander Trofimov 6cc6895d86 Update README.md
Add forms and PDF
2023-05-05 12:41:14 +03:00
Alexander Trofimov ec908b6ede Update README.md
Add links
2023-05-05 12:38:04 +03:00
Alexander Trofimov d48ae1dcaa Update README.md
Update info
2023-05-05 12:32:10 +03:00
Alexander Trofimov 146610a752 Update README.md
Add build link
2023-05-05 12:26:23 +03:00
Alexander Trofimov 56a1bec613 Update README.md
Update links
2023-05-05 12:17:31 +03:00
Alexander Trofimov 4ff1b98f3b Update README.md
Update version to 7.3.3
2023-05-05 11:42:40 +03:00
Roman Demidov ccdd464182 Test winGet v2 (#1247) 2023-03-17 18:39:42 +05:00
maxkadushkin f1ea555bcd Update CHANGELOG.md (#1246)
* Update CHANGELOG.md

* Update .aspell.en.pws

* Update CHANGELOG.md

* Update CHANGELOG.md
2023-03-16 16:39:12 +05:00
github-actions[bot] 9cf00ecc2b Update submodules 2023-03-16 11:29:50 +00:00
Roman Demidov a075a5cb15 Fix winget action (#1200) 2023-02-08 13:35:49 +05:00
Semyon Bezrukov a9f9e1fbe7 Update check action (#1189) 2023-02-02 13:06:48 +05:00
maxkadushkin 0ef46d7f81 Update CHANGELOG.md (#1188) 2023-01-31 18:18:52 +05:00
github-actions[bot] 9bef2b1564 Update submodules 2023-01-31 09:38:00 +00:00
Roman Demidov a8f4ca350f Add deployment action to WinGet (#1183)
* Add deployment action to WinGet

* Add all .msi and .exe files

* Small changes

* Small changes

* Small changes
2023-01-26 19:50:27 +05:00
Alexey Golubev 691f48ad71 Add ASC copyright (#1129)
* Add ASC copyright

* Update copyriight year
2022-11-24 16:17:46 +03:00
maxkadushkin 64a4c4713b Update CHANGELOG.md (#1069)
* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update .aspell.en.pws
2022-10-21 14:29:32 +03:00
github-actions[bot] 431fec4c28 Update submodules 2022-10-21 10:02:13 +00:00
Alexander Trofimov b10f222002 Update README.md
Update version to 7.2
2022-10-04 15:01:03 +03:00
Alexey Golubev af581ec5b5 Update CHANGELOG.md 2022-09-23 18:56:15 +03:00
12 changed files with 455 additions and 37 deletions
+43
View File
@@ -3,6 +3,7 @@ ACOT
ACOTH ACOTH
ASC ASC
aspose aspose
aspx
autocolor autocolor
autocomplete autocomplete
AutoCorrect AutoCorrect
@@ -116,6 +117,7 @@ mht
multichart multichart
multiselect multiselect
México México
NativeEngine
Nederland Nederland
Nederlands Nederlands
Nextcloud Nextcloud
@@ -235,3 +237,44 @@ codecs
SmartArt SmartArt
Galego Galego
Galician Galician
msi
OXPS
VCRedist
Drag'n'Drop
rPrChange
Safaryi
OFORM
tooltips
xdg
metafiles
LaTeX
TEXTBEFORE
TEXTAFTER
TEXTSPLIT
VSTACK
HSTACK
TOROW
TOCOL
WRAPROWS
WRAPCOLS
CHOOSEROWS
CHOOSECOLS
LaTeX
Tooltips
DOCXF
XSS
autoshapes
MHTML
SXC
ETT
SXI
SXW
STW
WPS
WPT
Dansk
Danmark
autocorrect
XMATCH
ARRAYTOTEXT
subforms
+7 -10
View File
@@ -1,27 +1,24 @@
name: check name: Check
on: on:
workflow_dispatch: workflow_dispatch:
push: push:
paths: paths:
- 'CHANGELOG.md' - 'CHANGELOG.md'
- '.aspell.*.pws' - '.aspell.*.pws'
jobs: jobs:
markdownlint: markdownlint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Use Node.js 12 - uses: DavidAnson/markdownlint-cli2-action@v9
uses: actions/setup-node@v1
with: with:
node-version: 12 globs: 'CHANGELOG.md'
- name: Run markdownlint linter
run: |
npm install -g markdownlint-cli
markdownlint CHANGELOG.md
spellchecker: spellchecker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Setup aspell - name: Setup aspell
run: sudo apt-get -y update && sudo apt-get -y install aspell aspell-en run: sudo apt-get -y update && sudo apt-get -y install aspell aspell-en
- name: Run spellchecker - name: Run spellchecker
+14
View File
@@ -0,0 +1,14 @@
name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: ONLYOFFICE.DesktopEditors
installers-regex: '\.exe$'
token: ${{ secrets.WINGET_TOKEN }}
+334 -1
View File
@@ -1,5 +1,338 @@
# Change log # Change log
## 7.4.1
### New Features
#### All Editors
* Fixed vulnerabilities with checking the integrity of a digital signature,
after manipulations with the document structure
* Editors now display the correct error when trying to write a file, opened
in another application
* Fixed an error that occurs when opening multiple files using drag'n'drop
* Fixed an issue when opening templates which contain slashes in their names
* Fixed incorrect name for the next tab after closing and saving the document
in front of it
* The latest changes in the file are now included when sending via the Send plugin,
if they have not been saved
* Fixed the processing of the link, that ends with `default.aspx`, when connecting
to the Workspace portal
* The Open file location button for a document opened from the portal in a separate
window without the main one now works
* Fixed working with tabs when documents are opened from the portal and the user
logs out on the Connect to cloud page
* Fixed online help for macOS systems
* Updated sets of application icons for Jump List (Tasks) on Windows systems
* All components in Windows installation packages are now digitally signed
* A large number of fixes and improvements to the MSI installation package
#### Document Editor
* Fixed displaying of non-printing characters after calling the print preview window
#### Spreadsheet Editor
* Fixed displaying of a document when printing to PDF if the width/height
of columns/rows were changed
* Fixed the scroll bar display in the filtering window for legacy systems
#### Presentation Editor
* Fixed an error during slideshow auto-run and with system scale >200%
when opening multiple files using drag'n'drop
## 7.4.0
### New Features
#### All Editors
* The Templates section with online form search has been added to the main page
* The application now uses system (native) dialog boxes
* Added application update service for Windows systems
* The pages in the File menu have been redesigned and correspond to a single style
* The print preview window has added Print to PDF button and the ability to specify:
page range, number of copies, printing on both sides
* The Draw tab has been added to the Editors toolbar
* The Eyedropper tool and hints for color names have been added to the color
selection menu
* Added the ability to copy style between graphic objects
* The Save as picture item has been added to the context menu of graphic objects
* Added opacity settings for fill and borders of graphic objects: autoshapes,
charts, images and others
* Added support for Radar charts
* Added formats for opening in Editors: MHTML, SXC, ET, ETT, SXI, DPS, DPT,
SXW, STW, WPS, WPT
* Column headers have been added in some dialog windows with lists
* The number of results found has been added to the search box
* Added regional settings for the Danish language (Dansk (Danmark))
* Added help in Turkish
* Added a new Plugin Manager
#### Document Editor
* Added the ability to merge documents
* The ability to change the width and spacing of each column independently
has been added to the column settings window
* Expanded the number of settings for numbered and multi-level lists
* Added the Recently used section in the lists menu for the current document
* Added the ability to apply the list from the List Options window
* Added the ability to export a document as PNG/JPG images
* Added a list of exceptions for autocorrect capital letters
#### Spreadsheet Editor
* Add the support for new functions: SEQUENCE, XMATCH, EXPAND, FILTER,
ARRAYTOTEXT, SORT
* Added translation of formulas into Armenian
* The ability to change the case of text has been added to the Home toolbar
* Page Break Preview mode has been added to the View toolbar
* In the Print range settings, the Current sheet option has been replaced with
Active sheets
* The ability to set First page number has been added to the print settings
* Long/short date formats have been added to the drop-down list of cell formats
* Items for working with pivot tables have been added to the context menu
* The Protect sheet settings window now includes Allow edit ranges
* Added the ability to export a spreadsheet as PNG/JPG images
#### Presentation Editor
* Added a list of exceptions for autocorrect capital letters
#### Forms
* The position of the forms with the Fixed size field option is now calculated
from the beginning of the page
* Fixed rendering of the frame at the active field for forms with the Fixed
size field option
* Ability to add a new form without leaving the current one
* Filling in the view mode (the View Form button remains)
* In Edit mode, the current shape has the same fill as all the others
* It is forbidden to fill out forms inside a document sheet in Edit mode
* Since it is forbidden to fill out forms in Edit mode, the default value
setting (Default value) has been added to the right panel
* Optimized the work of subforms inside complex forms
### Fixes
* `Same as system` item has been removed from the application settings
(Interface theme) for Linux systems
* All editors received countless fixes
## 7.3.3
### Fixes
#### All Editors
* Fix the application vulnerability CVE-2022-48422 which allows to load a library
from the current directory (for Linux) (Bug 60244)
* Fix the application vulnerability CVE-2023-30186 with memory exhaustion
during work with `NativeEngine` function (Bug 60433)
* Fix display of the editor window minimized in the Maximize mode (Bug 58402)
* Fix moving the file placed in a separate window (for Linux) (Bug 45037)
* Fix display of the application window when connecting the second monitor (Bug 60899)
* Fix the year in the About section (for MacOS) (Bug 61421)
* Fix a new file name when creating in Polish interface language (Bug 60764)
* Fix display of the Help contents (Bug 61144)
* Fix an encrypted file name when saving, if it is specified in Cyrillic (Bug 61243)
* Fix display of the More button when the application scaling is more than
100% (Bug 61219)
* Fix crash of the editor when opening a document in a separate window (Bug 61262)
* Fix display of the Print to PDF button in the Print preview window for German
interface language (Bug 61510)
#### Spreadsheet Editor
* Fix hangup of the editor when printing the XLSX file (Bug 61019)
* Fix display of the Edit formatting rule window when the interface
scaling is 125% and 175% (Bug 60952)
* Fix printing a spreadsheet if the page size settings are specified (Bug 61214)
* Fix changing the date format when saving the workbook to PDF (Bug 56499)
* Fix saving data to the PDF format from the XLSX file (Bug 60334)
#### Presentation Editor
* Fix crash when uploading a presentation to the Private Room (Bug 51001)
* Fix display of the presentation themes in the Private Room with the
Classic, Green leaf, Lines, Safaryi templates (Bug 61430)
#### Forms
* Fix crash when opening the OFORM files (Bug 61142)
#### PDF
* Fix endless loading of the PDF file (Bug 60923)
* Fix printing an empty sheet in the PDF files (Bug 61192)
## 7.3.0
### New Features
#### All Editors
* Unified appearance for tooltips (Windows, Linux)
* Window shadow effect (Windows only)
* Jump List (Tasks) for the application shortcut in the start menu and
taskbar (Windows 7 and later)
* Abandoning the third-party update window and reworking the Check for updates
automatically option (Windows 7 and later)
* Dialog windows (file manager and print) are replaced with the system
ones (Linux only)
* Support for xdg-desktop-portal in the file dialog window (Linux only)
* Use the file name when printing to PDF by default (Linux only)
* Equation quick access panel
* 3D Rotation settings for 3D charts
* Display of chart error bars (for opening only)
* Inserting Smart Art objects
* Uzbek dictionaries for spell checking: `Uzbek (Cyrillic)` and `Uzbek (Latin)`
* Presets for inserting horizontal and vertical text boxes
* Ability to hide left and right panel on the `View` tab of the top toolbar
* Width of the styles / themes panel now fits the whole number of items
* Grouping for table templates
* Cell styles in the OLE object editor
* Ability to resize dialog windows for editing charts, OLE objects, and mail
merge recipients
* Unified appearance for dialog windows, context menus, toolbar, etc.
* Optimizing display of comments
* Changed metafiles conversion to SVG
* Reading and writing PDF are combined in a single library to optimize work
* Quick print function (Windows, Linux)
* Changed default logic of work with local documents locked for editing
(Windows, Linux)
#### Document Editor
* Support for entering equations in two modes (Unicode and LaTeX)
* Ability to protect a document by setting a restriction on editing
* Button for accessing to statistics in the status bar
* Support of relative links to local files
#### Spreadsheet Editor
* Watch Window
* Ability to select multiple items using Ctrl/Shift in the Watch Window
* Support for new functions: `TEXTBEFORE`, `TEXTAFTER`, `TEXTSPLIT`, `VSTACK`,
`HSTACK`, `TOROW`, `TOCOL`, `WRAPROWS`, `WRAPCOLS`, `TAKE`, `DROP`, `CHOOSEROWS`,
`CHOOSECOLS`
* Support for updating links to external files and the ability to create these links
* Ability to add a link between files within the portal using Paste Special
* Ability to insert data from the XML file (XML Spreadsheet 2003 is supported)
* Changed preview size for cell styles
* Support of relative links to local files
#### Presentation Editor
* Support for entering equations in two modes (Unicode and LaTeX)
* Guides and Gridlines settings in the `View` tab and the context menu
* Tooltips when moving guides and the ability to remove the selected guide
* Paste Special parameters for a slide
* Ability to save a shape (graphic object) as a picture in the context menu
#### Forms
* New fields: `Date and time`, `Zip Code`, `Credit Card`
* Managing roles: adding, editing, removing roles, assigning them to fields
* Ability to preview the `DOCXF` file from the point of view of each created role
### Fixes
* Fix the XSS vulnerability when creating a new style
* Changed the Signature Setup window
* New captions to fields
* Show sign date option is enabled by default when adding a signature
* Tip in the Instructions for signer field
* Fixed application path when installing MSI in non-English locales (DesktopEditors#1157)
* All editors received countless fixes
## 7.2.1
### New Features
* Add support for the `REGISTER_NONE` and `REGISTER_<file type>` parameters to
set associations during silent installation of msi package (Windows only).
### Fixes
#### All Editors
* Major improvements in the fonts render engine. Removal of `Alternative input` settings
* Fix opening the "Open Files" window (Bug #33107)
* Fix image loss when printing a file on Linux (Bug #59266)
* Fix image cropping when printing a file (Bug #59263)
* Fix the application crash when printing the PPTX file (Bug # 59354)
* Fix the application crash when printing the PDF file which contains a raster
image (Bug #59161)
* Fix printing images in the OXPS files (Bug #59226)
* Fix printing 3D charts (Bug #59187)
* Fix printing the current page of the XLSX file (Bug #59208)
* Fix proportions when printing on a sheet which does not coincide with
the original format (Bug #59223)
* Fix simultaneous opening of several application windows by shortcut (Bug # 36633)
* Fix updating data about the VCRedist 2013 package installation (Bug #58771)
* Fix switching to the correct tab when opening a file with Drag'n'Drop (Bug #59024)
* Fix image rotation when printing a file (Bug #59258)
* Fix closing a document which are opened in separate window using
the context menu (Bug #58347)
* Fix choosing a certificate when signing a document on Linux (Bug #59116)
* Bring the Contrast Dark theme name to a single view in the application
settings (Bug #58753)
* Fix the problem with the window focus when clicking on the document area (Bug #56672)
* Change the name of the system theme in the application settings from
System default to Same as system (Bug #59010)
#### Document Editor
* Fix numbering in Portuguese or Basque language (Bug #59091)
* Fix the problem with review types when splitting a paragraph (Bug #58512)
* Fix the problem with the special paste button (Bug #59149)
* Fix crash on opening docx (Bug #59212)
* Fix the problem with reading the `rPrChange` property and review such
files (Bug #59205)
* Fix scrolling in the co-edit view mode (Bug #57928)
* Fix the problem with performing the global undo (Bug #59270)
* Fix the problem with setting the bold property for text in the complex
script (Bug #59289)
* Fix the special paste position (Bug #59139)
* Fix saving a document in the Final / Original modes (Bug #59347)
* Fix the problem with updating content of a Ref field (Bug #58606, Bug #59278)
#### Spreadsheet Editor
* Fix hangup on opening the xlsx file (Bug #58112)
* Fix special paste via hotkeys (Bug #59148)
#### Presentation Editor
* Fix animations problems (Bug #59301)
* Fix opening the pptx file (Bug #59308)
#### PDF Viewer
* Fix search highlight (Bug #59069)
* Fix tooltip language for preview (Bug #59087)
#### Forms
* Implement saving text field formats to PDF (Bug #58901)
* Add a default form key when creating new forms
* Fix image track display (Bug #59120)
* Fix the problem with highlight of a fixed form (Bug #59105)
* Fix duplicating fixed forms when saving to PDF
* Fix saving a form field format (Bug #58901)
* Fix the problem with converting a complex field to a fixed form (Bug #59262)
* Fix field detection in selection (Bug #59278)
* Fix the problem with entering text to a form (Bug #59290)
* Fix the context menu for some forms files (Bug #59278)
* Fix the problem with working with complex fields and simple fields (Bug #59345)
* Fix keys list problems (Bug #59377)
* Fix the problem with canceling filling in the form on form blur (Bug #59373)
* Fix the problem with a key of complex forms (Bug #59374)
* Fix the complex form filling problem for forms with the same key (Bug #59375)
* Fix the problem with printing form borders filled with placeholders (Bug #59378)
## 7.2.0 ## 7.2.0
### New Features ### New Features
@@ -62,7 +395,7 @@
### Fixes ### Fixes
* All components received countless fixes * Various fixes and updates for all components
## 7.1.1 ## 7.1.1
+24 -1
View File
@@ -1,4 +1,27 @@
GNU AFFERO GENERAL PUBLIC LICENSE (c) Copyright Ascensio System Limited 2010-2022
This program is freeware. You can redistribute it and/or modify it under the
terms of the GNU Affero General Public License (AGPL) version 3 as published by
the Free Software Foundation.
This program is distributed WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For more
details, see GNU AGPL at http://www.gnu.org/licenses/agpl-3.0.html
You can contact Ascensio System SIA by email at sales@onlyoffice.com
The interactive user interfaces in modified source and object code versions of
ONLYOFFICE must display Appropriate Legal Notices, as required under Section 5
of the GNU AGPL version 3.
Pursuant to Section 7 § 3(b) of the GNU AGPL you must retain the original
ONLYOFFICE logo in the upper left corner of the user interface when
distributing the software.
Pursuant to Section 7 § 3(e) we decline to grant you any rights under trademark
law for use of our trademarks.
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007 Version 3, 19 November 2007
Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/> Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
+26 -18
View File
@@ -1,44 +1,51 @@
[![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html) [![License](https://img.shields.io/badge/License-GNU%20AGPL%20V3-green.svg?style=flat)](https://www.gnu.org/licenses/agpl-3.0.en.html)
![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ![Release](https://img.shields.io/badge/Release-v7.1.0-blue.svg?style=flat) ![Platforms Windows | macOS | Linux](https://img.shields.io/badge/Platforms-Windows%20%7C%20macOS%20%7C%20Linux-lightgrey.svg?style=flat) ![Release](https://img.shields.io/badge/Release-v7.4.0-blue.svg?style=flat)
## Overview ## Overview
ONLYOFFICE Desktop Editors is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx. [ONLYOFFICE Desktop Editors][4] is a free office suite that combines text, spreadsheet and presentation editors allowing to create, view and edit documents stored on your Windows/Linux PC or Mac without an Internet connection. It is fully compatible with Office Open XML formats: .docx, .xlsx, .pptx.
## Components ## Components
ONLYOFFICE Desktop Editors contain the following components: ONLYOFFICE Desktop Editors contain the following components:
* [desktop-apps](https://github.com/ONLYOFFICE/desktop-apps "desktop-apps") - the frontend for ONLYOFFICE Desktop Editors which is used to build the program interface for the operating system selected. * [desktop-apps](https://github.com/ONLYOFFICE/desktop-apps) - the frontend for ONLYOFFICE Desktop Editors which is used to build the program interface for the operating system selected.
* [desktop-sdk](https://github.com/ONLYOFFICE/desktop-sdk "desktop-sdk") - SDK which is a core part of ONLYOFFICE Desktop Editors. * [desktop-sdk](https://github.com/ONLYOFFICE/desktop-sdk) - SDK which is a core part of ONLYOFFICE Desktop Editors.
* [core](https://github.com/ONLYOFFICE/core "core") - server core components for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and is used to enable the conversion between the most popular office document formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP). * [core](https://github.com/ONLYOFFICE/core) - server core components for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and is used to enable the conversion between the most popular office document formats (DOC, DOCX, ODT, RTF, TXT, PDF, HTML, EPUB, XPS, DjVu, XLS, XLSX, ODS, CSV, PPT, PPTX, ODP).
* [sdkjs](https://github.com/ONLYOFFICE/sdkjs "sdkjs") - JavaScript SDK for the [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and contains API for all the included components client-side interaction. * [sdkjs](https://github.com/ONLYOFFICE/sdkjs) - JavaScript SDK for the [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors and contains API for all the included components client-side interaction.
* [web-apps](https://github.com/ONLYOFFICE/web-apps "web-apps") - the frontend for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors that allows the user to create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor. * [web-apps](https://github.com/ONLYOFFICE/web-apps) - the frontend for [ONLYOFFICE Document Server][2] which is a part of ONLYOFFICE Desktop Editors that allows the user to create, edit, save and export text, spreadsheet and presentation documents using the common interface of a document editor.
* [dictionaries](https://github.com/ONLYOFFICE/dictionaries "dictionaries") - the dictionaries of various languages used for spellchecking in ONLYOFFICE Desktop Editors. * [dictionaries](https://github.com/ONLYOFFICE/dictionaries) - the dictionaries of various languages used for spellchecking in ONLYOFFICE Desktop Editors.
## Plugins
ONLYOFFICE Desktop Editors offer support for plugins allowing developers to add specific features to the editors that are not directly related to the OOXML format. For more information see [our API](https://api.onlyoffice.com/plugin/basic) or visit github [plugins repo](https://github.com/ONLYOFFICE/onlyoffice.github.io).
## Functionality ## Functionality
ONLYOFFICE Desktop Editors include the following editors: ONLYOFFICE Desktop Editors include the following editors:
* ONLYOFFICE Document Editor * [ONLYOFFICE Document Editor](https://www.onlyoffice.com/document-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
* ONLYOFFICE Spreadsheet Editor * [ONLYOFFICE Spreadsheet Editor](https://www.onlyoffice.com/spreadsheet-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
* ONLYOFFICE Presentation Editor * [ONLYOFFICE Presentation Editor](https://www.onlyoffice.com/presentation-editor.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
* [ONLYOFFICE Form Creator](https://www.onlyoffice.com/form-creator.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
* [ONLYOFFICE PDF reader and converter](https://www.onlyoffice.com/pdf-reader.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
The editors allow you to create, edit, save and export text, spreadsheet and presentation documents. The editors allow you to create, edit, save and export text, spreadsheet and presentation documents.
## Installation methods ## Installation methods
* Deb, rpm, exe, dmg on the [official website](https://www.onlyoffice.com/download-desktop.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop) * Deb, rpm, exe, dmg on the [official website](https://www.onlyoffice.com/download-desktop.aspx?utm_source=GitHub&utm_medium=social&utm_campaign=GitHubDesktop)
* Snap package. Get on [snapcraft.io](https://snapcraft.io/onlyoffice-desktopeditors) // See [source code](https://github.com/ONLYOFFICE/snap-desktopeditors) * Snap package. Get on [snapcraft.io](https://snapcraft.io/onlyoffice-desktopeditors). The official [source code](https://github.com/ONLYOFFICE/snap-desktopeditors) for ONLYOFFICE Desktop Editors Snap package
* Flatpak. Get on [flathub.org](https://flathub.org/apps/details/org.onlyoffice.desktopeditors) // See [source code](https://github.com/flathub/org.onlyoffice.desktopeditors) * Flatpak. Get on [flathub.org](https://flathub.org/apps/details/org.onlyoffice.desktopeditors). The official [source code](https://github.com/flathub/org.onlyoffice.desktopeditors) for ONLYOFFICE Desktop Editors Flatpak
* AppImage. Get on [AppImageHub](https://appimage.github.io/ONLYOFFICE/) // See [source code](https://github.com/ONLYOFFICE/appimage-desktopeditors) * AppImage. Get on [AppImageHub](https://appimage.github.io/ONLYOFFICE/). The official [source code](https://github.com/ONLYOFFICE/appimage-desktopeditors) for ONLYOFFICE Desktop Editors AppImage
## Project Information ## License
Official website: [https://www.onlyoffice.com/apps.aspx](https://www.onlyoffice.com/apps.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop) ONLYOFFICE Desktop Editors is licensed under the GNU Affero Public License, version 3.0. See [LICENSE](https://onlyo.co/38YZGJh) for more information.
Code repository: [https://github.com/ONLYOFFICE/DesktopEditors](https://github.com/ONLYOFFICE/DesktopEditors "https://github.com/ONLYOFFICE/DesktopEditors") ## How to Build
Instructions for building ONLYOFFICE Desktop Editors are in [build_tools](https://github.com/ONLYOFFICE/build_tools#desktop-editors).
## User Feedback and Support ## User Feedback and Support
@@ -46,4 +53,5 @@ If you have any problems with or questions about ONLYOFFICE Desktop Editors, ple
[1]: https://forum.onlyoffice.com [1]: https://forum.onlyoffice.com
[2]: https://github.com/ONLYOFFICE/DocumentServer [2]: https://github.com/ONLYOFFICE/DocumentServer
[3]: http://stackoverflow.com/questions/tagged/onlyoffice [3]: https://stackoverflow.com/questions/tagged/onlyoffice
[4]: https://www.onlyoffice.com/desktop.aspx?utm_source=github&utm_medium=cpc&utm_campaign=GitHubDesktop
+1 -1
Submodule core updated: b0d0186dd4...177e605e00
+1 -1
Submodule sdkjs updated: 7feccff00b...2bd093602a