apostrophe/data/de.wolfvollprecht.UberWrite...

97 lines
3.0 KiB
XML
Raw Normal View History

2018-04-13 18:17:32 +00:00
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
2019-04-19 10:20:47 +00:00
<enum id='de.wolfvollprecht.UberWriter.Stat'>
<value nick='characters' value='0' />
<value nick='words' value='1' />
<value nick='sentences' value='2' />
2019-04-19 10:20:47 +00:00
<value nick='paragraphs' value='3' />
<value nick='read_time' value='4' />
</enum>
<enum id='de.wolfvollprecht.UberWriter.PreviewMode'>
<value nick='full-width' value='0' />
<value nick='half-width' value='1' />
<value nick='half-height' value='2' />
<value nick='windowed' value='3' />
</enum>
2018-04-13 21:17:30 +00:00
<schema path="/de/wolfvollprecht/UberWriter/" id="de.wolfvollprecht.UberWriter">
2018-04-13 18:17:32 +00:00
<key name='dark-mode-auto' type='b'>
<default>true</default>
<summary>Set dark mode automatically</summary>
<description>
Whether dark mode depends on the system theme, or is set to what the user specifies.
</description>
</key>
2018-04-13 18:17:32 +00:00
<key name='dark-mode' type='b'>
<default>false</default>
<summary>Force dark mode</summary>
2018-04-13 18:17:32 +00:00
<description>
Enable or disable the dark mode.
2018-04-13 18:17:32 +00:00
</description>
</key>
2019-01-27 15:42:36 +00:00
<key name='spellcheck' type='b'>
<default>true</default>
<summary>Check spelling while typing</summary>
2019-01-27 15:42:36 +00:00
<description>
Enable or disable spellchecking.
2019-01-27 15:42:36 +00:00
</description>
</key>
2019-03-09 19:43:48 +00:00
<key name='gradient-overlay' type='b'>
<default>false</default>
<summary>Draw scroll gradient</summary>
2018-12-05 19:27:19 +00:00
<description>
Show a gradient overlay over the text at the top anf bottom of the window.
It can cause performance problems to some users.
2018-12-05 19:27:19 +00:00
</description>
</key>
<key name='input-format' type='s'>
<default>"markdown"</default>
<summary>Input format</summary>
<description>
Input format to use when previewing and exporting using Pandoc.
</description>
</key>
2018-12-06 13:29:10 +00:00
<key name='poll-motion' type='b'>
<default>true</default>
<summary>Allow Uberwriter to poll cursor motion</summary>
<description>
Hide the header and status bars if the cursor is not moving.
2018-12-06 13:29:10 +00:00
</description>
</key>
2018-05-06 18:00:14 +00:00
<key name='open-file-path' type='s'>
<default>"/tmp"</default>
<summary>Open file base path</summary>
<description>
Open file paths of the current session
</description>
</key>
<key name='stat-default' enum='de.wolfvollprecht.UberWriter.Stat'>
<default>"words"</default>
<summary>Default statistic</summary>
<description>
Which statistic is shown on the main window.
</description>
</key>
<key name='characters-per-line' type='i'>
<default>66</default>
<summary>Characters per line</summary>
<description>
Maximum number of characters per line within the editor.
</description>
</key>
<key name='preview-mode' enum='de.wolfvollprecht.UberWriter.PreviewMode'>
<default>"full-width"</default>
<summary>Preview mode</summary>
<description>
How to display the preview.
</description>
</key>
2018-04-13 18:17:32 +00:00
</schema>
2018-04-13 21:17:30 +00:00
</schemalist>