-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conditional page content for viewing modes #8685
Comments
This "useless link" works when the page is served as document: https://arcade.makecode.com/concepts/walking-hero. The sidedoc view needs to open the linked page in a |
@shakao - sorry to bother, but do you have any ideas about linkouts in sidedocs? |
hmmm ok so it looks like we're using i THINK there's no content-only solution for this since these links are all generated from markdown; longer term either stripping the link or adding target=_blank would work, but probably not super urgent since this bug also repros on live? |
Block it out for rendering somehow when in not in document view?:
-- or -- some kind of conditional rendering:
|
Describe the bug
A useless link in Docs page
Steps to reproduce the behavior
1.Navigate to https://arcade.makecode.com/beta#editor
2.Help--->Docs--->Game Design Concepts--->Walking Hero
3.Click the link "Open this tutorial in the editor!"
Actual behavior
A useless link in Docs page. There shows a blank page after clicking the link "Open this tutorial in the editor!"
Additional context
1.OS: Windows10
2.arcade version: 1.8.12
3.Microsoft MakeCode version: 7.4.18
The text was updated successfully, but these errors were encountered: