Skip to main content

Autobrief Plugin for Plover

Project description

Autobrief for Plover

PyPI GitHub

Autobrief for Plover is a plugin that automatically detects words that aren't in your dictionaries, and provides you the opportunity to assign briefs to them on the fly, either automatically or manually.

This plugin is still under development and has many missing features. Please stay tuned for more updates in the future!

Plugin Setup

You will need to set up the plugin before using it! These can be done in the settings menu. You will need to set up:

  • A dictionary to save all the temporary briefs to
  • An automatic briefing python script (this plugin does not come with one yet!)

The automatic briefing python script should contain a single function, get_brief, which takens in a string, and outputs a list of possible briefs. Each brief is represented as a tuple of strokes, and each stroke is represented as a string:

from typing import List, Tuple

def get_briefs(text: str) -> List[Tuple[str, ...]]:
    return ...

Without a briefing script, autobrief will add every single word it thinks can be briefed, but will not automatically provide briefs.

Briefing scripts will come in the future when I get the time to make them.

Macros

These macros will be useful to you while using the plugin:

  • =ab_prev_page Previous page
  • =ab_next_page Next page
  • =ab_commit:n Add the nth suggested brief to your dictionary (if autoadd is not turned on)
  • =ab_define:n Manually define the nth word on the autobrief list

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plover-autobrief-0.0.1.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

plover_autobrief-0.0.1-py3-none-any.whl (13.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page