wordsmith icon indicating copy to clipboard operation
wordsmith copied to clipboard

Create, collaborate and publish ebooks easily.

Results 3 wordsmith issues
Sort by recently updated
recently updated
newest added

Hi I love this wordsmith. I write math a lot so is it possible to write math equations in the book? --- Update: There is a math support. I can...

How can I change the English structed words of the document (Content, Figure, etc)? Some way to do that?

I'm not a ruby person, but finagled a little a patch for line 72 of `generate.rb`: ``` assets = if File.directory?(local(File.join('assets', ''))) local(File.join('assets', '')) end `cp -r #{assets} #{html_dir}` ```