Skip to content

Commit

Permalink
Adds a helper to format and paste (talonhub#1454)
Browse files Browse the repository at this point in the history
- for example try 'string paste' to paste something as a string

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jaresty and pre-commit-ci[bot] authored Jun 22, 2024
1 parent d91cf83 commit b337c21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/text/text.talon
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ phrase <user.text> over:
<user.format_code>+$: user.insert_many(format_code_list)
<user.format_code>+ over: user.insert_many(format_code_list)
<user.formatters> that: user.formatters_reformat_selection(user.formatters)
<user.formatters> (pace | paste): user.insert_formatted(clip.text(), formatters)
word <user.word>:
user.add_phrase_to_history(word)
insert(word)
Expand Down

0 comments on commit b337c21

Please sign in to comment.