Supporting google/budoux for better line breakings #1839
peacock0803sz
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
So, I created a transformer to apply budoux to statements in slide. https://github.com/ryoppippi/slidev-transformer-budoux This makes your life easier. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem and Motivation
In some multibite Languages, It's too hard to make line breaklings correctly 😕
I'd like to use Budoux (JavaScript module) to solve this problem, but I felt configuring it as a vite plugin is pretty difficult...
Budoux is the machine learning powered line break organizer tool, and it's standalone, small, language-neutral.
How can I apply Bodoux for slidev slides?
Just installing budoux npm package and adding
import
to somewhere TypeScript file, It's not working...Actual / Expected Behaviors
Beta Was this translation helpful? Give feedback.
All reactions