https://github.com/gesslar/threshcopy
Convenient copy functions for ThresholdRPG
https://github.com/gesslar/threshcopy
mudlet mudlet-package thresholdrpg
Last synced: 8 months ago
JSON representation
Convenient copy functions for ThresholdRPG
- Host: GitHub
- URL: https://github.com/gesslar/threshcopy
- Owner: gesslar
- License: unlicense
- Created: 2024-06-21T04:29:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T06:37:15.000Z (over 1 year ago)
- Last Synced: 2025-01-14T04:21:22.228Z (over 1 year ago)
- Topics: mudlet, mudlet-package, thresholdrpg
- Language: Lua
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ThreshCopy
Convenient copy functions for ThresholdRPG
Use this feature to copy text from the game that can be useful for pasting in other situations. Functions are accessed after selecting text and then right-clicking them.
## Copy collapsed
Select text that is in a say, a tell, or a channel, to copy it in a collapsed manner. This is useful for removing all line feeds and indents from text and is ready to paste.
Example:
```
Marble pillars about five feet high each stand at mid-intervals between the
dangling cords. On each of the pillars, a crystal vase bearing a single, fresh
red rose sits. The air is slightly warmer in this room, while light seems to
shimmer iridescently from the silks on the wall.
```
Results in the following in your clipboard
Marble pillars about five feet high each stand at mid-intervals between the dangling cords. On each of the pillars, a crystal vase bearing a single, fresh red rose sits. The air is slightly warmer in this room, while light seems to shimmer iridescently from the silks on the wall.