eliranwong / UniqueBible

A cross-platform bible application, integrated with high-quality resources and amazing features, running offline in Windows, macOS and Linux, ChromeOS, Android, iOS. Various running modes are supported.
https://UniqueBible.app
GNU General Public License v3.0
121 stars 34 forks source link

RTF support question #633

Closed darrelwright closed 2 years ago

darrelwright commented 3 years ago

Since you're adding support for RTF, is there any change of adding support for importing files from theWord, which is RTF formatted? I would like to be able to import bibles, dictionaries and commentaries.

otseng commented 3 years ago

The import I added was a very naive approach. Basically it was just stripping out the text and did not include any formatting. But, we can try it out importing bibles first. Can you attach a bible here?

darrelwright commented 3 years ago

Sure, I'll give you a couple:

ant.nt.zip AFV+.ont.zip

otseng commented 3 years ago

ant.nt.zip

https://github.com/eliranwong/UniqueBible/issues/640

darrelwright commented 3 years ago

That worked really nice on the ant.nt bible. It imported beautifully!

On 7/8/21 10:04 PM, Oliver Tseng wrote:

ant.nt.zip
<https://github.com/eliranwong/UniqueBible/files/6786432/ant.nt.zip>

640 https://github.com/eliranwong/UniqueBible/issues/640

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eliranwong/UniqueBible/issues/633#issuecomment-876915957, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXXZXA4BKYBEWQDRFJGY53TWZ7PFANCNFSM477UIHHA.

darrelwright commented 3 years ago

That plays very well for importing NT bibles. Can it be opened up for OT also?

On 7/8/21 10:04 PM, Oliver Tseng wrote:

ant.nt.zip
<https://github.com/eliranwong/UniqueBible/files/6786432/ant.nt.zip>

640 https://github.com/eliranwong/UniqueBible/issues/640

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eliranwong/UniqueBible/issues/633#issuecomment-876915957, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXXZXA4BKYBEWQDRFJGY53TWZ7PFANCNFSM477UIHHA.

otseng commented 3 years ago

That plays very well for importing NT bibles. Can it be opened up for OT also?

https://github.com/eliranwong/UniqueBible/issues/642

otseng commented 2 years ago

It's now able to import theWord OT bibles as well.

It looks like theWord dictionaries and commentaries are in RTF format, which will require much more effort to import. Create another issue if needed.

Closing this issue.

darrelwright commented 2 years ago

When I pull import for theWord bibles, I see import NT and import Complete, but I do not see ability to import OT bibles. Am I missing something?

otseng commented 2 years ago

Can you post here an OT file and I'll add the ability to import it.

darrelwright commented 2 years ago

Here is 2:

lxxmorph.ot.zip BSB Interlinear OT-Heb.ot.zip

darrelwright commented 2 years ago

Done. I put 2 up there.

On 7/18/21 2:53 PM, Oliver Tseng wrote:

Can you post here an OT file and I'll add the ability to import it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/eliranwong/UniqueBible/issues/633#issuecomment-882121289, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACXXZXELT2AXJZNYCDI2BSTTYNEMXANCNFSM477UIHHA.

otseng commented 2 years ago

Code added to import .ot files. However, it strips out all morphology information. If that needs to be added, will take additional work to figure that out. Create another issue if that's needed.