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

88 lines
2.7 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' type='b'>
<default>false</default>
2020-02-26 00:07:22 +00:00
<summary>Use 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-04-27 03:56:26 +00:00
<key name='sync-scroll' type='b'>
<default>true</default>
<summary>Synchronize editor/preview scrolling</summary>
<description>
Keep the editor and preview scroll positions in sync.
</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>
<key name='autohide-headerbar' type='b'>
2018-12-06 13:29:10 +00:00
<default>true</default>
<summary>Autohide Headerbar</summary>
2018-12-06 13:29:10 +00:00
<description>
Hide the header and status bars when typing.
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>