diff options
author | garret <garret@airmail.cc> | 2021-07-21 22:48:09 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2021-07-21 22:48:09 +0100 |
commit | d5eb7c02fe0fc9998d6dbb651f5069d6f33e4bed (patch) | |
tree | dbb8ae6c4ef3bc4e017a8640d2548080d6a81d6e /README.md | |
parent | 5f1fc4cbb321401d308f8510ef184f690a173aa9 (diff) | |
download | aegisub-scripts-d5eb7c02fe0fc9998d6dbb651f5069d6f33e4bed.tar.gz aegisub-scripts-d5eb7c02fe0fc9998d6dbb651f5069d6f33e4bed.tar.bz2 aegisub-scripts-d5eb7c02fe0fc9998d6dbb651f5069d6f33e4bed.zip |
new ones that do stuff with comments
each script is a different type of comment tho
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -17,6 +17,10 @@ Makes checking pre-timing possible by putting some text in the lines (the actor ignores lines with text in them, prepends to lines with just tags in them +### Append Comment + +pops up a dialogue to put the comment in, and appends it to the selected lines. + ### Audio Clipper Extracts audio from the selected line(s), like the create audio clip button. @@ -75,3 +79,7 @@ originally created to convert stuff that should've been alpha-timed in the first ### Scenebleed Detector Finds scenebleeds in the selected lines, and marks them with an effect (`bleed`). + +### Select Comments + +take a guess |