Commit graph

146 commits

Author SHA1 Message Date
Jonatan Kłosko
9ee4f08524
Make the go-to-definition link a client concern (#2746) 2024-08-16 13:31:05 +02:00
Alexandre de Souza
87a49b1bdb
Implements the Go to Definition keyboard shortcut (#2741)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2024-08-16 10:08:51 +02:00
Alexandre de Souza
6e36725304
Provide go to definition of modules and functions defined in the notebook (#2730)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-08-07 15:09:51 -03:00
Jonatan Kłosko
3a2730f3b6 Fix spacing in editor search panel 2024-08-06 21:55:29 +09:00
Ed Lepedus
d4201c6c15
Add configuration to serve public routes from a different base url path (#2704)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-07-17 15:32:42 +02:00
Jonatan Kłosko
8105627bf3 Fix horizontal editor scrollbar to not overlap content in Firefox 2024-07-17 17:47:17 +07:00
Hugo Baraúna
de79bc69af
Change the scroll behavior from when clicking a notebook sections (#2705) 2024-07-12 10:21:30 +02:00
Ed Lepedus
834f5a194c
Respect LIVEBOOK_BASE_URL_PATH when checking /public assets availability (#2700)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-07-04 10:18:06 +02:00
José Valim
de22485641
Instructions for k8s agent (#2697) 2024-07-02 11:24:30 +02:00
Jonatan Kłosko
3eefd093de
Fix cursor position when focusing cells with mouse click (#2692) 2024-06-28 14:42:50 +02:00
Ed Lepedus
d5dee2a1ba
Add support for inserting blank line with Alt+Enter (#2652)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2024-06-24 14:14:24 +02:00
Jonatan Kłosko
ade4b730b5
Use dark theme for mermaid graphs in on-hover docs (#2667) 2024-06-21 15:09:44 +02:00
Juergen Braungardt
7a31e892de
Add setting to render ligatures in codemirror cell editor (#2609) 2024-05-17 11:14:47 +02:00
Jonatan Kłosko
ec0a53f765
Fix file drag-and-drop on Safari (#2582) 2024-04-25 16:11:59 +02:00
Jonatan Kłosko
edb3d1d4ad
Reposition iframes when JS view visibility changes (#2536) 2024-04-02 11:43:02 +02:00
Erik Mejer Hansen
269df7b8ab
Allow Web Bluetooth and Web Serial within iframes (#2514) 2024-03-19 06:34:53 +01:00
Jonatan Kłosko
a9203ed62e
Highlight active line (#2501) 2024-03-05 14:08:01 +01:00
Jonatan Kłosko
26d73af7e5
Reduce hint size for in intellisense signature requests (#2489) 2024-02-16 21:17:49 +01:00
Jonatan Kłosko
22edc9127a
Send expanded completion hint for maps and bitstrings (#2488) 2024-02-16 20:32:01 +01:00
Jonatan Kłosko
e6738a7d8f Fix editor source preview to not overflow the notebook 2024-02-14 15:50:52 +07:00
Jonatan Kłosko
d1e8f68525 Ensure the highlighter CSS is loaded when highlighting snippets 2024-02-08 02:48:29 +07:00
Jonatan Kłosko
df8c074714 Allow selecting text within editor tooltips 2024-02-07 00:41:31 +08:00
Jonatan Kłosko
ba90b0b356 Update diagnostics style 2024-02-03 01:45:26 +08:00
Jonatan Kłosko
193f2193ad Use default prettier config for trailing commas 2024-02-03 00:58:44 +08:00
Jonatan Kłosko
fb604dee2f
Simplify autocompletion info into a single markdown field (#2470) 2024-02-02 17:55:15 +01:00
Jonatan Kłosko
1b1f352f29
Add tests for client-side collaboration logic (#2469) 2024-02-02 10:39:04 +01:00
Jonatan Kłosko
62973d17aa Fix highlighting when source includes HTML tags 2024-02-01 23:24:07 +08:00
Jonatan Kłosko
e98cf466fa
Add support for updating smart cell editor source and intellisense node (#2465) 2024-01-31 12:44:20 +01:00
Jonatan Kłosko
2bbd0d0a75 Fix editor initialization when no language is specified 2024-01-31 16:40:46 +08:00
Jonatan Kłosko
e470d687a9 Fix SQL highlighting 2024-01-31 14:03:12 +08:00
Jonatan Kłosko
7c01177a47 Improve list styling in hover docs 2024-01-27 00:16:23 +08:00
Jonatan Kłosko
d0cd3a48ce Don't show Vim cursor outline in unfocused cells 2024-01-26 21:50:31 +08:00
Jonatan Kłosko
9c9fe2badd Fix Highlight hook 2024-01-25 17:38:36 +08:00
Jonatan Kłosko
55dfb12827 Handle completion items without detail 2024-01-25 17:05:46 +08:00
Jonatan Kłosko
030441a5d3 Fix diagnostics line position 2024-01-25 15:58:50 +08:00
Jonatan Kłosko
e038ff790b
Expand lazy creation of editor and JS Views to the proximity of the viewport (#2445) 2024-01-25 08:41:09 +01:00
Jonatan Kłosko
0cd2f69ce8
Migrate the code editor to CodeMirror (#2444) 2024-01-24 16:01:47 +01:00
Jonatan Kłosko
b7fabe17b8 Expose Vim editor extension object for user scripting 2023-12-11 15:57:20 +07:00
Jonatan Kłosko
ad562b8e65 Expose window.monaco back 2023-12-07 13:05:31 +07:00
Jonatan Kłosko
02c8902272 Fix markdown cell props 2023-11-23 23:04:28 +07:00
Jonatan Kłosko
3bbf43c708
Refactor hook props parsing (#2369) 2023-11-23 16:18:06 +01:00
Jonatan Kłosko
4468ef6d58
Update deps (#2253) 2023-10-05 18:34:01 +02:00
Jonatan Kłosko
64a150eef2
Stream audio/image input values into and out of the server (#2249)
Co-authored-by: José Valim <jose.valim@dashbit.co>
2023-10-05 15:27:34 +02:00
Cristine Guadelupe
4a14118b96
Smart cell editor - intellisense node (#2232)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-09-28 16:02:04 +07:00
Cristine Guadelupe
1c92311f8d
Add setSmartCellEditorIntellisenseNode to iframe (#2230) 2023-09-26 21:54:03 +07:00
Kenichi Nakamura
c04f43d936
Fix editor escape in Vim visual mode (#2178)
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2023-08-23 20:34:02 +02:00
Jonatan Kłosko
a11b1dfe7b
Add support for chunked text and markdown outputs (#2174) 2023-08-22 13:21:22 +02:00
Kenichi Nakamura
9f96bd2f1a
vim/emacs modes with settings (#2173) 2023-08-22 09:08:54 +02:00
Jannik Becher
e90c924082
Allow form submissions in iframe (#2168) 2023-08-18 16:33:59 +02:00
Jannik Becher
60d9beda5a
Send link navigation event inside iframe to parent (#2160) 2023-08-13 13:40:48 +02:00