diff options
author | garret <garret@airmail.cc> | 2021-08-21 13:48:00 +0100 |
---|---|---|
committer | garret <garret@airmail.cc> | 2021-08-21 13:48:00 +0100 |
commit | 4f7469e56a07250d1e044cf940b44eaf612d3282 (patch) | |
tree | 768427794529dfdf9fb296b497c1803597d707b3 /README.md | |
parent | 131fac9291d6c8cd08004e0c770542def7ee5034 (diff) | |
download | aegisub-scripts-4f7469e56a07250d1e044cf940b44eaf612d3282.tar.gz aegisub-scripts-4f7469e56a07250d1e044cf940b44eaf612d3282.tar.bz2 aegisub-scripts-4f7469e56a07250d1e044cf940b44eaf612d3282.zip |
rename cr restyler -> restyler
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -62,16 +62,6 @@ Language is currently hardcoded to english. **Done better by**: `Significance` by UA. -### CR Restyler - -`become-fansubber.lua` - -Changes style of selected lines to `Default` (for now), - and copies italic+alignment values from cr's styles to inline tags. - -assumes a relatively clean cr script. - if not, you're on your own. - ### Dupe and Comment Duplicates a line and comments out the original. @@ -97,6 +87,16 @@ makes doing alpha timing significantly easier originally created to convert stuff that should've been alpha timed in the first place but used a weird hack with `\ko` instead. +### Restyler + +`become-fansubber.lua` + +Changes style of selected lines to `Default` (for now, will be configurable in future), + and copies italic+alignment values from the script's styles to inline tags. + +Can't help if the source script isn't properly styled. +**cannot handle inline tags!** + ### Scenebleed Detector Finds scenebleeds in the selected lines, and marks them with an effect (`bleed`). |