Jonatan Kłosko
c354c46d89
Update dependencies ( #606 )
...
* Update dependencies
* Update dependencies major
* Update mix deps
2021-10-19 00:37:48 +02:00
Jonatan Kłosko
acd100f3d3
Improve intellisense to handle structs and sigils ( #513 )
...
* Update Code.Fragment backport
* Support structs completion and show module subtype
* Support sigil completion
* Update changelog
* Don't show completion items for hidden modules
* Update Code.Fragment backport
2021-08-23 10:42:18 +02:00
Jonatan Kłosko
f9e67d27c0
Add a keyboard shortcut for triggering on-hover docs ( #508 )
...
* Add a keyboard shortcut for triggering on-hover docs
* Update changelog
2021-08-20 23:25:18 +02:00
Jonatan Kłosko
ee51411299
Rewrite hover details using Code.Fragment.surround_context ( #471 )
2021-07-27 12:32:53 +02:00
Jonatan Kłosko
af50646a8e
Convert JavaScript string column to Elixir ( #467 )
...
* Fix column/index wording
* Convert JavaScript string column to Elixir
2021-07-26 11:57:51 +02:00
Jonatan Kłosko
ef06e49d18
Show full documentation when hovering over an identifier ( #453 )
...
* Show full documentation when hovering over an identifier
* Remove leftover function
* Improve determining subject boundaries
2021-07-20 21:30:53 +02:00
José Valim
2dbfb562ea
Hardcode font size to 14 for consistency
2021-07-02 16:52:38 +02:00
Jonatan Kłosko
b92afcef8e
Highlight matching brackets only in insert mode ( #421 )
2021-07-01 15:58:18 +02:00
Jonatan Kłosko
86316e9460
Add code formatting integration to Elixir cells ( #416 )
2021-07-01 11:50:04 +02:00
Jonatan Kłosko
b0bd7540c0
Compute cell source digest on the client ( #341 )
2021-06-10 14:54:55 +02:00
Jonatan Kłosko
cd80bd7804
Implement user cursor and selection tracking ( #260 )
...
* Implement user cursor and selection tracking
* Separate jump-to-user and follow
2021-05-07 16:41:37 +02:00
Jonatan Kłosko
dc605aa209
Specify editor fallback font
2021-05-04 15:48:26 +02:00
Jonatan Kłosko
c498cfb211
Explicitly dispose Monaco editor instance when cell is deleted ( #232 )
2021-04-21 17:38:48 +02:00
Jonatan Kłosko
700987dc02
Add editor completion to Elixir cells ( #208 )
...
* Implement editor completion for Elixir cells
* Add completion tests
* Refactor completion
* Only extract Markdown docs for now
* Fix Elixir version-dependent test
* Fix docs matching
* Use upcoming Code.cursor_context/2
* Start temporary completion processes under a supervisor
* Show Erlang docs in completion items
* Update to latest Code.cursor_context
* Refactor completion
* Fix module completion when alias expands to Erlang module
* Remove tests-generated notebook
* Show variables and map fields differently
* Adjust signatures formatting
2021-04-20 19:34:17 +02:00
José Valim
6cbf4d1fb0
Set alwaysConsumeMouseWheel to false instead of disabling it
2021-04-12 13:04:54 +02:00
Jonatan Kłosko
d93b5d8450
Set up image uploads for Markdown content ( #132 )
...
* Add cell image upload modal
* Add controller for serving the images and handle this on markdown side
* Use per-session images dir
* Add etag header to session image responses
* Adjust markdown image styling
* Properly manage session images dir
* Add tests
* Set maximum file size for image uploads
* Move images dir specifics to the Session module
* Move images when nonpersistent session becomes persistent
* Update lib/livebook_web/live/session_live.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Update lib/livebook_web/live/session_live.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Update lib/livebook_web/live/session_live/cell_upload_component.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Test that close gets rid of session temporary dir
Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-04-04 18:55:51 +02:00
Jonatan Kłosko
af79a0fd2f
Improve tab navigation ( #109 )
...
* Ignore editor for tab movement
* Improve tab behaviour within notebook
* Highlight focused regular buttons
* Show tooltips on focused elements
2021-03-23 14:10:34 +01:00
Jonatan Kłosko
7fa2b44666
Highlight viewed section within the list ( #76 )
...
* Add fallback primary fonts
* Highlight viewed section in the navbar
* Fix moving cells with empty sections
* Reword attribute
2021-03-12 16:40:37 +01:00
Jonatan Kłosko
a2d1e2f934
Initial redesign ( #75 )
...
* Add Remix icons
* Replace existing icons with Remix icons
* Update fonts
* Redesign homepage
* Redesign shortcuts modal
* Fix tests
2021-03-12 11:57:01 +01:00
Jonatan Kłosko
228c279cea
Keep editor focus when cell actions are executed ( #65 )
2021-03-01 18:48:19 +01:00
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