livebook/lib/live_book
Jonatan Kłosko 936d0af5fb
Set up markdown rendering (#16)
* Set up markdown rendering, update theme.

* Improve focus and handle expanding for markdown cells

* Add keybindings for expanding/navigating cells

* Improve editor autofocus when navigating with shortcuts

* Add tests

* Render markdown on the client

* Don't render cell initial data and make a request instead
2021-01-30 00:33:04 +01:00
..
delta Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
evaluator Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
notebook Define session data structure and implement several operations (#6) 2021-01-13 14:39:04 +01:00
session Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
application.ex Define session data structure and implement several operations (#6) 2021-01-13 14:39:04 +01:00
delta.ex Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
evaluator.ex Define session data structure and implement several operations (#6) 2021-01-13 14:39:04 +01:00
evaluator_supervisor.ex Define session data structure and implement several operations (#6) 2021-01-13 14:39:04 +01:00
notebook.ex Set up markdown rendering (#16) 2021-01-30 00:33:04 +01:00
session.ex Implement collaborative text editing (#10) 2021-01-21 13:11:45 +01:00
session_supervisor.ex Define session data structure and implement several operations (#6) 2021-01-13 14:39:04 +01:00
utils.ex Add module for managing multiple running sessions (#3) 2021-01-08 14:14:26 +01:00