Commit graph

512 commits

Author SHA1 Message Date
Jonatan Kłosko
cbcd638621 Add support for Shell script highlighting in Markdown cells 2024-12-05 13:24:25 +08:00
Jonatan Kłosko
09c9b6531a Update dependencies 2024-11-21 18:55:43 +08:00
Jonatan Kłosko
21e01fadb6
Simplify static assets handling (#2866) 2024-11-21 11:46:33 +01:00
Jonatan Kłosko
3b0f9cecd7
Redesign cell indicators to include language (#2862) 2024-11-19 15:29:44 +01:00
Jonatan Kłosko
75a49a13ee Remove unused CSS 2024-11-19 16:01:06 +08:00
Jonatan Kłosko
4e0c5ce65d Update dependencies 2024-10-15 16:32:45 +08:00
Jonatan Kłosko
81fa4a50ea
Update dependencies (#2811) 2024-10-02 18:59:34 +02:00
Jonatan Kłosko
88da9254c5 Update @lezer/common, fixes highlighting of certain function calls 2024-10-02 22:30:54 +07:00
DeedleFake
ca8c4157f2
Add setting to disable autoclosing brackets in the editor (#2805) 2024-10-01 16:09:17 +02:00
Alexandre de Souza
aed88325c2
Implements the go back and forward keyboard shortcuts (#2789) 2024-09-25 13:38:47 -03:00
Andrés Alejos
e211ef6027
Add python language support in codemirror (#2772)
Co-authored-by: Andres Alejos <andres.c.alejos.mil@army.mil>
2024-09-05 18:25:24 +02:00
Jonatan Kłosko
da59acd142 Refactor scrolling 2024-09-05 22:22:14 +07:00
Jonatan Kłosko
7430843c9b Improve go-to-definition scroll to position the cursor near the viewport top 2024-09-05 22:13:10 +07:00
Jonatan Kłosko
9b542baf71
Fix editor rendering on socket reconnection (#2765) 2024-08-29 18:03:43 +02:00
Jonatan Kłosko
59a01cbc70 Change secrets panel shortcut to ss 2024-08-25 22:32:43 +09:00
Jonatan Kłosko
66d3ac6d27 Rename sections list references to outline 2024-08-25 22:27:50 +09:00
Jonatan Kłosko
d5ead7f4f3 Improve editor search panel styles 2024-08-24 21:36:13 +09:00
Alexandre de Souza
ad0db1832b
List module definitions in the sections side panel (#2760) 2024-08-23 18:28:33 -03:00
Jonatan Kłosko
05c9c17b8c
Respect default elements outline on tab-navigation (#2749) 2024-08-17 05:17:26 +02:00
Jonatan Kłosko
403be80603
Highlight range when showing hover details (#2747) 2024-08-16 16:07:44 +02:00
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
Jonatan Kłosko
c5ba8f8f81
Introduce Fly.io runtime (#2708) 2024-07-15 06:19:04 +02: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
José Valim
3f229269b7 Update assets lock 2024-06-25 19:52:16 +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
Jonatan Kłosko
68fa363d2d
List connected distribution nodes in the runtime panel (#2636) 2024-06-06 18:08:59 +02:00
Jonatan Kłosko
01f59a3cd0 Update deps 2024-06-05 19:40:31 +07:00
Jonatan Kłosko
d89e92185a Do not duplicate <br> tags inside Mermaid graphs 2024-06-04 15:48:41 +07: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
602d852b31
Update to Phoenix LV 1.0 (#2607) 2024-05-16 18:17:45 +02:00
Jonatan Kłosko
63668c49fb
Add end-to-end app deployment flow with Livebook Teams (#2602) 2024-05-14 13:20:14 +02:00
Jonatan Kłosko
f0cd47d447
Update dependencies (#2596) 2024-05-10 16:42:11 +02:00
Jonatan Kłosko
ec0a53f765
Fix file drag-and-drop on Safari (#2582) 2024-04-25 16:11:59 +02:00
Milad
fa4addcb50
Fix invalid cookie naming - cookie names can't contain : (#2539)
Closes #2537

RFCs:
* http://tools.ietf.org/html/rfc6265#section-4.1.1
* http://tools.ietf.org/html/rfc2616#section-2.2
2024-04-02 15:25:08 +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
b5c3c7344b Update lezer-elixir 2024-02-28 17:41:52 +07: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