Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Feature Request: Line break #12

Closed
SierraNB opened this issue Mar 19, 2022 · 1 comment
Closed

Feature Request: Line break #12

SierraNB opened this issue Mar 19, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@SierraNB
Copy link

Have the ability to add a line break with \n or something.

@SierraNB SierraNB added the enhancement New feature or request label Mar 19, 2022
@kubinka0505 kubinka0505 pinned this issue Mar 22, 2022
@kubinka0505
Copy link
Owner

Until I won't find more stable fix, you can add following code piece to 113rd line of the Scripts/Caption.pyw file.

from itertools import chain
Text = list(chain.from_iterable([Word.split(r"\n") for Word in Text]))

This will also be present in the future release.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants