Metadata-Version: 2.1
Name: plover-comment
Version: 0.0.0
Summary: Plover plugin to add comment/meta-information to the outline definition.
Home-page: https://github.com/user202729/plover-comment
Author: user202729
License: GNU General Public License v3 or later (GPLv3+)
Description: # plover-comment
        
        Plover plugin to add comment/meta-information to the outline definition.
        
        ## Usage
        
        In order to use this plugin in [Plover](https://github.com/openstenoproject/plover) you need to
        create a dictionary entry of the form:
        
        ``` json
        {
            "example_stroke": "{:COMMENT:some comment text here}"
        }
        ```
        
        `COMMENT` can be replaced with `CMT` for short.
        
        They're still subject to the rules of JSON and Plover atom, so any `{` and `}` inside the comment
        must be escaped.
        
        Alternatively the command form `{PLOVER:COMMENT:some comment text here}` can also be used.
        
        In some new Plover version `{:comment:some comment text here}` would also work.
        
Keywords: plover plover_plugin
Platform: UNKNOWN
Classifier: Environment :: Plugins
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
