From 754489eb0fcdededa3f8524f4562de1fce72624e Mon Sep 17 00:00:00 2001 From: Antoine Beaubien Date: Fri, 16 Apr 2021 12:06:30 -0400 Subject: [PATCH] Adding 3 prefs in the documentation: ui.browsing.pageSize, ui.browsing.facetsHistoryPanelWidth & cell-ui.previewMatchedCells (#3722) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding 2 prefs in ui.browsing Adding 2 prefs in the documentation : ui.browsing.pageSize & ui.browsing.facetsHistoryPanelWidth * Adding cell-ui.previewMatchedCells Adding the pref cell-ui.previewMatchedCells to the doc * More precise description of `cell-ui.previewMatchedCells` Co-authored-by: Antonin Delpeuch --- docs/docs/manual/running.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/docs/docs/manual/running.md b/docs/docs/manual/running.md index abf627ffa..6f5422f52 100644 --- a/docs/docs/manual/running.md +++ b/docs/docs/manual/running.md @@ -326,13 +326,16 @@ We use Weblate to provide translations for the interface. You can check [our pro In the bottom left corner of the screen, look for Preferences. At this time you can set preferences using a key/value pair: that is, selecting one of the keys below and setting a value for it. -|Setting|Key|Value syntax|Default|Example| -|---|---|---|---|---| -|Interface language|userLang|[ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) two-digit code|en|fr| -|Maximum facets|ui.browsing.listFacet.limit|Number|2000|5000| -|Timeout for Google Drive import|googleReadTimeOut|Number (microseconds)|180000|500000| -|Timeout for Google Drive authorization|googleConnectTimeOut|Number (microseconds)|180000|500000| -|Maximum lag for Wikidata edit retries|wikibase.upload.maxLag|Number (seconds)|5|10| +|Setting|Key|Value syntax|Default|Example|Version| +|---|---|---|---|---|---| +|Interface language|userLang|[ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) two-digit code|en|fr|—| +|Maximum facets|ui.browsing.listFacet.limit|Number|2000|5000|—| +|Timeout for Google Drive import|googleReadTimeOut|Number (microseconds)|180000|500000|—| +|Timeout for Google Drive authorization|googleConnectTimeOut|Number (microseconds)|180000|500000|—| +|Maximum lag for Wikidata edit retries|wikibase.upload.maxLag|Number (seconds)|5|10|—| +|Display of the reconciliation preview on hover|cell-ui.previewMatchedCells|Boolean|true|false|v3.2| +|Values for the choice of the number of rows to display|ui.browsing.pageSize|Array of number (JSON)|[ 5, 10, 25, 50 ]|[ 100,500,1000 ]|v3.4| +|Width of the panel for facets/history|ui.browsing.facetsHistoryPanelWidth|Number (pixel)|300|500|v3.5| To leave the Preferences screen, click on the diamond “OpenRefine” logo.