Skip to content

Commit 8a0f599

Browse files
committed
expalin present mode
1 parent f419fb8 commit 8a0f599

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

example.jl

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ begin
7474
pkg_cell_link = "#" * (string(PlutoRunner.currently_running_cell_id[])) # for making urls to this cell
7575
end;
7676

77+
# ╔═╡ a0e8b662-074f-47c0-9f0c-545ee847f6b9
78+
Markdown.parse("Here's a link to the [cell]($pkg_cell_link) the loads PlutoTeachingTools.")
79+
7780
# ╔═╡ d173896e-021a-4b2c-b913-62c5a2320341
7881
md"""
7982
## Common Note Boxes
@@ -342,14 +345,26 @@ md"""
342345
## Presentation mode
343346
"""
344347

348+
# ╔═╡ b1f41633-82fd-4e67-9d57-f66623036417
349+
md"""
350+
Add a checkbox to choose to use the full browser window width (e.g., for large plots).
351+
"""
352+
345353
# ╔═╡ 1f417420-cc7f-4e88-9b2b-05185ff81c31
346354
WidthOverDocs()
347355

356+
# ╔═╡ c4d405ee-5b55-4e0b-9a95-3340cf6a0c7e
357+
md"""
358+
Or add a compact pair of checkboxes for both full width mode and presentation mode.
359+
"""
360+
348361
# ╔═╡ 96ebc3d2-fc70-4a56-8e87-dfe686c723c4
349362
ChooseDisplayMode()
350363

351-
# ╔═╡ a0e8b662-074f-47c0-9f0c-545ee847f6b9
352-
Markdown.parse("Here's a link to the [Pkg cell]($pkg_cell_link).")
364+
# ╔═╡ 17fa85c6-0e36-47d4-925e-fae0b4b61d4c
365+
protip(md"""
366+
You can also access presentation mode by clicking the Export and Start Presentation buttons at the very top of the Pluto notebook. The checkbox below triggers a toggle, so using both the Start Presentation Button and the checkbox below can cause the displayed check to be out of sync with the current display mode.
367+
""", invite="Bulit-in Presentation Mode")
353368

354369
# ╔═╡ 97967267-6dbe-4d13-b9cf-1be9038b23ab
355370
md"""
@@ -941,6 +956,7 @@ version = "17.4.0+2"
941956
# ╠═84ccb960-41f8-430d-bd73-a7c0248cfb95
942957
# ╟─d6b3f009-22e4-4b21-8986-a29e3f261c3b
943958
# ╠═657c3eea-1ef6-11ed-3e82-5daad2bc19a1
959+
# ╠═a0e8b662-074f-47c0-9f0c-545ee847f6b9
944960
# ╟─d173896e-021a-4b2c-b913-62c5a2320341
945961
# ╠═8c3f1fe2-c934-4743-b30b-07dc97aeac46
946962
# ╠═b48468f0-eeaa-4e1a-ad0b-3cfe42b6ab15
@@ -1011,9 +1027,11 @@ version = "17.4.0+2"
10111027
# ╠═f43beea9-7a7e-4ee6-8ae6-350640c426aa
10121028
# ╠═44d651d3-ce42-4061-b193-da7c31efed8e
10131029
# ╟─7859ad2b-7e87-442c-8684-f731f2512a42
1030+
# ╟─b1f41633-82fd-4e67-9d57-f66623036417
10141031
# ╠═1f417420-cc7f-4e88-9b2b-05185ff81c31
1032+
# ╠═c4d405ee-5b55-4e0b-9a95-3340cf6a0c7e
10151033
# ╠═96ebc3d2-fc70-4a56-8e87-dfe686c723c4
1016-
# ╠═a0e8b662-074f-47c0-9f0c-545ee847f6b9
1034+
# ╟─17fa85c6-0e36-47d4-925e-fae0b4b61d4c
10171035
# ╟─97967267-6dbe-4d13-b9cf-1be9038b23ab
10181036
# ╠═c83e0b4a-7376-4061-8796-ba396c9fbc7a
10191037
# ╠═26219cb8-b1a2-4a35-b50d-10d496954f34

0 commit comments

Comments
 (0)