Skip to content

Commit 2c51614

Browse files
committed
Add two new how-tos
1 parent 02da372 commit 2c51614

43 files changed

Lines changed: 898 additions & 64 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

_quarto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ website:
3939
- text: "Tutorials"
4040
href: tutorials/00-getting-started.qmd
4141
- text: "How-To"
42-
href: howto/index.qmd
42+
href: howto/01-export-code.qmd
4343
- text: "Fundamentals"
4444
href: fundamentals/index.qmd
4545
- text: "Reference"
@@ -56,7 +56,8 @@ website:
5656
- tutorials/03-youtube-series.qmd
5757
- title: "How-To"
5858
contents:
59-
- howto/index.qmd
59+
- howto/01-export-code.qmd
60+
- howto/02-save-and-restore.qmd
6061
- title: "Fundamentals"
6162
contents:
6263
- fundamentals/index.qmd

docs/fundamentals/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<span class="menu-text">Tutorials</span></a>
9797
</li>
9898
<li class="nav-item">
99-
<a class="nav-link" href="../howto/index.html">
99+
<a class="nav-link" href="../howto/01-export-code.html">
100100
<span class="menu-text">How-To</span></a>
101101
</li>
102102
<li class="nav-item">
Lines changed: 51 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99

10-
<title>index – blockr</title>
10+
<title>export-code – blockr</title>
1111
<style>
1212
code{white-space: pre-wrap;}
1313
span.smallcaps{font-variant: small-caps;}
@@ -30,6 +30,7 @@
3030
<script src="../site_libs/quarto-search/fuse.min.js"></script>
3131
<script src="../site_libs/quarto-search/quarto-search.js"></script>
3232
<meta name="quarto:offset" content="../">
33+
<link href="../howto/02-save-and-restore.html" rel="next">
3334
<script src="../site_libs/quarto-html/quarto.js" type="module"></script>
3435
<script src="../site_libs/quarto-html/tabsets/tabsets.js" type="module"></script>
3536
<script src="../site_libs/quarto-html/axe/axe-check.js" type="module"></script>
@@ -96,7 +97,7 @@
9697
<span class="menu-text">Tutorials</span></a>
9798
</li>
9899
<li class="nav-item">
99-
<a class="nav-link active" href="../howto/index.html" aria-current="page">
100+
<a class="nav-link active" href="../howto/01-export-code.html" aria-current="page">
100101
<span class="menu-text">How-To</span></a>
101102
</li>
102103
<li class="nav-item">
@@ -133,7 +134,7 @@
133134
<button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" role="button" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
134135
<i class="bi bi-layout-text-sidebar-reverse"></i>
135136
</button>
136-
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../howto/index.html">index.html</a></li></ol></nav>
137+
<nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../howto/01-export-code.html">Export code</a></li></ol></nav>
137138
<a class="flex-grow-1" role="navigation" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
138139
</a>
139140
</div>
@@ -147,26 +148,60 @@
147148
<ul class="list-unstyled mt-1">
148149
<li class="sidebar-item">
149150
<div class="sidebar-item-container">
150-
<a href="../howto/index.html" class="sidebar-item-text sidebar-link active">
151-
<span class="menu-text">index.html</span></a>
151+
<a href="../howto/01-export-code.html" class="sidebar-item-text sidebar-link active">
152+
<span class="menu-text">Export code</span></a>
153+
</div>
154+
</li>
155+
<li class="sidebar-item">
156+
<div class="sidebar-item-container">
157+
<a href="../howto/02-save-and-restore.html" class="sidebar-item-text sidebar-link">
158+
<span class="menu-text">Save and restore workflows</span></a>
152159
</div>
153160
</li>
154161
</ul>
155162
</div>
156163
</nav>
157164
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
158165
<!-- margin-sidebar -->
159-
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar zindex-bottom">
160-
166+
<div id="quarto-margin-sidebar" class="sidebar margin-sidebar">
167+
<nav id="TOC" role="doc-toc" class="toc-active">
168+
<h2 id="toc-title">On this page</h2>
169+
170+
<ul>
171+
<li><a href="#export-code" id="toc-export-code" class="nav-link active" data-scroll-target="#export-code">Export code</a>
172+
<ul class="collapse">
173+
<li><a href="#steps" id="toc-steps" class="nav-link" data-scroll-target="#steps">Steps</a></li>
174+
</ul></li>
175+
</ul>
176+
</nav>
161177
</div>
162178
<!-- main -->
163179
<main class="content" id="quarto-document-content"><header id="title-block-header" class="quarto-title-block"></header>
164180

165181

166182

167183

184+
<section id="export-code" class="level1">
185+
<h1>Export code</h1>
186+
<p>Learn how to export code from blockr.</p>
187+
<section id="steps" class="level2">
188+
<h2 class="anchored" data-anchor-id="steps">Steps</h2>
189+
<ol type="1">
190+
<li>Press the settings button:</li>
191+
</ol>
192+
<p><img src="01-img-01.png" class="img-fluid"></p>
193+
<ol start="2" type="1">
194+
<li>Press the “&lt;/&gt; Show Code” button:</li>
195+
</ol>
196+
<p><img src="01-img-02.png" class="img-fluid"></p>
197+
<ol start="3" type="1">
198+
<li>That’s it! Idiomatic R code will appear in a pop-up modal. Copy and paste it where you like.</li>
199+
</ol>
200+
<p><img src="01-img-03.png" class="img-fluid"></p>
168201

169202

203+
</section>
204+
</section>
170205

171206
</main> <!-- /main -->
172207
<script id="quarto-html-after-body" type="application/javascript">
@@ -569,6 +604,15 @@
569604
}
570605
});
571606
</script>
607+
<nav class="page-navigation">
608+
<div class="nav-page nav-page-previous">
609+
</div>
610+
<div class="nav-page nav-page-next">
611+
<a href="../howto/02-save-and-restore.html" class="pagination-link" aria-label="Save and restore workflows">
612+
<span class="nav-page-text">Save and restore workflows</span> <i class="bi bi-arrow-right-short"></i>
613+
</a>
614+
</div>
615+
</nav>
572616
</div> <!-- /content -->
573617
<footer class="footer">
574618
<div class="nav-footer">

docs/howto/01-img-01.png

288 KB
Loading

docs/howto/01-img-02.png

201 KB
Loading

docs/howto/01-img-03.png

142 KB
Loading

docs/howto/02-img-01.png

296 KB
Loading

docs/howto/02-img-02.png

283 KB
Loading

docs/howto/02-img-03.png

318 KB
Loading

docs/howto/02-img-04.png

299 KB
Loading

0 commit comments

Comments
 (0)