mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-26 01:25:58 +03:00
[GH-ISSUE #407] [Feature Request] - Chaining templates #252
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#252
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martindktran on GitHub (Jun 4, 2020).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/407
It would be great if we could chain templates to avoid cluttering and re-usability.
For example:
Snippet 1:
"This is the text for snippet 1.
[Signature A]"
Snippet 2:
"This is the text for snippet 2.
[Signature A]"
Signature A:
"Footer text"
So when you use Snippet 1 or 2 it would pull in the text from Signature A to be pasted from the clipboard.
@codeshif commented on GitHub (Jun 7, 2020):
Do you mean functions like AText or TextExpander? One Chinese guy made a kind of CodeExpander that seemed to do that, as did atext or TextExpander
Look at this:
https://textexpander.com/
https://codeexpander.com/en/
But I don't know how it was implemented in this project anymore :(