-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjellydocs.html
142 lines (135 loc) · 5.73 KB
/
jellydocs.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
LEAR
CD
ear
html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Jelly Documentation</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://d33wubrfki0l68.cloudfront.net/css/52b435dcc8eb110e39b89cf9356986d5b6408750/docs/style.css' rel='stylesheet'/>
<script src='https://d33wubrfki0l68.cloudfront.net/js/7fa624575b5313ace44e0725cb69ec4c2fe495e0/docs/script.js'></script>
</head>
<body>
<div class="MiniBar" id="MiniBar">
<a id="MenuButton" href="javascript:void(0)" class="MenuButton" onclick="handleNav()">×</a>
</div>
<div class="SideBar" id="SideBar">
<a class='SidebarItem' href='/docs/'>
<div class="HStack VerticalyCentered">
<img class="Logo" src="./assets/logo.png" width="50" height="50" />
<h1 class="LogoHeader">Jelly</h1>
</div>
</a>
<hr>
<a class='SidebarItem' href='/docs/getting_started/language_overview'>
<h1 class="SidebarItemHeader">Getting Started</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/language_guide/basics'>
<h1 class="SidebarItemHeader">Language Guide</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/shortcuts_standard/'>
<h1 class="SidebarItemHeader">Shortcuts Standard</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/actions/'>
<h1 class="SidebarItemHeader">Actions</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/apollo/'>
<h1 class="SidebarItemHeader">Apollo</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/a-shell/'>
<h1 class="SidebarItemHeader">a-Shell</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/a-shell_mini/'>
<h1 class="SidebarItemHeader">a-Shell Mini</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/carrot_weather/'>
<h1 class="SidebarItemHeader">CARROT Weather</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/data_jar/'>
<h1 class="SidebarItemHeader">Data Jar</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/drafts/'>
<h1 class="SidebarItemHeader">Drafts</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/focused_work/'>
<h1 class="SidebarItemHeader">Focused Work</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/gizmopack/'>
<h1 class="SidebarItemHeader">GizmoPack</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/jellycuts/'>
<h1 class="SidebarItemHeader">Jellycuts</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/linkbin/'>
<h1 class="SidebarItemHeader">LinkBin</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/nudget/'>
<h1 class="SidebarItemHeader">Nudget</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/progress/'>
<h1 class="SidebarItemHeader">Progress</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/recurrence/'>
<h1 class="SidebarItemHeader">Recurrence</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/rubyist/'>
<h1 class="SidebarItemHeader">Rubyist</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/scriptable/'>
<h1 class="SidebarItemHeader">Scriptable</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/the_wallpaper_app/'>
<h1 class="SidebarItemHeader">The Wallpaper App</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/toolbox_pro/'>
<h1 class="SidebarItemHeader">Toolbox Pro</h1>
</a>
<hr>
<a class='SidebarItem' href='/docs/widgetpack/'>
<h1 class="SidebarItemHeader">WidgetPack</h1>
</a>
<hr>
<div class="HStack VerticalyCentered" style="margin-top: 10px;">
<a class="SidebarItem" href="https://jellycuts.com">
<h1 class="SidebarButton" style="width: 20px;height: 20px; font-size: 14px;">🏠</h1>
</a>
<a class="SidebarItem" href="javascript:void(0)" onclick="handleNav()">
<h1 class="SidebarButton" style="width: 125px;height: 20px;">Close Sidebar</h1>
</a>
</div>
<div style="margin-bottom: 40px;">
</div>
</div>
<div class="Main" id="Main">
<h1>Documentation</h1>
<!-- <h3>⚠️ This document is still in progress. It will be evolving over the coming weeks. ⚠️</h3> -->
<p>Welcome to the Jelly Programming Language documentation. This website will guide you through your first Jelly script and provide general information on the language. It will also provide information on using the main Jelly IDE <a href='https://jellycuts.com'>Jellycuts</a>.</p>
<h2 id='the-jelly-programming-language'>The Jelly Programming Language</h2>
<p>The Jelly programming language was created to code <a href='https://apps.apple.com/us/app/shortcuts/id915249334'>Siri Shortcuts</a> in a text base language. This is why the language is currently structured around calling functions. </p>
<h3 id='the-shortcuts-library'>The Shortcuts Library</h3>
<p>The standard Jelly library is the Shortcuts Library. This library contains functions that are easily translated directly into default Shortcuts actions. Documentation for this library can be found on the <a href='/docs/shortcuts_standard/'>Shortcuts Standard Page.</a></p>
</div>
</body>
</html>