Skip to content

Commit

Permalink
add note on updating plugin/dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
aerick committed Jun 22, 2024
1 parent c32140f commit 6ba948b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 3 deletions.
9 changes: 9 additions & 0 deletions book/Chapter-05.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,15 @@ <h3 id="using-the-all-in-one-plugin"><a class="header" href="#using-the-all-in-o
<blockquote>
<p>If you’d like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the <a href="https://github.com/aerickt/plover-lapwing-aio" title="" target="_blank">homepage</a>.</p>
</blockquote>
<h3 id="dictionary-updates"><a class="header" href="#dictionary-updates">Dictionary updates</a></h3>
<p>The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries:</p>
<ol>
<li>Open the plugins manager and find <code class="code-mono">plover-lapwing-aio</code>.</li>
<li>Press the update button.</li>
<li>In Plover’s main window, go to <code class="code-mono">File → Open Config Folder</code>.</li>
<li>Delete the dictionary you want to update (e.g. <code class="code-mono">lapwing-base.json</code>)</li>
<li>Restart Plover</li>
</ol>
<h3 id="setting-up-lapwing-manually"><a class="header" href="#setting-up-lapwing-manually">Setting up Lapwing manually</a></h3>
<p>If you do not want to use the all-in-one plugin, please see <a href="Appendix-B.html">Appendix B</a> if you wish to set up Lapwing dictionaries manually (not recommended).</p>
<h2 id="typey-type"><a class="header" href="#typey-type">Typey Type</a></h2>
Expand Down
1 change: 0 additions & 1 deletion book/highlight.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions book/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,15 @@ <h3 id="using-the-all-in-one-plugin"><a class="header" href="#using-the-all-in-o
<blockquote>
<p>If you’d like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the <a href="https://github.com/aerickt/plover-lapwing-aio" title="" target="_blank">homepage</a>.</p>
</blockquote>
<h3 id="dictionary-updates"><a class="header" href="#dictionary-updates">Dictionary updates</a></h3>
<p>The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries:</p>
<ol>
<li>Open the plugins manager and find <code class="code-mono">plover-lapwing-aio</code>.</li>
<li>Press the update button.</li>
<li>In Plover’s main window, go to <code class="code-mono">File → Open Config Folder</code>.</li>
<li>Delete the dictionary you want to update (e.g. <code class="code-mono">lapwing-base.json</code>)</li>
<li>Restart Plover</li>
</ol>
<h3 id="setting-up-lapwing-manually"><a class="header" href="#setting-up-lapwing-manually">Setting up Lapwing manually</a></h3>
<p>If you do not want to use the all-in-one plugin, please see <a href="Appendix-B.html">Appendix B</a> if you wish to set up Lapwing dictionaries manually (not recommended).</p>
<h2 id="typey-type"><a class="header" href="#typey-type">Typey Type</a></h2>
Expand Down
2 changes: 1 addition & 1 deletion book/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion book/searchindex.json

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions src/Chapter-05.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@ Once Plover has been restarted, in Plover's main window, click on <code class="c

> If you'd like to know more about the default dictionaries that come with the all-in-one plugin, have a look at the [homepage](https://github.com/aerickt/plover-lapwing-aio).
### Dictionary updates

The Lapwing dictionary and theory are pretty stable, but the dictionary is updated on a weekly basis to fix mistakes and typos. Occasionally there are also changes to the theory itself to make it more consistent and easier to learn. This book is always in sync with the latest version of the dictionary. However, the plugin (and therefore the dictionary) do not autoupdate. To update the plugin and dictionaries:

1. Open the plugins manager and find <code class="code-mono">plover-lapwing-aio</code>.
1. Press the update button.
1. In Plover's main window, go to <code class="code-mono">File → Open Config Folder</code>.
1. Delete the dictionary you want to update (e.g. <code class="code-mono">lapwing-base.json</code>)
1. Restart Plover

### Setting up Lapwing manually

If you do not want to use the all-in-one plugin, please see [Appendix B](Appendix-B.md) if you wish to set up Lapwing dictionaries manually (not recommended).
Expand Down

0 comments on commit 6ba948b

Please sign in to comment.