Jump to content

chrislind

Member Since 31 Jul 2011
Offline Last Active May 07 2022 05:55 PM
-----

#31853 CSB

Posted by chrislind on 17 November 2017 - 04:17 PM

I have been given the text by the folks from Holman. They will allow mysword to use it but it has not been made into a module. I am willing to do this but is there an easy way to do it? The process looks like it takes way too long and I don't have the skill set to do this. Any help would be appreciated




#30223 Instructions for Making Your Own MySword Modules

Posted by chrislind on 06 March 2017 - 06:18 PM

if you have original epub file, it may be easier to create a MySword module directly from it:

just share a way to do it in Mac:

1. open terminal
2. run command "unzip filename.epub" where filename is the name of your epub file. this command results in unzipping all html files
3. in terminal tpye cd, drag the folder having all html files
4. run "cat *.html > myBook.csv"
5. edit this csv file
6. import into a MySword template file

I have a PC any idea how to make it work on PC