2021-04-16 04:04:18 +02:00
|
|
|
<div id="playground-settings" class="settings-section" data-name="playground-settings">
|
|
|
|
<div class="admin-table-wrapper">
|
|
|
|
<p>
|
|
|
|
{{#tr}}
|
2023-02-28 15:06:21 +01:00
|
|
|
Code playgrounds are interactive in-browser development environments,
|
|
|
|
such as <z-link-repl>replit</z-link-repl>, that are designed to make
|
|
|
|
it convenient to edit and debug code. Zulip <z-link-code-blocks>code blocks</z-link-code-blocks>
|
|
|
|
that are tagged with a programming language will have a button visible on
|
|
|
|
hover that allows users to open the code block on the code playground site.
|
2021-04-17 11:39:02 +02:00
|
|
|
{{#*inline "z-link-repl"}}<a href="https://replit.com/" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
2023-02-28 15:06:21 +01:00
|
|
|
{{#*inline "z-link-code-blocks"}}<a href="/help/code-blocks" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
2021-04-16 04:04:18 +02:00
|
|
|
{{/tr}}
|
|
|
|
</p>
|
2021-04-17 11:39:02 +02:00
|
|
|
<p>
|
2023-03-15 23:51:27 +01:00
|
|
|
{{t "For example, to configure a code playground for code blocks tagged as Python,
|
|
|
|
you can set:" }}
|
2021-04-17 11:39:02 +02:00
|
|
|
</p>
|
|
|
|
<ul>
|
2023-02-28 15:06:21 +01:00
|
|
|
<li>
|
|
|
|
{{t "Language" }}: <span class="rendered_markdown"><code>Python</code></span>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
{{t "Name" }}: <span class="rendered_markdown"><code>Python3 playground</code></span>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
{{t "URL prefix" }}: <span class="rendered_markdown"><code>https://replit.com/languages/python3/?code=</code></span>
|
|
|
|
</li>
|
2021-04-17 11:39:02 +02:00
|
|
|
</ul>
|
2023-02-28 15:06:21 +01:00
|
|
|
<p>
|
|
|
|
{{#tr}}
|
|
|
|
For more examples and technical details, see the <z-link>help center documentation</z-link>
|
|
|
|
on adding code playgrounds.
|
|
|
|
{{#*inline "z-link"}}<a href="/help/code-blocks#code-playgrounds" target="_blank" rel="noopener noreferrer">{{> @partial-block}}</a>{{/inline}}
|
|
|
|
{{/tr}}
|
|
|
|
</p>
|
2021-04-17 11:39:02 +02:00
|
|
|
|
|
|
|
{{#if is_admin}}
|
2023-01-10 11:13:05 +01:00
|
|
|
<form class="admin-playground-form">
|
2021-04-17 11:39:02 +02:00
|
|
|
<div class="add-new-playground-box grey-box">
|
|
|
|
<div class="new-playground-form wrapper">
|
2021-04-18 14:49:02 +02:00
|
|
|
<div class="settings-section-title">
|
|
|
|
{{t "Add a new code playground" }}
|
2021-05-05 02:05:47 +02:00
|
|
|
{{> ../help_link_widget link="/help/code-blocks#code-playgrounds" }}
|
2021-04-18 14:49:02 +02:00
|
|
|
</div>
|
2021-04-17 11:39:02 +02:00
|
|
|
<div class="alert" id="admin-playground-status"></div>
|
2022-08-09 09:10:53 +02:00
|
|
|
<div class="input-group">
|
|
|
|
<label for="playground_pygments_language"> {{t "Language" }}</label>
|
2023-06-22 16:18:13 +02:00
|
|
|
<input type="text" id="playground_pygments_language" class="settings_text_input" name="pygments_language" autocomplete="off" placeholder="Python" />
|
2021-04-17 11:39:02 +02:00
|
|
|
</div>
|
2022-08-09 09:10:53 +02:00
|
|
|
<div class="input-group">
|
|
|
|
<label for="playground_name"> {{t "Name" }}</label>
|
2023-06-22 16:18:13 +02:00
|
|
|
<input type="text" id="playground_name" class="settings_text_input" name="playground_name" autocomplete="off" placeholder="Python3 playground" />
|
2021-04-17 11:39:02 +02:00
|
|
|
</div>
|
2022-08-09 09:10:53 +02:00
|
|
|
<div class="input-group">
|
|
|
|
<label for="playground_url_prefix"> {{t "URL prefix" }}</label>
|
2023-06-22 16:18:13 +02:00
|
|
|
<input type="text" id="playground_url_prefix" class="settings_text_input" name="url_prefix" placeholder="https://replit.com/languages/python3/?code=" />
|
2021-04-17 11:39:02 +02:00
|
|
|
</div>
|
2021-05-01 03:31:04 +02:00
|
|
|
<button type="submit" id="submit_playground_button" class="button rounded sea-green">
|
2021-04-17 11:39:02 +02:00
|
|
|
{{t 'Add code playground' }}
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
{{/if}}
|
|
|
|
|
2022-03-04 13:06:28 +01:00
|
|
|
<div class="settings_panel_list_header">
|
|
|
|
<h3>{{t "Code playgrounds"}}</h3>
|
|
|
|
<input type="text" class="search" placeholder="{{t 'Filter code playgrounds' }}" aria-label="{{t 'Filter code playgrounds' }}"/>
|
|
|
|
</div>
|
|
|
|
|
2021-04-16 04:04:18 +02:00
|
|
|
<div class="progressive-table-wrapper" data-simplebar>
|
|
|
|
<table class="table table-condensed table-striped wrapped-table admin_playgrounds_table">
|
2022-03-10 08:08:10 +01:00
|
|
|
<thead class="table-sticky-headers">
|
2023-05-21 10:41:51 +02:00
|
|
|
<th class="active" data-sort="alphabetic" data-sort-prop="pygments_language">{{t "Language" }}</th>
|
|
|
|
<th data-sort="alphabetic" data-sort-prop="name">{{t "Name" }}</th>
|
|
|
|
<th data-sort="alphabetic" data-sort-prop="url_prefix">{{t "URL prefix" }}</th>
|
2021-04-17 12:41:47 +02:00
|
|
|
{{#if is_admin}}
|
|
|
|
<th class="actions">{{t "Actions" }}</th>
|
|
|
|
{{/if}}
|
2021-04-16 04:04:18 +02:00
|
|
|
</thead>
|
|
|
|
<tbody id="admin_playgrounds_table" class="required-text" data-empty="{{t 'No playgrounds configured.' }}"></tbody>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|