Jonatan Kłosko
7dd80489a3
Preserve subsequent Markdown cells in .livemd ( #469 )
...
* Add import/export tests
* Implement live markdown annotation for breaking Markdown cells
2021-07-26 13:35:37 +02:00
jonatanklosko
049cf3b5a0
Update assets
2021-07-26 10:00:08 +00: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
f9ec058e43
Fix completion crash on higher unicode characters ( #466 )
...
* Fix completion crash on higher unicode characters
* Safely rescue from intellisense errors
2021-07-26 11:34:22 +02:00
Jonatan Kłosko
943d8b6059
Make sure to reflect the dirty status when cell content changes ( #465 )
2021-07-26 11:33:44 +02:00
José Valim
ed8fac44ef
Meantion install caches and consolidates protocols
...
Closes #462 .
2021-07-24 17:51:20 +02:00
Carlos
d20d4f6bf1
Fix url repo in developmento topic ( #460 )
2021-07-23 22:48:24 +02:00
Jonatan Kłosko
756420f5fa
Fix attached runtime configuration string ambiguity with IPv6 ( #459 )
...
* Fix attached runtime configuration string ambiguity with IPv6
* Preserve the NODE:COOKIE order
2021-07-23 10:19:30 +02:00
Jonatan Kłosko
6575791bed
Add notebook source preview and export ( #457 )
...
* Add notebook source preview and export
* Build live markdown source outside the session process
2021-07-23 01:18:40 +02:00
jonatanklosko
5b5a70d928
Update assets
2021-07-22 14:22:24 +00:00
Jonatan Kłosko
7c89fecd8f
Improve highlighting of code blocks in Markdown
2021-07-22 16:20:17 +02:00
Jonatan Kłosko
d7ba8af975
Fix completion crash on binding entries from different context
2021-07-22 10:48:58 +02:00
Jonatan Kłosko
9bbbd4568f
Completion adjustments ( #456 )
...
* Fix function arity completion
* Add support for operator completion in Elixir 1.13
2021-07-21 21:09:28 +02:00
Jonatan Kłosko
31991a12f3
Make output ids unique across evaluations ( #454 )
2021-07-21 15:45:00 +02:00
jonatanklosko
ecd78041d9
Update assets
2021-07-20 19:32:31 +00: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
6276aafa72
Compute cells validity based on snapshots ( #452 )
2021-07-18 19:05:02 +02:00
jonatanklosko
7f06d24f61
Update assets
2021-07-18 17:03:05 +00:00
Jean Carlos
ad999cf9c0
Added input select ( #448 )
...
* Added range input (Slider)
* Added range input (Slider)
* Custom css to range input
* Formatting correction
* Defined min and max values of input range
* Revert "Defined min and max values of input range"
This reverts commit 815167ab0f
.
* Added input select
* working with a options like list
* Formatting correction
* swapped li for inputs in input settings
* Removed unused attribute
* Final adjustments
Co-authored-by: Jonatan Kłosko <jonatanklosko@gmail.com>
2021-07-18 19:01:44 +02:00
Jonatan Kłosko
aa95d81729
Fix completion crash on module attribute call ( #451 )
2021-07-16 23:39:51 +02:00
jonatanklosko
badbd847dd
Update assets
2021-07-15 16:21:05 +00:00
Jonatan Kłosko
d55c4a1ccc
Introduce branching sections ( #449 )
...
* Introduce branching sections
* parent_index -> branch_parent_index
* Flip the branch icon
* Don't mark branching sections as aborted if the main flow crashes
* Outline more details about branching sections in the Elixir and Livebook notebook
* Add branch indicator to the sections sidebar
2021-07-15 18:19:36 +02:00
José Valim
a386f61d1d
Create README.md
2021-07-15 11:23:22 +02:00
José Valim
e7cacd7d8c
Update README.md
2021-07-15 11:19:59 +02:00
Basile Nouvellet
64037e0cf4
Fix typo in README ( #446 )
2021-07-12 17:05:28 +02:00
Jonatan Kłosko
ee740d4194
Resolve links for imported notebooks ( #445 )
...
* Resolve links for imported notebooks
* Clarify error messages
2021-07-10 21:49:50 +02:00
jonatanklosko
489a7a0df6
Update assets
2021-07-09 12:15:17 +00: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
jonatanklosko
1ed84b8b11
Update assets
2021-07-09 10:38:44 +00:00
Jonatan Kłosko
b636f03172
Fix webpack warning showing up during build
2021-07-09 12:36:45 +02:00
jonatanklosko
ccc95e6f1e
Update assets
2021-07-08 17:36:44 +00: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
jonatanklosko
44ae4ecf94
Update assets
2021-07-08 09:36:52 +00:00
Jonatan Kłosko
7203813f8d
Add support for input properties ( #440 )
2021-07-08 11:35:09 +02:00
Jonatan Kłosko
73845e4f6a
Handle backticks in Elixir code when persisting Livemarkdown ( #438 )
...
* Handle backticks in Elixir code when persisting Livemarkdown
* Apply suggestions from code review
Co-authored-by: José Valim <jose.valim@dashbit.co>
Co-authored-by: José Valim <jose.valim@dashbit.co>
2021-07-07 15:10:36 +02:00
Jonatan Kłosko
6ec263ce7c
Remove unnecessary url assign on form components
2021-07-07 14:40:26 +02:00
jonatanklosko
07c35418ae
Update assets
2021-07-07 12:35:15 +00:00
Jonatan Kłosko
c1654345b7
Migrate to latest LV ( #437 )
...
* Update phoenix deps
* Update reference to LiveDashboard encode_pid
* Fix form input id references
* Move to HEEx
* Update back to filesystem LV npm package
* Further HEEx rewrites
* Refactor icons into function components
* .html.leex -> .html.heex
* Further refactoring
* Move render helpers into function components
* Add doctype back
* Further refactoring
* Refactor cell component
* Further refactoring
* Compose sidebar using function components
* Rewrite notebook card component as function component
* Fruther refactoring
* Fix race condition in runtime tests
* Rewrite tooltips into function component
* Update Tailwind purge rules
* Revert "Rewrite tooltips into function component"
This reverts commit bd6ca8f0b5
.
* Refactor conditional tooltip
2021-07-07 14:32:49 +02:00
jonatanklosko
934973593f
Update assets
2021-07-06 09:24:04 +00:00
Jean Carlos
db22a7cccb
Added range input (Slider) ( #435 )
...
* Added range input (Slider)
* Added range input (Slider)
* Custom css to range input
* Formatting correction
2021-07-06 11:22:04 +02:00
jonatanklosko
d90f3d6118
Update assets
2021-07-05 21:35:14 +00:00
Jonatan Kłosko
d0ec965fad
Fix persistent insert mode in modals
2021-07-05 23:33:21 +02:00
Jonatan Kłosko
9b2f039e29
Restructure remote node processes and allow for multiple connections ( #434 )
...
* Restructure remote node processes and allow for multiple connections
* Return proper error from Attached duplicate
2021-07-05 20:01:27 +02:00
jonatanklosko
26954ce47c
Update assets
2021-07-05 12:45:29 +00:00
Jonatan Kłosko
6d9fb90953
Merge undo stack for collaborative editing ( #433 )
2021-07-05 14:44:00 +02:00
José Valim
0c9e25d1be
Always get the latest available Docker image ( #431 )
2021-07-05 00:33:29 +02:00
Leandro Bighetti
0941990942
Fixes typo in README.md ( #432 )
...
Hi all,
This fixes a small typo in the README.
Cheers!
2021-07-05 00:15:19 +02:00
José Valim
7b4978d003
List livebook version on dashboard home
...
This will be available in the upcoming dashboard version.
2021-07-04 20:58:37 +02:00
jonatanklosko
467d724bfb
Update assets
2021-07-02 21:08:09 +00:00
Jonatan Kłosko
557df4a5bf
Add UI for file deletion and renaming ( #426 )
2021-07-02 23:06:05 +02:00