[sword-devel] Remove Strong's references from KJV module

2020-11-14 Thread Loren Burkholder
ent, leaving me with stuff like: > salvm="strong:H072255">In the beginning as my output, instead of taking out the whole tag. What should I be doing to get rid of all this? Thanks in advance. Loren Burkholder ___ sword-devel mailing

Re: [sword-devel] Remove Strong's references from KJV module

2020-11-15 Thread Loren Burkholder
der RTF, LATEX, XHTML, or any of a number of others (see FMT_* in swmodule.h) Hope this explains a bit of how things generally flow. Troy On November 14, 2020 8:46:40 PM MST, Greg Hellings wrote: Have you tried OSISPlain? KJV is not in GBF On Sat, Nov 14, 2020, 21:42 Loren Burkholder mailt

[sword-devel] Accessing multiple verses

2020-11-16 Thread Loren Burkholder
Is there a way to set a SWKey to reference multiple verses at once (e.g. set the key string to "James 1:2-4")? I currently am iterating over various verses, but I'd like to be able to consolidate my code if possible. Loren ___ sword-devel mailing lis

[sword-devel] Accessing multiple verses

2020-11-16 Thread Loren Burkholder
From: Loren Burkholder Sent: Monday, November 16, 2020 9:22:36 AM To: sword-devel@crosswire.org Subject: Accessing multiple verses Is there a way to set a SWKey to reference multiple verses at once (e.g. set the key string to "James 1:2-4")? I cu

[sword-devel] Ignore my past 2 emails

2020-11-16 Thread Loren Burkholder
The most recent email that I sent was convoluted and I'm not sure if it displayed correctly. Here's what it was supposed to say: Actually, I am comfortable with the setup I currently have since I need to insert custom text between each verse (a space for separation purposes). So you don't need

[sword-devel] Getting info about books, chapters, and verses in a module

2020-11-16 Thread Loren Burkholder
I was digging into the docs and found that a VerseKey can give some info about the book and chapter that it is in, and the numbers of books and chapters. This could be useful to me because I want to get a list of the books in a module, then load the number of chapters for the book and the number

Re: [sword-devel] Getting info about books, chapters, and verses in a module

2020-11-17 Thread Loren Burkholder
So I just realized that there's an example on some of this: https://wiki.crosswire.org/DevTools:Code_Examples. (This is why I need to take an in-depth look at all open browser tabs *before* posting to the mailing list...) Would the examples in this document be all that I would need? Loren P.S.

Re: [sword-devel] Getting info about books, chapters, and verses in a module

2020-11-17 Thread Loren Burkholder
Thanks Tobias, I'll look at that. ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] Getting info about books, chapters, and verses in a module

2020-11-17 Thread Loren Burkholder
re which goes into some of this and covers other things like VerseKey ranges: http://crosswire.org/svn/sword/trunk/examples/classes/lastVerseInChapter.cpp http://crosswire.org/svn/sword/trunk/examples/classes/verseranges.cpp Troy Best regards, Tobias Am 17.11.2020 um 04:43 schrieb Loren Burk

Re: [sword-devel] Getting info about books, chapters, and verses in a module

2020-11-17 Thread Loren Burkholder
I believe I answered my own question here just fiddling around with things. Happily, my first attempt turned out to be the correct way. :) ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instruc

[sword-devel] Sword and WebAssembly

2020-11-17 Thread Loren Burkholder
First and foremost: I promise that I will try to not bug y'all with any more questions for a while (at least, not with questions not on this topic). Does anybody know if Sword works with WebAssembly? The reason that I ask is here: https://lorendb.github.io/TotalReqall/wasm/TotalReqall.html. (Not

Re: [sword-devel] Sword and WebAssembly

2020-11-17 Thread Loren Burkholder
Thanks for the suggestions, Greg. One positive thing for me is that I am using Qt, and Qt has a macro Q_OS_WASM that is defined when you are building for WASM. I'm planning to use this, if necessary, to circumvent WASM limitations by removing/rethinking features when in WASM. Also, settings that

Re: [sword-devel] Sword and WebAssembly

2020-11-17 Thread Loren Burkholder
All right. I'll definitely be looking into it. In fact, right now I'm working on setting up Sword in my Github Actions build for Linux, and WebAssembly will come as soon as Linux, macOS, and Windows all build Sword fine. ___ sword-devel mailing list:

[sword-devel] Sword "package" manager

2020-12-07 Thread Loren Burkholder
Is there any sort of a "package" manager to automate the download/installation of new Sword modules? I know that BibleTime has something like this built in but it seems that this should/could be built in to Sword. As a side note, is the IRC channel still active? Loren

[sword-devel] installmgr docs

2020-12-17 Thread Loren Burkholder
Is there any documentation for the installmgr program (other than the man pages)? ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel Instructions to unsubscribe/change your settings at above page

Re: [sword-devel] installmgr docs

2020-12-17 Thread Loren Burkholder
I was actually looking for a webpage that I could link users of my app to, since I currently don't have any sort of module installation code set up. ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-dev

[sword-devel] TotalReqall

2020-12-26 Thread Loren Burkholder
As a (belated) Christmas gift, I'd like to present to all of you my app that I build using Sword: TotalReqall (https://invent.kde.org/utilities/totalreqall[1]). It's a general-purpose app for memorizing chunks of data (which can be anything from the Bible to a poem to the manpage for clang). It

Re: [sword-devel] TotalReqall

2020-12-27 Thread Loren Burkholder
se greyed out on the next screen, but I didn't know what to do. I read in the README on your github that I am suppose to type the first letter of each word... but nothing I type does anything. I am excited for your work! I hope this gives some helpful feedback! Blessings in your work

Re: [sword-devel] TotalReqall

2020-12-28 Thread Loren Burkholder
I added Fedora packages to the readme and updated the Ubuntu package list. Thanks, Troy, for the list of packages. I also reverted the offending commit; now, the text box in the memorizer is automatically focused. Furthermore, I rearranged some things in CMakeLists.txt to allow TotalReqall to be

Re: [sword-devel] SWORD Virtual Coffee/Tea

2021-04-16 Thread Loren Burkholder
MATRIX OK, sorry for shouting, but I am passionate about Matrix. :) From: sword-devel on behalf of Greg Hellings Sent: Friday, April 16, 2021 9:22:31 PM To: SWORD Developers' Collaboration Forum Subject: Re: [sword-devel] SWORD Virtual Coffee/Tea I hav

Re: [sword-devel] English transliteration of Greek or Hebrew words

2021-05-16 Thread Loren Burkholder
As a side note, Apple has removed such functionality from its devices since some years ago: https://www.businessinsider.com/apple-discontinues-3d-touch-iphone-11-replaces-with-haptic-touch-2019-9 From: sword-devel on behalf of Tobias Klein Sent: Sunday, May 16,

Re: [sword-devel] moving away from freenode

2021-05-29 Thread Loren Burkholder
Why not do a massively bridged setup through Matrix? That way we could have IRC/Matrix/XMPP/Discord/etc. accessibility to the same conversation. ___ sword-devel mailing list: sword-devel@crosswire.org http://crosswire.org/mailman/listinfo/sword-devel I