viresh-ratnakar / exolve

Online interactive crossword software in JavaScript
MIT License
73 stars 15 forks source link

Linked Clues #2

Closed Somsram closed 5 years ago

Somsram commented 5 years ago

Is there a way to show linked clues in Exolve?

viresh-ratnakar commented 5 years ago

Yes, you can put the clue numbers of the "children" after the parent, comma separated.

12, 14, 20 A long linked clue (4, 5, 6) 14 See 12 20 See 12

If a child clue has a different direction than the parent, you can write it explicitly:

12, 15d A clue with mixed directions (5,7)

On Fri, Jul 26, 2019, 9:28 AM Somsram notifications@github.com wrote:

Is there a way to show linked clues in Exolve?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/viresh-ratnakar/exolve/issues/2?email_source=notifications&email_token=AJQ562HRVAP3GEYZ4O7MBT3QBMQ4RA5CNFSM4IHFMLK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HBYD47A, or mute the thread https://github.com/notifications/unsubscribe-auth/AJQ562HKQ5OJ6VHAN7CTCALQBMQ4RANCNFSM4IHFMLKQ .

viresh-ratnakar commented 5 years ago

But please use the latest version as I added this feature after the initial release

On Fri, Jul 26, 2019, 9:59 AM Viresh Ratnakar viresh@gmail.com wrote:

Yes, you can put the clue numbers of the "children" after the parent, comma separated.

12, 14, 20 A long linked clue (4, 5, 6) 14 See 12 20 See 12

If a child clue has a different direction than the parent, you can write it explicitly:

12, 15d A clue with mixed directions (5,7)

On Fri, Jul 26, 2019, 9:28 AM Somsram notifications@github.com wrote:

Is there a way to show linked clues in Exolve?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/viresh-ratnakar/exolve/issues/2?email_source=notifications&email_token=AJQ562HRVAP3GEYZ4O7MBT3QBMQ4RA5CNFSM4IHFMLK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HBYD47A, or mute the thread https://github.com/notifications/unsubscribe-auth/AJQ562HKQ5OJ6VHAN7CTCALQBMQ4RANCNFSM4IHFMLKQ .

viresh-ratnakar commented 5 years ago

For completeness: :-)

If a child clue, say 15, has a different direction, but that's the only direction for 15 (ie, only one of 15a/15d exists), then the direction will get inferred automatically --specifying it explicitly is optional)

Somsram commented 5 years ago

Oh Ok. thanks. Will check it out. Otherwise the software works fabulously and I am loving it :)

I think once you are fine with it, we can probably make a blogpost in one across featuring it so that more people can get to know about it.

Best regards

Sent from my iPhone

On Jul 26, 2019, at 8:11 PM, Viresh Ratnakar notifications@github.com wrote:

For completeness: :-)

If a child clue, sat 15, has a different direction, but that's the only direction for 15 (ie, only one of 15a/15d exists), then the direction will get inferred automatically --specifying it explicitly is optional)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

Somsram commented 5 years ago

The highlighted clue that appears on top doesn’t show the linking in enum

For eg - a clue which shows up as 30,31 in the clue area Shows up only as 30A in the highlighted area

Sent from my iPhone

On Jul 26, 2019, at 8:11 PM, Viresh Ratnakar notifications@github.com wrote:

For completeness: :-)

If a child clue, sat 15, has a different direction, but that's the only direction for 15 (ie, only one of 15a/15d exists), then the direction will get inferred automatically --specifying it explicitly is optional)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

viresh-ratnakar commented 5 years ago

I had chosen to show it like this (as the squares of 31 do get highlighted, which I thought was enough). However, I agree, it's more natural to show the child indices too. I've made the change, you can grab it from the latest version.

Somsram commented 5 years ago

Thanks 🙏

Sent from my iPhone

On Jul 27, 2019, at 8:16 PM, Viresh Ratnakar notifications@github.com wrote:

I had chosen to show it like this (as the squares of 31 do get highlighted, which I thought was enough). However, I agree, it's more natural to show the child indices too. I've made the change, you can grab it from the latest version.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.