Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morinted/plover_merge_words

Plover meta to merge words by their common part.
https://github.com/morinted/plover_merge_words

plover

Last synced: about 12 hours ago
JSON representation

Plover meta to merge words by their common part.

Awesome Lists containing this project

README

        

##################
Plover Merge Words
##################

Avoid repeating yourself.

Usage
=====

Prevent the Stacking of Characters
----------------------------------

``{:merge:text}``

- **text**: the text that shouldn't be repeated

Use Cases
^^^^^^^^^

- Merge with a prefix

- Map your stroke to ``{:merge:word}``
- ``{con^}continue`` → concontinue
- ``{con^}{:merge:continue}`` → continue
- ``{con^}{:merge:continue}{:merge:continue}`` → continue continue

- Ensure a word is always proceeded by a space

- Map your stroke to ``{:merge: }word``
- ``{con^}{:merge: }word`` → con word
- ``{con^}{:merge: }word{:merge: }word`` → con word word

- Avoid repeating characters that you don't want to repeat

- Map your stroke to ``{:merge: word}`` or ``{^}{:merge:word}``
- ``hey{^}{:merge:.}{-|}there`` → hey. There
- ``hey{^}{:merge:.}{-|}{^}{:merge:.}{-|}{^}{:merge:.}{-|}{^}{:merge:.}{-|}{^}{:merge:.}{-|}there`` → hey. There