Jonatan Kłosko
015b44fb72
Add support for Python cells ( #2936 )
...
Co-authored-by: José Valim <jose.valim@dashbit.co>
2025-02-18 14:28:29 +01:00
Jonatan Kłosko
9b542baf71
Fix editor rendering on socket reconnection ( #2765 )
2024-08-29 18:03:43 +02: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
193f2193ad
Use default prettier config for trailing commas
2024-02-03 00:58:44 +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
3bbf43c708
Refactor hook props parsing ( #2369 )
2023-11-23 16:18:06 +01:00
Jonatan Kłosko
165eff6734
Fix smart cell editor when no language is specified
2023-07-22 00:23:14 +02:00
Jonatan Kłosko
04efa5932f
Restore code markers and doctest indicators on refresh ( #1949 )
2023-05-31 15:52:08 +02:00
Jonatan Kłosko
25e5d874be
Reinitialize cell editor on reconnection ( #1146 )
2022-04-28 13:02:20 +02:00
Jonatan Kłosko
aafdc12015
Mount Markdown cell editor lazily ( #1102 )
2022-04-13 12:45:29 +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
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