Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2018-02-10 | 848 Bytes | |
tag_scripts.tar.v0.2.bz2 | 2014-06-03 | 1.4 kB | |
replace_with_source_no_tags.groovy | 2014-06-03 | 729 Bytes | |
replace_strip_tags.groovy | 2014-06-03 | 876 Bytes | |
insert_source_no_tags.groovy | 2014-06-03 | 706 Bytes | |
insert_match_no_tags.groovy | 2014-06-03 | 859 Bytes | |
replace_with_match_no_tags.groovy | 2014-04-29 | 930 Bytes | |
Totals: 7 Items | 6.4 kB | 0 |
tag_scripts.v0.2.tar.bz2
All of the below scripts in one archive
insert_match_no_tags.groovy
Inserts selected match without tags at the cursor position in the target input area.
insert_source_no_tags.groovy
Inserts source text without tags at the cursor position in the target input area.
replace_strip_tags.groovy
Removes all tags from whatever is typed in the target input area. If anything is selected in the target, the script removes tags only in the selection.
replace_with_match_no_tags.groovy
Replaces current target with selected match text minus all the tags.
replace_with_source_no_tags.groovy
Replaces current target with source text minus all the tags.