Jonatan Kłosko
2b2ecccaec
Update dependencies ( #1321 )
2022-08-02 15:26:45 +02:00
Nick Kaltner
ab206e7516
Bump mermaid to 9.1.3 ( #1296 )
2022-08-02 11:31:41 +02:00
Kuria
3cf175c81a
Add shortcut for evaluating a cell and advancing to the next one ( #1294 )
2022-07-23 12:22:17 +02:00
Jonatan Kłosko
e82279d9af
Reinitialize JS views on reconnection ( #1270 )
2022-07-11 21:19:32 +02:00
Jonatan Kłosko
510f657542
Fix absolute URL detection when traversing markdown links ( #1255 )
2022-06-30 14:57:52 +02:00
Brooklin Myers
604c79e4ca
Highlight CSS in Markdown snippets ( #1246 )
2022-06-25 00:06:46 +02:00
Jonatan Kłosko
2e29167229
Highlight HTML in Markdown snippets ( #1244 )
2022-06-24 12:00:11 +02:00
Jonatan Kłosko
8ab4d195d9
Properly copy content with math ( #1225 )
2022-06-13 14:20:07 +02:00
Jonatan Kłosko
72bdf9b2bd
Fix context menu in the file system component ( #1205 )
2022-05-28 10:57:39 +02:00
Jonatan Kłosko
fb13c9cf22
Allow target _blank links inside iframe ( #1203 )
2022-05-27 17:32:45 +02:00
Andy Tran
f945b3272d
Add support for configuring a custom iframe URL ( #1200 )
...
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2022-05-26 02:39:55 +02:00
Tw
641ac96ae7
Fix relative link URL in Markdown output ( #1189 )
2022-05-17 03:03:18 +02:00
Jonatan Kłosko
0b35c2559b
Don't ignore pointer events when LV disconnect ( #1168 )
2022-05-04 12:50:36 +02:00
Jonatan Kłosko
567c69a884
Always expand the setup cell when focused ( #1166 )
2022-05-03 16:20:13 +02:00
Jonatan Kłosko
9a016e439d
Synchronize smart cell source before evaluation ( #1164 )
...
* Synchronize smart cell source before evaluation
* Sync JS view only if present
* Synchronize with smart cell only when started
* Update references to kino packages
* Update the Smart cells notebook
* Rename add dependnecy to add package
* Update changelog
2022-05-03 15:09:37 +02:00
Jonatan Kłosko
df87b2c7fc
Rename toggle output in zen mode to show/hide ( #1161 )
2022-05-02 15:29:42 +02:00
Jonatan Kłosko
96cb11e787
Improve zen mode transition when no cell is focused ( #1157 )
2022-05-02 13:34:17 +02:00
Jonatan Kłosko
2a1d937189
Update wording around dependencies and packages ( #1151 )
2022-04-30 17:14:10 +02:00
Jonatan Kłosko
8e063792ff
Improvements to the smart cells flow ( #1150 )
...
* Reword reinstall to restart
* Clarify Smart cell message when dependencies are installing
* Handle universal shortcuts in inside iframe inputs
* Adjust smart cell icons
* Improve wording in the dependency install prompt
* Reevaluate cells after installing smart cell dependencies
* Update lib/livebook_web/live/session_live/cell_component.ex
Co-authored-by: José Valim <jose.valim@dashbit.co>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2022-04-30 12:26:03 +02:00
Jonatan Kłosko
25e5d874be
Reinitialize cell editor on reconnection ( #1146 )
2022-04-28 13:02:20 +02:00
José Valim
3e0b3fffac
Increase the timeout for topbar ( #1125 )
...
The topbar still shows way too frequently even
when the navigation feels snap.
2022-04-16 11:05:14 +02:00
Jonatan Kłosko
99b5dba6dd
Fix Enter to enter insert mode
2022-04-14 21:37:58 +02:00
Jonatan Kłosko
2b8d732a23
Introduce code zen ( #1115 )
...
* Introduce code focus mode
* Update aria labels
* Update wording
* Show shortcut in code zen toggle
* Update shortcut
2022-04-14 21:17:19 +02:00
Jonatan Kłosko
39a294abbe
Add an option for wrapping words in Markdown editor by default ( #1107 )
2022-04-13 23:54:05 +02:00
Jonatan Kłosko
5fa9bbe01c
Fix JS view connection timeout under heavy load ( #1106 )
2022-04-13 21:59:43 +02:00
Jonatan Kłosko
aafdc12015
Mount Markdown cell editor lazily ( #1102 )
2022-04-13 12:45:29 +02:00
Jonatan Kłosko
25f09331cc
Update dependencies ( #1099 )
...
* Update Elixir deps
* Update JS deps
2022-04-11 21:01:45 +02:00
Jonatan Kłosko
8b17365bf9
Don't show output init timeout message on serialization error ( #1096 )
2022-04-09 15:48:44 +02:00
Jonatan Kłosko
05687716d4
Improve smart cell menu visibility while in insert mode ( #1091 )
2022-04-04 22:28:02 +02:00
Jonatan Kłosko
5117fd6e64
List database types when adding database connection for the first time ( #1090 )
...
* List database types when adding database connection for the first time
* Rename classes
2022-04-04 19:48:57 +02:00
Jonatan Kłosko
a3018dc522
Fix element type check on shortcut actions
2022-04-04 17:07:16 +02:00
Jonatan Kłosko
17a0893809
Clear URL hash when the user clicks outside the element ( #1089 )
2022-04-04 16:34:01 +02:00
Jonatan Kłosko
902c993098
Adjustments ( #1087 )
...
* Fix horizontal scrollbar on smaller screens
* Apply navigation shortcuts without an additional roundtrip
* Shorten the data element selector
* Fix URL in changelog
* Return reference from handle_intellisense
2022-04-04 12:19:11 +02:00
Jonatan Kłosko
75eb031719
Automate searching and adding new dependencies ( #1081 )
...
* Automate searching and adding new dependencies
* Restructure runtime management
* Leave search restrictions up to the runtime
* Support predefined dependencies in Embedded runtime dependency search
* Use the embedded runtime for dependency search test
* Fix typo
* Use module for loading embedded runtime dependencies
* Improve naming
2022-04-01 20:13:37 +02:00
Jonatan Kłosko
df765f2dd3
List predefined smart cells and automatically add their dependencies ( #1078 )
...
* List predefined smart cells and automatically add their dependencies
* Generalize dependency insertion to multiple entries
* Add runtime setup modal
* Don't evaluate setup when restarting the runtime fails
* Automatically add vega_lite for chart builder
* Improve confirmation modal actions when the action is not destructive
2022-03-30 21:55:50 +02:00
Jonatan Kłosko
5476fd001d
Introduce a setup cell ( #1075 )
...
* Introduce a setup cell
* Don't collapse setup cell when dirty
* Collapse fresh setup cell when empty
* Reword collapsed setup cell text
2022-03-28 21:36:57 +02:00
Jonatan Kłosko
471167f288
Disable font ligatures in Markdown code blocks ( #1072 )
2022-03-24 18:05:53 +01:00
Jonatan Kłosko
ac5a71bf85
Show a message when JS view data is not available ( #1067 )
...
* Multiplex initialization of JS views
* Show timeout message when JS view data fails to load
* Refactor JS view channel
* Update tests
2022-03-22 18:25:42 +01:00
Jonatan Kłosko
0145d68593
Limit standard output to last 1000 lines ( #1063 )
2022-03-19 12:22:36 +01:00
Jonatan Kłosko
e45f22c328
Update dependencies ( #1058 )
...
* Update Elixir deps
* Update JS dependencies
2022-03-17 20:30:36 +01:00
Jonatan Kłosko
7d30aab07b
Enable SQL highlighting in the editor ( #1056 )
2022-03-17 13:27:28 +01:00
Jonatan Kłosko
b3b79afed4
Refactor JS hooks ( #1055 )
...
* Restructure hook files
* Simplify app.js
* Refactor hooks
* Implement password toggle with JS commands
2022-03-16 11:33:53 +01:00
Jonatan Kłosko
e7835c73f2
Use the first cell in viewport as the default for j/k navigation ( #1054 )
2022-03-15 11:52:29 +01:00
Jonatan Kłosko
580116ea97
Keep cell hover when moving cursor to iframe ( #1051 )
2022-03-15 11:52:21 +01:00
Jonatan Kłosko
6db36ea7e6
Add support for smart cell editor ( #1050 )
...
* Add support for smart cell editor
* Log an error when smart cell fails to start
2022-03-14 22:19:56 +01:00
Jonatan Kłosko
24e59598fb
Update dependencies ( #1036 )
...
* Bump Elixir deps
* Bump JavaScript dependencies
2022-03-02 13:09:41 +01:00
Jonatan Kłosko
e27ff5a960
Rename Elixir cell to Code cell ( #1035 )
2022-03-02 12:48:02 +01:00
Jonatan Kłosko
d191b7eb9d
Set up confirmation modals ( #1033 )
...
* Set up confirmation modals
* Add temporary fix for the global hook remount
2022-03-02 00:26:40 +01:00
Jonatan Kłosko
9d7fe44253
Introduce smart cells ( #1029 )
...
* Introduce smart cells
* Apply review comments
2022-02-28 13:53:33 +01:00
Jonatan Kłosko
f699575b45
Cache mermaid graph rendering ( #1023 )
...
* Cache mermaid graph rendering
* Bump mermaid
* Update naming
2022-02-22 12:02:53 +01:00