From 2ad6539d2c8db5f7b49ca3e01a10e61848656917 Mon Sep 17 00:00:00 2001 From: Pavel Lobashov Date: Thu, 20 Aug 2020 11:24:15 +0300 Subject: [PATCH] Fix markdown issues in Roadmap Add Roadmap.md to markdownlint check in CI --- .travis.yml | 2 +- Roadmap.md | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9d88b52d..b65c658a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ jobs: - stage: markdownlint script: - npm install -g markdownlint-cli - - markdownlint CHANGELOG.md + - markdownlint CHANGELOG.md Roadmap.md - stage: spellcheck script: - SPELLCHECK_OUT=$(cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list) diff --git a/Roadmap.md b/Roadmap.md index 641d9b05..1a19cd7f 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -2,7 +2,8 @@ This document provides the roadmap of the planned ONLYOFFICE Document Server changes. -This is an updated and corrected version of the roadmap. We also reserve the right to change it when necessary. +This is an updated and corrected version of the roadmap. +We also reserve the right to change it when necessary. ## Version 6.0 @@ -16,7 +17,7 @@ This is an updated and corrected version of the roadmap. We also reserve the rig * Document templates * Undo/redo for fast collaborative editing * Protecting parts of documents from being edited/copied -* Multiple clipboard +* Multiple clipboard * Plugins development ### Document editor @@ -33,14 +34,15 @@ This is an updated and corrected version of the roadmap. We also reserve the rig * Inextricable paragraph (wrap) * Drawing Canvas support - ### Spreadsheet editor -* Speedup +* Speedup * Effects * Backgrounds * Adjustable cell format (numerical, monetary, etc) -* Improvement of auto-filters (there are no settings of style parameters for spreadsheets, spreadsheet resize using mouse, the auto-adding of lines within the formatted spreadsheets) +* Improvement of auto-filters (there are no settings of + style parameters for spreadsheets, spreadsheet resize using mouse, + the auto-adding of lines within the formatted spreadsheets) * Version History * Review * Formulas improvements (new formulas + speedup + wizard) @@ -48,9 +50,11 @@ This is an updated and corrected version of the roadmap. We also reserve the rig * Pivot charts * Data (Drop-down lists) * Sheet and data protection -* Conditional formatting (correct display for data bars formatting, support for gradient for data bars) +* Conditional formatting (correct display for + data bars formatting, support for gradient for data bars) * Slicers (without pivot support) -* Autofilling algorithm modification ( adding various options, for example, copy formatting only) +* Autofilling algorithm modification (adding various options, + for example, copy formatting only) * Forms ### Presentation editor @@ -65,7 +69,7 @@ This is an updated and corrected version of the roadmap. We also reserve the rig * Adding the information about updates in a new version * Toolbar adaptation for various screen resolutions -* Customization +* Customization ### Desktop and mobile editors @@ -84,5 +88,3 @@ This is an updated and corrected version of the roadmap. We also reserve the rig ### Backend * Scalability and clustering for commercial builds - -