Jonatan Kłosko
c2636b8220
Migrate inputs to Kino ( #714 )
...
* Migrate inputs to Kino
* Update lib/livebook/session/data.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
* Try parsing numbers as integers
* Garbage collect input values
* Adjust tests
* Remove unused variable
* Fix frame rendering
* Wrap inputs in border depending on its type
* Add textarea
* Reorder
* Update tests
Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-11-25 18:43:42 +01:00
Jonatan Kłosko
bfe2036d34
Fix headline blur on click and improve editor focus
2021-11-18 17:34:04 +01:00
Jonatan Kłosko
f64dd0ea90
Restructure j/k navigation to support headlines ( #707 )
...
* Accessibility fixes
* Restructure j/k navigation to support headlines
* Focus modal content when open
* Further focus adjustments
* Fix tests
* Remove unused functions
2021-11-16 21:57:10 +01:00
Jonatan Kłosko
c473a8c469
Add an option to amplify cell outputs ( #689 )
...
* Add an option to amplify cell outputs
* Reorder actions
2021-11-09 10:45:05 +01:00
Jonatan Kłosko
19f92c9e72
Don't sanitize KaTeX rendered SVGs ( #684 )
2021-11-06 21:25:07 +01:00
Owen Bickford
b6793d6630
Type1fool-smooth-scrolling ( #638 )
...
* add scroll behavior to html, body, & notebook elems
* don't append base url or set target on intra-page links
* add back-to-top link, class autosorting/formatting
* add convert global style to `.scroll-smooth` util
* add `isPageAnchor` function
* remove `go-to-top` link
* use `isAbsoluteUrl` and add a semicolon ;)
2021-10-24 19:38:57 +02:00
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
fedbf4f53b
Update matching brackets style ( #595 )
2021-10-13 14:56:33 +02:00
Jonatan Kłosko
b1807b1192
Don't sanitize class on icon tags in markdown ( #522 )
2021-08-28 18:56:56 +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
9822735bcf
Update GitHub org references from elixir-nx to livebook-dev
2021-08-18 15:55:07 +02:00
Jonatan Kłosko
e0febac309
Switch client side markdown processing to remark ( #495 )
2021-08-14 10:44:46 +02:00
Jonatan Kłosko
ee51411299
Rewrite hover details using Code.Fragment.surround_context ( #471 )
2021-07-27 12:32:53 +02:00
Huynh Tan
e7a8a0775f
Implement checkbox input ( #461 )
...
* Implement checkbox input
* Adjustments
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-07-26 19:59:52 +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
7c89fecd8f
Improve highlighting of code blocks in Markdown
2021-07-22 16:20:17 +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
Jonatan Kłosko
28922b3deb
Update deps ( #443 )
...
* Update Elixir deps
* Update JS deps
* Increase assertion timeouts
* Run formatter
2021-07-09 14:13:44 +02:00
Jonatan Kłosko
bd8e06b5ce
Implement relative navigation between notebooks ( #441 )
...
* Use live redirect for local links in rendered markdown
* Resolve relative notebook URLs
* Bump LV
* Adds tests
* Handle nested relative path
* Handle child nested paths
2021-07-08 19:35:11 +02:00
Jonatan Kłosko
6d9fb90953
Merge undo stack for collaborative editing ( #433 )
2021-07-05 14:44:00 +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
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
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
3df6508b56
Disable autoscroll when focusing in insert mode ( #355 )
2021-06-16 16:16:26 +02:00
Jonatan Kłosko
4657ad17c3
Update Monaco and use the built-in Elixir definition ( #345 )
2021-06-14 15:57:13 +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
8dea99e600
Support inputs ( #328 )
...
* Render basic input
* Make each cell type a separate struct
* Add operation to set input value
* Prototype communication
* Make input name editable
* Refactoring
* Unify cell attribute setters
* IO tests
* Document input communication protocol in Runtime
* Add more tests
* Add persistence
* Fix status update on cell attributes change
* Rework persistence
* Integrate input cell with insert mode
* Add missing users keybinding
* Mimic autofocus for dynamically inserted elements
* Support input type selection
* Support URL input and set up validation
* Convert input error into a more meaningful io error
* Add missing client checks
* Consume every input only once per evaluation
* Fixes
2021-06-08 12:33:50 +02:00
Jonatan Kłosko
7b89e1ec83
Improve markdown links ( #315 )
...
* Make sure link/button clicks don't trigger cell focus
* Open external links in new browser tab
2021-06-03 16:31:41 +02:00
Jonatan Kłosko
2e0195f658
Make sure math equations are rendered sequentially ( #294 )
2021-05-25 14:36: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
e1bab06168
Fix issue with font-family detection ( #157 )
2021-04-12 18:31:10 +02:00
José Valim
6cbf4d1fb0
Set alwaysConsumeMouseWheel to false instead of disabling it
2021-04-12 13:04:54 +02:00
Jonatan Kłosko
90fb77b878
Disable do/end autocomplete in case it would move the cursor unexpectedly
2021-04-09 16:25:27 +02:00
Jonatan Kłosko
d68c271aae
Add support for math formulas ( #151 )
...
* Add support for LaTeX equations
* Mention math support in the introductory notebook
2021-04-08 15:31:46 +02:00
Jonatan Kłosko
121eec784d
Properly highlight piping into control flow structures
2021-04-08 12:11:03 +02:00
Jonatan Kłosko
70be004ee0
Make autoscroll behaviour more intuitive ( #143 )
...
* Fix editor shift
* Make autoscrolling more intuitive
2021-04-05 15:06:14 +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
fdadefae32
Fix module attributes tokenization
2021-03-29 18:40:23 +02:00
Jonatan Kłosko
0983a9df77
Add confirmation for session deletion ( #117 )
...
* Update sections panel
* Add deletion confirm and unify buttons
* Align notebook title
* Fix whitespace shrinking in the editor
* Update session deletion route
2021-03-25 17:39:18 +01: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
e2cd992b78
Add missing monaco import
2021-03-21 16:48:47 +01:00
Jonatan Kłosko
90e7941fe4
Redesign ( #80 )
...
* Update cell actions
* Add new focus indicator
* Update headings typography
* Update cell actions and insert buttons
* Add sidebar menu
* Add settings modal
* Update homepage
* Update settings dialog
* Rename classes
* Add floating menu
* Update icon colors on hover
* Fix homepage tests
* Format assets source
* Update monaco editor
* Fix editor width on resize
* Add more padding to the notebook content
* Update settings dialog title
* Show reevaluate button when the cell is in evaluated state
* Show section actions on focus or hover only
* Pre-fill runtime selector with the current configuration
* Ignore cmd + enter in Markdown cells
2021-03-20 14:10:15 +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