José Valim
2dbfb562ea
Hardcode font size to 14 for consistency
2021-07-02 16:52:38 +02:00
jonatanklosko
b732fa3179
Update assets
2021-07-02 12:35:34 +00:00
Jonatan Kłosko
8ed30f7984
Add UI for directory creation ( #424 )
2021-07-02 14:34:00 +02:00
jonatanklosko
beb00af367
Update assets
2021-07-01 15:07:51 +00:00
Jonatan Kłosko
5637d09c09
Fix Enter behaviour on buttons
2021-07-01 17:06:06 +02:00
Jonatan Kłosko
48b4938408
Release 0.2.2
2021-07-01 16:46:09 +02:00
jonatanklosko
1cd1b86d35
Update assets
2021-07-01 14:39:41 +00:00
Jonatan Kłosko
c0d9f8253a
Support Enter to enter insert mode ( #422 )
2021-07-01 16:38:08 +02:00
jonatanklosko
80f6e987cf
Update assets
2021-07-01 13:59:55 +00:00
Jonatan Kłosko
b92afcef8e
Highlight matching brackets only in insert mode ( #421 )
2021-07-01 15:58:18 +02:00
jonatanklosko
931520d27d
Update assets
2021-07-01 13:04:32 +00:00
Jonatan Kłosko
2100451df7
Document editor shortcuts and add basic view ( #419 )
...
* Document more editor shortcuts
* Add basic shortcuts view
* Improve sizing
* More shortcuts
* Fix replace-all editor shortcut
* Show tab in basic view, hide find shortcut
2021-07-01 15:02:56 +02:00
jonatanklosko
e23ebae669
Update assets
2021-07-01 11:25:02 +00:00
Jonatan Kłosko
20ff5c95b8
Suggest restarting runtime on Mix.install error and add restart shortcut ( #418 )
...
* Suggest restarting runtime on Mix.install error and add restart shortcut
* Apply review comments
2021-07-01 13:23:07 +02:00
Wojtek Mach
6515629156
livebook server: Add --open flag ( #417 )
...
* livebook server: Add --open flag
* Update lib/livebook_cli/server.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Add LivebookWeb.Endpoint.access_url/0
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-07-01 12:17:49 +02:00
jonatanklosko
a756938d24
Update assets
2021-07-01 09:51:47 +00:00
Jonatan Kłosko
86316e9460
Add code formatting integration to Elixir cells ( #416 )
2021-07-01 11:50:04 +02:00
jonatanklosko
834b88905c
Update assets
2021-06-30 20:09:41 +00:00
Jonatan Kłosko
cb151fdaa2
Improve Bin sizing
2021-06-30 22:07:57 +02:00
josevalim
bce12c16a9
Update assets
2021-06-30 18:22:30 +00:00
José Valim
42a3ac2675
Add scrollbar and spacing on Bin
2021-06-30 20:20:08 +02:00
josevalim
9a8717383a
Update assets
2021-06-30 18:08:18 +00:00
José Valim
8dc142f6d5
Fix placement and remove double scroll bars
2021-06-30 20:06:33 +02:00
jonatanklosko
419a1f1940
Update assets
2021-06-30 15:50:19 +00:00
Jonatan Kłosko
2ff327e742
Implement cells bin ( #414 )
...
* Implement cells bin
* Temporarily keep cells source
* Send complete bin entries from session to clients when a cell gets removed
* Polish styles
* Hydrate bin entries on section deletion as well
2021-06-30 17:48:27 +02:00
jonatanklosko
35366aa18e
Update assets
2021-06-28 21:48:47 +00:00
Jonatan Kłosko
44dc3d9041
Improve section management ( #411 )
...
* Allow inserting section anywhere in the notebook
* Improve section deletion
* Polishing
* Remove section insertion shortcuts
2021-06-28 23:46:50 +02:00
jonatanklosko
a30fb7177c
Update assets
2021-06-28 18:07:42 +00:00
mcintyre94
4241866b5d
Add support for a color input type ( #410 )
...
This renders as input type=color, and stores a 6 digit hex color with leading hash
2021-06-28 20:05:56 +02:00
José Valim
ea7bba11cd
Copy edits to distributed .livemd
2021-06-27 17:55:03 +02:00
mcintyre94
c1d462620b
Remove the cmd + space autocomplete instructions from example livebook ( #407 )
...
Macs use ctrl + space and don't special case this shortcut
2021-06-26 20:50:58 +02:00
Jonatan Kłosko
a49111afe0
Update Kino introductory notebook with Markdown output ( #406 )
2021-06-26 18:32:03 +02:00
jonatanklosko
ea413dd5b9
Update assets
2021-06-26 16:07:32 +00:00
Jonatan Kłosko
8e5b387f04
Update VegaLite layout when the data changes ( #405 )
2021-06-26 18:05:52 +02:00
jonatanklosko
6b438d8b6d
Update assets
2021-06-26 15:04:17 +00:00
Jonatan Kłosko
69803806b5
Update default alignment in Markdown table header
2021-06-26 17:02:16 +02:00
jonatanklosko
92376d0aed
Update assets
2021-06-26 14:49:29 +00:00
Jonatan Kłosko
73a79cbdae
Add support for markdown output ( #404 )
...
* Add support for markdown output
* Make cell indicator absolute
* Update output typespec
* Move rendering to the client
* Polishing
2021-06-26 16:47:52 +02:00
Jonatan Kłosko
c674a0ec5d
Normalize textarea newlines ( #402 )
...
* Normalize textarea newlines
* Add test
2021-06-26 00:53:12 +02:00
Jonatan Kłosko
579fe821ef
Implement :get_until in IOProxy ( #401 )
...
* Implement :get_until in IOProxy
* Port get_until tests from StringIO
2021-06-25 14:15:11 +02:00
Jean Carlos
fb8c6e695d
Added Textarea Input ( #382 )
...
* Add password input
* Save empty string for password in .livemd file
* Update lib/livebook_web/live/session_live/cell_component.ex
* Changed radio button it to select
* Changed radio button it to select
* Moved select it to the top
* Keep the elements in the select ordered
* Update lib/livebook_web/helpers.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Update lib/livebook_web/live/session_live/input_cell_settings_component.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Update lib/livebook_web/live/session_live/input_cell_settings_component.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Add textarea input
* Add textarea input
* Added operation in the io_proxy to IO.getn
* Update lib/livebook/evaluator/io_proxy.ex
Co-authored-by: José Valim <jose.valim@gmail.com>
* Update lib/livebook_web/live/session_live/cell_component.ex
Co-authored-by: José Valim <jose.valim@gmail.com>
* Update lib/livebook_web/live/session_live/cell_component.ex
Co-authored-by: José Valim <jose.valim@gmail.com>
* Support for utf8 characters in getn function
* Support for utf8 characters in getn function
* Perform test with special characters
* Accepting latin1 and unicode values
* Update lib/livebook/evaluator/io_proxy.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
* Added split_at function for better performance
* Update lib/livebook/evaluator/io_proxy.ex
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@gmail.com>
2021-06-25 10:24:20 +02:00
Jonatan Kłosko
6062b9b5b4
Clarify comments on notebook sections
2021-06-25 00:33:04 +02:00
Marcin Kulik
ef8667727d
Fix wording in the intro livebook ( #398 )
2021-06-24 22:14:52 +02:00
Jonatan Kłosko
0061facd64
Support configuring Attached as the default runtime ( #397 )
...
* Support configuring Attached as the default runtime
* Wrap env options section in the README
2021-06-24 18:03:00 +02:00
Jonatan Kłosko
2cded9f27d
Add notes about running latest Livebook with Escript and Docker ( #395 )
2021-06-24 18:02:24 +02:00
jonatanklosko
0e6443a21b
Update assets
2021-06-24 14:46:43 +00:00
Kevin
ea83e294c0
Update z-index of menu ( #396 )
2021-06-24 16:45:19 +02:00
Jonatan Kłosko
04e702d77c
Release 0.2.1
2021-06-24 13:03:48 +02:00
Jonatan Kłosko
72d78606d9
Update Kino references to match the latest version ( #394 )
2021-06-24 13:01:22 +02:00
jonatanklosko
6277008b09
Update assets
2021-06-24 10:18:55 +00:00