https://github.com/theamorin/plover_merge_words
Plover meta to merge words by their common part.
https://github.com/theamorin/plover_merge_words
plover
Last synced: about 1 year ago
JSON representation
Plover meta to merge words by their common part.
- Host: GitHub
- URL: https://github.com/theamorin/plover_merge_words
- Owner: TheaMorin
- License: gpl-3.0
- Created: 2019-06-14T20:13:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T20:41:28.000Z (about 7 years ago)
- Last Synced: 2025-03-19T09:29:36.356Z (about 1 year ago)
- Topics: plover
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
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