Commit graph

1275 commits

Author SHA1 Message Date
jonatanklosko
169e10c858 Update assets 2022-08-02 09:34:54 +00:00
Po Chen
946c86fd85
Bump elixir and otp (#1295) 2022-08-02 11:33:07 +02:00
Nick Kaltner
ab206e7516
Bump mermaid to 9.1.3 (#1296) 2022-08-02 11:31:41 +02:00
Jonatan Kłosko
36ce11c211
Fix signature completion and signature types in older Erlang docs (#1318) 2022-08-02 11:29:45 +02:00
Jonatan Kłosko
fece6f49f2 Fix images on livebook.space 2022-08-02 00:57:51 +02:00
Cristine Guadelupe
e5a02ac97e
Updates kino_maplibre and its guide (#1315)
* Updates kino_maplibre and its guide

* Update lib/livebook/notebook/explore/intro_to_maplibre.livemd

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>

Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-08-01 14:23:14 -03:00
birlorg
9b801f323f
Add how to use the math expressions (#1307) 2022-07-29 22:11:04 +02:00
José Valim
09c60abd5e
Validate hostname against EPMD (#1305) 2022-07-29 10:55:13 +02:00
Wojtek Mach
1b978b43f4
Start desktop app in home directory (#1302) 2022-07-28 15:40:55 +02:00
José Valim
2ac02d9547 mix format 2022-07-25 21:50:59 +02:00
José Valim
db6e459f64 Mark Kino guides as deep dive 2022-07-25 21:41:54 +02:00
Wojtek Mach
8e0bd198de Respect :build_installer when bundling on windows 2022-07-25 14:39:40 +02:00
Wojtek Mach
429f6d1394 Start ssl and inets when bundling on windows 2022-07-25 14:39:18 +02:00
jonatanklosko
355527f7e8 Update assets 2022-07-23 10:24:14 +00:00
Kuria
3cf175c81a
Add shortcut for evaluating a cell and advancing to the next one (#1294) 2022-07-23 12:22:17 +02:00
Basile Nouvellet
9cbecb6871
Fix typo in custom_kinos.livemd (#1292) 2022-07-22 21:30:21 +02:00
Wojtek Mach
f7da416bd9 Vendor erts/include dir in the desktop app, closes #1290 2022-07-21 18:06:02 +02:00
Wojtek Mach
f84bdaa5a2
Bind to random port in the desktop app (#1285) 2022-07-20 14:02:38 +02:00
Wojtek Mach
81ff876b7a
Standardise desktop installer names (#1286) 2022-07-20 11:05:28 +02:00
Frédéric Boyer
1ee1394fa6
Fix typo in the elixir and livebook notebook (#1284) 2022-07-19 21:53:15 +02:00
Wojtek Mach
c3866d71b9 Remove unused variable 2022-07-19 15:00:46 +02:00
Wojtek Mach
0880a19683 Fix bundler path 2022-07-19 14:58:43 +02:00
Wojtek Mach
a510148325 Fix remaining occurence of app_builder 2022-07-19 14:55:33 +02:00
Wojtek Mach
4a543c4aa9 Rename remaining occurance of AppBuilder 2022-07-19 14:54:56 +02:00
Wojtek Mach
8da05a5c5a
Rename AppBuilder to AppBundler (#1283) 2022-07-19 14:48:07 +02:00
José Valim
96b39d91ed
Update README.md 2022-07-19 09:33:58 +02:00
José Valim
59dcf9e1ff mix format 2022-07-19 09:27:57 +02:00
José Valim
5c105d3d1f Use Livebook.Config.abort! in more occasions 2022-07-19 09:14:43 +02:00
José Valim
32dfd93316 Mention the desktop app in the readme 2022-07-19 09:14:43 +02:00
Wojtek Mach
906b76817d Fix finding vbc.exe path 2022-07-18 17:10:38 +02:00
Wojtek Mach
be85188088
Add VB launcher (#1280) 2022-07-18 17:00:15 +02:00
Wojtek Mach
4ec919f60b
App bundling improvements (#1279) 2022-07-18 11:51:17 +02:00
Jonatan Kłosko
5a3f5ff4b6
Release 0.6.3 (#1272) 2022-07-13 13:02:43 +02:00
Jonatan Kłosko
8ba302a9b4
Set colors in the MapLibre notebook (#1271) 2022-07-13 13:02:30 +02:00
jonatanklosko
c6711b65f5 Update assets 2022-07-11 19:21:40 +00:00
Jonatan Kłosko
e82279d9af
Reinitialize JS views on reconnection (#1270) 2022-07-11 21:19:32 +02:00
jonatanklosko
a4e645defa Update assets 2022-07-11 12:37:37 +00:00
Jonatan Kłosko
75e47aa593
Reflect input change when clicking the reevaluate button (#1269) 2022-07-11 14:35:05 +02:00
Jonatan Kłosko
1757e21bca
Fix user profile edits to not crash on the homepage (#1268) 2022-07-10 20:16:55 +02:00
Linus
14538b7aa1
Tiny improvements to explore livebooks (#1266)
* Tiny improvement in explanation of pattern matching

* remove reference to `Kino.Ecto`
2022-07-09 13:29:05 +02:00
José Valim
c6286e8630 Add RELEASE_NODE to all envs 2022-07-06 21:05:53 +02:00
Wojtek Mach
789a44a7da
Convert Mac launcher to a Cocoa app (#1263)
1. Add `:event_handler` app option. It is a process that will receive
   the app events, the `:open_app`, `{:open_url, url}`, and
   `{:open_file, path}` messages.

2. Add `AppBuilder.init/0`. This reads the `APP_BUILDER_INPUT` env
   variable which contains the app event the release was started with.

3. Use <https://github.com/wojtekmach/otp/tree/wm-WX_MACOS_NON_GUI_APP>
   branch which contains wx fix that hasn't been merged yet.
2022-07-06 19:27:06 +02:00
Cristine Guadelupe
f9156e7a9f
Updates Map Cell guide (#1261) 2022-07-03 17:09:45 -03:00
Jonatan Kłosko
1144d581fc
Release 0.6.2 (#1258) 2022-06-30 21:01:23 +02:00
José Valim
31b5e0b93a
List databases alphabetically (#1257) 2022-06-30 19:36:48 +02:00
Alexandre de Souza
b95dee2aa4
Update KinoDB bult-ins (#1256)
* Add new KinoDB built-ins

* Update kino_db built-in version
2022-06-30 12:38:43 -03:00
jonatanklosko
02494b86fd Update assets 2022-06-30 12:59:40 +00:00
Jonatan Kłosko
510f657542
Fix absolute URL detection when traversing markdown links (#1255) 2022-06-30 14:57:52 +02:00
José Valim
bf6823240b Tiny fix to maps guide 2022-06-30 07:07:26 +02:00
Cristine Guadelupe
37c2cf1daa
Make styles available for all sections (#1253) 2022-06-30 06:57:10 +02:00