Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion gh-pages/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h4>
</p>
</div>
</a>
<a class="card" href="plugins/keyboard-navigation/test/index.html">
<a class="card" href="https://github.com/google/blockly-keyboard-experimentation">
<video autoplay playsinline muted loop width="195px">
<source src="media/keyboard-navigation.mp4" type="video/mp4">
</video>
Expand All @@ -297,6 +297,12 @@ <h4>
<p>
A plugin that allows users to manipulate and connect blocks using a keyboard-driven cursor.
</p>
<p>
This plugin (and its demo) is temporarily unavailable while we
develop an new and improved version; you can follow along with
our work in the <code>blockly-keyboard-experimentation</code>
GitHub repository.
</p>
</div>
</a>
<a class="card" href="plugins/shadow-block-converter/test/index.html">
Expand Down
Loading
Loading