Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Deactivate passage links #13

Open
alexwarren opened this issue Dec 26, 2013 · 1 comment
Open

Deactivate passage links #13

alexwarren opened this issue Dec 26, 2013 · 1 comment

Comments

@alexwarren
Copy link
Contributor

One passage might need to deactivate links to another passage.

You can see [a], [b], [c] and [d].

[a]:
@deactivate b
Clicking link A will deactivate the link to B, but C and D are still available.
@alexwarren alexwarren removed this from the Squiffy 1.0 milestone May 11, 2014
@jwpfox
Copy link

jwpfox commented Jul 6, 2019

Imperfect and partial workaround until @deactivate is implemented.
Just in case it is useful for someone wanting to do something like this.

Viewing bbb will deactivate ccc link.
Viewing ccc will deactivate bbb link.

[aaa], {label:bc=[bbb], [ccc]}, [ddd]

[aaa]:
aaa example text

[bbb]:
@replace bc=bbb, ccc
bbb example text

[ccc]:
@replace bc=bbb, ccc
ccc example text

[ddd]:
ddd example text

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants