plover2cat


Nameplover2cat JSON
Version 3.1.0a0 PyPI version JSON
download
home_pagehttps://github.com/greenwyrt/plover2CAT/
SummaryA CAT software for Plover
upload_time2025-01-24 23:37:04
maintainerNone
docs_urlNone
authorplants
requires_pythonNone
licenseMIT
keywords plover plover_plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # plover2CAT

Plover2CAT is a plugin for Plover, the open-source stenography engine. If the only user requirement is to write steno on the computer, this plugin is not needed as Plover is more than sufficient. Plover2CAT supplements Plover by providing some features of a computer-aided-transcription (CAT) program.

## Features Overview

- a rich text editor with steno hidden underneath:
  - paragraph "block" type formatting
  - undo/redo history
  - conventional editing features such as cut/copy/paste and clipboard
  - find and replace for simple text, steno stroke, and untrans
  - spellcheck using the `spylls` library with user-selectable dictionaries
  - autosave transcripts
  - image insertion
  - navigation of heading paragraphs
  - typing input when Plover is disabled

- steno related features such as:
  - define/delete last untrans
  - define retroactive
  - insertion automatic paragraph affixes based on paragraph style
  - insertion of user defined fields
  - insertion of index entries
  - timestamped paper tape
  - creation and loading of transcript-specific dictionaries for each transcript

- audiovisual synchonization and recording

- captioning features such as:
  - separate window to display captions
  - customizable line lengths and word buffer between current text and text displayed
  - customizable minimum time interval between lines appearing
  - send captions to Microsoft Teams, Zoom, or OBS (both local and remote)

- export transcript formats (with style templates):
  - plain text
  - HTML
  - ASCII
  - SubRip
  - RTF/CRE 
  - OpenDocument Text 

- outline suggestions based on stroke history (powered by [Tapey Tape](https://github.com/rabbitgrowth/plover-tapey-tape) or [clippy_2](https://github.com/Josiah-tan/plover_clippy_2))

- transcript versioning using the `dulwich` library

- custom shortcuts for menu items

- translation of paper tape file into transcript

This plugin is built on Plover and inspired by [plover_cat](https://github.com/LukeSilva/plover_cat). 

New features are generally added over time when requested.


## Get Started

Documentation is linked online [here](https://plover2cat.readthedocs.io/en/latest/)

Start with #3 if you already have Plover installed and know how to install Plover2CAT from the command line.

1. [Install Plover](docs/tutorials/install-plover.md)
2. [Install Plover2CAT as a Plover plugin](docs/tutorials/install-plover2cat.md)
3. [Create new transcript in Plover2CAT](docs/tutorials/create-transcript.md)
4. [Write in the Plover2CAT editor](docs/tutorials/writing-editor.md)
5. [Export to text and Open Document Format](docs/tutorials/export-file.md)

Then review the available [how to ____](docs/README.md) articles.

## Getting help

Two ways: 1) Send a message over Discord. I am plants#4820 or 2) Open an issue on the [Github repository](https://github.com/greenwyrt/plover2CAT/issues).

Helpful things to do: 
- Go to `Help` --> `About` to view the version number.
- Compress and attach the entire transcript directory, or the `*.tape` and `*.transcript` files. 
- If possible, add steps to reproduce the problem. 
- Add the log output from running Plover (debug) and attempt to cause the exact error.


# Acknowledgements

This plugin is under the MIT license.

Plover and PyQt are both under the GPL license. 

Fugue icons are by Yusuke Kamiyamane, under the Creative Commons Attribution 3.0 License.

# Development

See the docs for details of the implementation, and wished-for features. Much of Plover2CAT does not have unit tests.

# Contribute

Suggestions and bug reports are welcomed.

Contributions to the tutorials and how-to documentation are especially welcomed.

Contact me on the Plover discord as plants#4820 or open an issue on the repo. 





            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/greenwyrt/plover2CAT/",
    "name": "plover2cat",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "plover plover_plugin",
    "author": "plants",
    "author_email": "greenwyrt@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/07/70/3ea4f60c2bf79df7bc215b8ca7065c666271625d285452d5152f16b33f1c/plover2cat-3.1.0a0.tar.gz",
    "platform": null,
    "description": "# plover2CAT\r\n\r\nPlover2CAT is a plugin for Plover, the open-source stenography engine. If the only user requirement is to write steno on the computer, this plugin is not needed as Plover is more than sufficient. Plover2CAT supplements Plover by providing some features of a computer-aided-transcription (CAT) program.\r\n\r\n## Features Overview\r\n\r\n- a rich text editor with steno hidden underneath:\r\n  - paragraph \"block\" type formatting\r\n  - undo/redo history\r\n  - conventional editing features such as cut/copy/paste and clipboard\r\n  - find and replace for simple text, steno stroke, and untrans\r\n  - spellcheck using the `spylls` library with user-selectable dictionaries\r\n  - autosave transcripts\r\n  - image insertion\r\n  - navigation of heading paragraphs\r\n  - typing input when Plover is disabled\r\n\r\n- steno related features such as:\r\n  - define/delete last untrans\r\n  - define retroactive\r\n  - insertion automatic paragraph affixes based on paragraph style\r\n  - insertion of user defined fields\r\n  - insertion of index entries\r\n  - timestamped paper tape\r\n  - creation and loading of transcript-specific dictionaries for each transcript\r\n\r\n- audiovisual synchonization and recording\r\n\r\n- captioning features such as:\r\n  - separate window to display captions\r\n  - customizable line lengths and word buffer between current text and text displayed\r\n  - customizable minimum time interval between lines appearing\r\n  - send captions to Microsoft Teams, Zoom, or OBS (both local and remote)\r\n\r\n- export transcript formats (with style templates):\r\n  - plain text\r\n  - HTML\r\n  - ASCII\r\n  - SubRip\r\n  - RTF/CRE \r\n  - OpenDocument Text \r\n\r\n- outline suggestions based on stroke history (powered by [Tapey Tape](https://github.com/rabbitgrowth/plover-tapey-tape) or [clippy_2](https://github.com/Josiah-tan/plover_clippy_2))\r\n\r\n- transcript versioning using the `dulwich` library\r\n\r\n- custom shortcuts for menu items\r\n\r\n- translation of paper tape file into transcript\r\n\r\nThis plugin is built on Plover and inspired by [plover_cat](https://github.com/LukeSilva/plover_cat). \r\n\r\nNew features are generally added over time when requested.\r\n\r\n\r\n## Get Started\r\n\r\nDocumentation is linked online [here](https://plover2cat.readthedocs.io/en/latest/)\r\n\r\nStart with #3 if you already have Plover installed and know how to install Plover2CAT from the command line.\r\n\r\n1. [Install Plover](docs/tutorials/install-plover.md)\r\n2. [Install Plover2CAT as a Plover plugin](docs/tutorials/install-plover2cat.md)\r\n3. [Create new transcript in Plover2CAT](docs/tutorials/create-transcript.md)\r\n4. [Write in the Plover2CAT editor](docs/tutorials/writing-editor.md)\r\n5. [Export to text and Open Document Format](docs/tutorials/export-file.md)\r\n\r\nThen review the available [how to ____](docs/README.md) articles.\r\n\r\n## Getting help\r\n\r\nTwo ways: 1) Send a message over Discord. I am plants#4820 or 2) Open an issue on the [Github repository](https://github.com/greenwyrt/plover2CAT/issues).\r\n\r\nHelpful things to do: \r\n- Go to `Help` --> `About` to view the version number.\r\n- Compress and attach the entire transcript directory, or the `*.tape` and `*.transcript` files. \r\n- If possible, add steps to reproduce the problem. \r\n- Add the log output from running Plover (debug) and attempt to cause the exact error.\r\n\r\n\r\n# Acknowledgements\r\n\r\nThis plugin is under the MIT license.\r\n\r\nPlover and PyQt are both under the GPL license. \r\n\r\nFugue icons are by Yusuke Kamiyamane, under the Creative Commons Attribution 3.0 License.\r\n\r\n# Development\r\n\r\nSee the docs for details of the implementation, and wished-for features. Much of Plover2CAT does not have unit tests.\r\n\r\n# Contribute\r\n\r\nSuggestions and bug reports are welcomed.\r\n\r\nContributions to the tutorials and how-to documentation are especially welcomed.\r\n\r\nContact me on the Plover discord as plants#4820 or open an issue on the repo. \r\n\r\n\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A CAT software for Plover",
    "version": "3.1.0a0",
    "project_urls": {
        "Homepage": "https://github.com/greenwyrt/plover2CAT/"
    },
    "split_keywords": [
        "plover",
        "plover_plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "16c34924ee3d317a609c25ba3305cc226cfeed70f18676878d549621eeccc405",
                "md5": "a4d1c1c05a2e62fcb5f18c9e6a895713",
                "sha256": "3a84e1b508367ceef95043ba847af4b47a20124f2c32103604c0bcd18a8ab3ad"
            },
            "downloads": -1,
            "filename": "plover2cat-3.1.0a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a4d1c1c05a2e62fcb5f18c9e6a895713",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 189992,
            "upload_time": "2025-01-24T23:37:02",
            "upload_time_iso_8601": "2025-01-24T23:37:02.668627Z",
            "url": "https://files.pythonhosted.org/packages/16/c3/4924ee3d317a609c25ba3305cc226cfeed70f18676878d549621eeccc405/plover2cat-3.1.0a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07703ea4f60c2bf79df7bc215b8ca7065c666271625d285452d5152f16b33f1c",
                "md5": "49593389df40ecb8bcf389b23e034ed9",
                "sha256": "d5d7cd65ae5ee1d7b8d7c9c60cc9147bcea0fb426f1e0a066344f43751d84e1d"
            },
            "downloads": -1,
            "filename": "plover2cat-3.1.0a0.tar.gz",
            "has_sig": false,
            "md5_digest": "49593389df40ecb8bcf389b23e034ed9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 155619,
            "upload_time": "2025-01-24T23:37:04",
            "upload_time_iso_8601": "2025-01-24T23:37:04.738970Z",
            "url": "https://files.pythonhosted.org/packages/07/70/3ea4f60c2bf79df7bc215b8ca7065c666271625d285452d5152f16b33f1c/plover2cat-3.1.0a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-24 23:37:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "greenwyrt",
    "github_project": "plover2CAT",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "plover2cat"
}
        
Elapsed time: 0.43809s