duykhanh471

Results 5 comments of duykhanh471

Sounds great, I've already added the PageDirection Enum for PageDirection: ```rust impl ToString for PageDirection { fn to_string(&self) -> String { match &self { PageDirection::Rtl => "rtl".into(), PageDirection::Ltr => "ltr".into(),...

There are some problems with my translation which was being discussed in TMW Discord (#vietnamese-tiếng-việt channel), largely due to the unnatural feeling it gives so I decided to keep working...

I guess it's not really feasible. Refactor the whole codebase just for that isn't worth it. Leveraging the power of async for simple tasks like generating some epub files is...

I have no idea if it's not recommended to add a function that directly "modifies" the `content.opf` file. However, it's impossible to add more content since the `content.opf` is auto-generated...

There isn't any convenient way to directly add the publisher's name atm. Hopefully someone will pick it up and add it. If you're familiar with Rust, here is the current...